import bpy selectList = bpy.context.selected_objects for select in selectList: print(select.name)
Persönliche Notizen
Recommended Posts