Python Blender Seleccione Objeto por nombre
bpy.data.objects['object_name'].select_set(True)
Fabrice Hategekimana
bpy.data.objects['object_name'].select_set(True)
bpy.data.objects['OBJECT'].select = True
import bpy
sleobj = bpy.context.selected_objects