Hello, everyone…
Is it possible to modify or set the values in the buttons using Python?
Actually, I’d like to set the animation output filename and resize “SizeX and SizeY” in the Display Buttons using Python Script…
Thanks…
Hello, everyone…
Is it possible to modify or set the values in the buttons using Python?
Actually, I’d like to set the animation output filename and resize “SizeX and SizeY” in the Display Buttons using Python Script…
Thanks…
I wanted to be able to do this too - I just found this message but it doesn’t seem to have an answer.
Does anyone know?
you can adjust the render size. Look the at the Scene object in the blender api. i dont think you can change the render dir.
you can however call the blender executable to render and image ( blender -b ) and it will print the outputted files which you can parse from python.
That’s just what I needed.
Thanks a million!
if you can compile the source ( and have need ) i can give you a patch to let you render straight from python without calling the command line version.
Did you send that patch to the Python API mailing list? I`m sure it would make a great addition.
Martin
more work yet theeth
it is only about 50 lines