Hey!
How do i list all objects name from an external blend-file?
for example: i’m currently working in myfirstfile.blend and i want to list all objects name from a file called mysecondfile.blend.
and the content of mysecondfile.blend is:
–> objects
-----> Cube
-----> Cube.001
–> materials
-----> Material
so the script would list (“Cube”, “Cube.001”)
niko
EDIT: Solved: bpy.data.libraries.load()