Notifications
Clear all
[Closed] Trying to get something to work on only selected geometry
May 10, 2013 5:27 pm
So I would like to print names of selected objects, but only Geometry objects. If I select a light and run this, it prints the lights name. Any ideas of a better way to do this?
for geometry in (selection as array) do
(
print geometry.name
)
1 Reply
1 Reply