Hi,
is it possible to set a custom Scene Property in a Batchfile?
Hi,
is it possible to set a custom Scene Property in a Batchfile?
define ‘batchfile’?
are we talking about a windows .bat? if so, sure- just run Blender from the command line with the correct arguments.
Ok, if I understand this correctly I need to create a python script, that sets the scenePropertie and Commandline run Blender with the --python parameter.
hmm, hmmm, hmmm… well, ok. No…
EDIT:
Just found this: --python-expr
<expression>
this could be what I need.