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