I am looking for the easiest way to open a *.blend file through the Python API. Do I need an operator for this command? Can anyone help out?
Asked
Active
Viewed 1,141 times
2
HelloWorld
- 181
- 4
bpy.ops.wm.open_mainfile(), there is ablend_render_infomodule as well as ablendfile.pymight want to work with, you can use the command line, bpy as standalone module etc. Please edit your question and add your requirements. – brockmann Oct 13 '21 at 06:51