#BLENDER THINGAMAJIG
it's a py program that takes over your mouse and keyboard and makes beutiful Mona Lisa**
*(may include death))
#How to run ##Pre-requirments Have python Have pip Have blender ###Py extensions You should have keyboard and mouse extensions, you can get the respectivly from these commands:mands:
pip install keyboard
pip install mouse
##Start the programm To start first lounch blender and then lounch python script, after wich you move cursor over to blender and press enter to start programm, after wich you just watch and relaxx
also hold q to stop the programm
#How it works?
Simple version::
I got py script that reads json wich has all the inputs needed to make the art :DD
Medium version:n:
The script loads the json and gets the array and loops trough it, at the start of each array element there is number that has coresponding action and then afterwards there are parameters.
As well i had issue with that blender didn't want to take write and/or capital or shift charecters so i had to use bit hacky way to do it with making them press indiviualy XD
Hard version:n:
jsut check the python script XDD