I was wondering if I could autorun my script as soon as I opened the blender file?
Asked
Active
Viewed 660 times
1 Answers
0
You could run the script from the command prompt or a batch file
blender blenderFile.blend --python myscript.py
Eric Nelson
- 186
- 7
Otherwise you could specify the whole path like:
"C:\Program Files (x86)\Blender Foundation\Blender\blender"
– Eric Nelson Jul 22 '16 at 19:04