Post #3832: The following commands work very well for me:

📋 Metadata

🏷️ Tags

pie-menu hotkeys intermediate solved

  • Python Scripting
  • Pie Menu Editor

💬 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