Skip to content

Instantly share code, notes, and snippets.

@joar
Created July 25, 2011 00:44
Show Gist options
  • Save joar/1103312 to your computer and use it in GitHub Desktop.
Save joar/1103312 to your computer and use it in GitHub Desktop.
>>> for i in bpy.data.objects:
... print(i)
...
<bpy_struct, Object("Camera")>
<bpy_struct, Object("Cube")>
<bpy_struct, Object("Particle")>
<bpy_struct, Object("Plane")>
<bpy_struct, Object("Plane.001")>
<bpy_struct, Object("Sphere")>
<bpy_struct, Object("Sphere.001")>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment