Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

Sorry to ask, but do you have a tutorial on how to run the cameras.py, and process.py?  Like do you run it in the blender command, the console like the fotosketcher, or as a addon?

No need to apologise, thanks for asking, I didn't explain that part in much depth, and you've inspired me to add some links to tutorials. 

render_cameras.py and toon_shader_process.py are run inside Blender, as Blender python scripts. Here's a tutorial which goes into running python in Blender: https://www.lowpolymodelsworld.com/post/blender-scripting-for-beginners-a-step-b...

combine fotosketcher.py is run on your computer as a stand alone python script. The specific steps to run it will depend on your computer. Here's a tutorial about running it on windows I found by searching for "Run python Windows", there are similar tutorials out there for Mac and Linux. https://learnpython.com/blog/run-python-script-windows/ I personally run python on a Mac laptop via Visual Studio Code's inbuilt terminal. 

I only skimmed these tutorials to make sure they seemed basically okay, but if they don't work for you there's lots of others out there. 

Thank you so much for the time you took out of your day to find these resources for me <3

Finally got the time to sit down and try this and sadly it doesn't work for me :( specifically combine_fotosketcher.py doesn't as I get an error that says,  "No module named PIL" when I attempt to use it.

Sorry about that and thanks for letting me know about the problem! I forgot to say you should install pillow https://python-pillow.github.io/