import bpy selectList = bpy.context.selected_objects for select in selectList: print(select.name)
Personal notes
Recommended Posts