[PYTHON] Just print the selected object in Blender

import bpy

selectList = bpy.context.selected_objects

for select in selectList:
    print(select.name)

Personal notes

Recommended Posts

Just print the selected object in Blender
Print the name of the object directly under the object specified in Blender
When the selected object in bpy.context.selected_objects is not returned
Script to search all selected object hierarchies in Blender
[Blender] Print all ShapeKey names attached to the object
The meaning of ".object" in Django
Just print Python elapsed time in seconds
Cut out A4 print in the image
Print the include header path in clang
In print, the non-ascii characters in the list look great
Just add the driver to the shape key with blender
Get the value selected in Selenium Python VBA pull-down
[IBM Cloud] Place the ISO file in the object storage
Determine if an attribute is defined in the object
Object oriented in python
Put pip in Blender
[Blender] Know the selection status of hidden objects in the outliner
Create an example game-like stage with just the Blender 2.80 script