Hi all,
I apologize in advance if this is a newbie question. I was trying (without much success) to set the active view automatically with python, so that when I use python to render it will always get the specific view I would like to render first, and only then run the render command.
I have found this:
But this only lets the user set the active view by CLICKING on it in the command line, while i would like to SPECIFY the view name IN THE CODE, so that when I run the code it will automatically change to that view. In pseudo code:
good_view=some_saved_view
Set_Active_View(good_view)
Render_Active_View
Does anybody have any useful insight regarding this?
Thanks in advance,
Yuval.