Blender - Open and parse a .blend file from python script
问题 I would like to open a .blend file from a python script and parse it (get objects, animations and materials). The documentation I have read so far about how to do this from blender API (running the script as a blender add-on), but I would like to run this script from the command line without opening blender. I appreciate all the help you can give me. 回答1: I realized I don't need to open the binary blender file and parse it in order to use the objects. Blender has its own python installation,