📋 Metadata
- Author: Nanomanpro
- Date: 2021-04-12 17:33:40
- Type:
answer - Reply to: post_03831
- Replies (1): post_03833
💬 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’