I have several files all set up and ready to render in a folder
is there a script that can render all the files in same folder
only thing is there a way to set a scene variable in each file to set a proper name for the render being saved ?
thanks
happy bl
anyone can help with this ?
thanks
happy bl
RickyBlender:
I have several files all set up and ready to render in a folder
is there a script that can render all the files in same folder
only thing is there a way to set a scene variable in each file to set a proper name for the render being saved ?
Hi,
I think you are searching for “batch render”, here are some links:
Blender Batch Render
This is a simple script that I’ve developed the past year.
I had to model and render 400 pack-shots, so I was modeling during the day and run the script overnight.
I must make clear that I’m not much of a programmer and maybe you’ll find some sloppy code here.
I’m sure it can be optimized so if you find any mistakes or you have any suggestions please point them out.
The script renders all “blend” files inside a folder, saves the renders in a specified location, displays…
will do some testing
problem is that I would prefer doing it using python
then using OS to command blender
in my case I don’t need to render an animation
just a single scene and save with a proper name
but have many files in same folder all ready to be rendered
thanks
happy bl