Post #3832: The following commands work very well for me:
📋 Metadata
- Author: Nanomanpro
- Date: 2021-04-12 17:33:40
- Type:
answer - Quality Score: 7/10
- Reply to: post_03831
- Replies (1): post_03833
🏷️ Tags
pie-menu hotkeys intermediate solved
⚙️ Related PME Features
- 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’