📋 Metadata

💬 Content

The following commands work very well for me:

bpy.context.scene.tool_settings.transform_pivot_point = ‘BOUNDING_BOX_CENTER’
bpy.context.scene.tool_settings.transform_pivot_point = ‘CURSOR’
bpy.context.scene.tool_settings.transform_pivot_point = ‘INDIVIDUAL_ORIGINS’
bpy.context.scene.tool_settings.transform_pivot_point = ‘MEDIAN_POINT’
bpy.context.scene.tool_settings.transform_pivot_point = ‘ACTIVE_ELEMENT’


🔗 View on Blender Artists