allObjects = $*
for OBJ in allObjects do(
print OBJ as string
)
--Or you could try this if you just want geometry objects:
for OBJ in Geometry do(
print OBJ as string
)
I am sure there are other keywords corresponding to cameras and such...
But information on this was surprisingly hard to find.
If it were python this would have been 2 minutes of research.
About Me
- PolygonRunner
- I do it all.
Monday, December 20, 2010
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment