📋 Metadata
- Author: Way2Close
- Date: 2018-02-17 09:05:07
- Type:
answer - Reply to: post_01228
💬 Content
roaoao:
Hi, try to restore the pivot mode in the 3rd slot:
bpy.ops.transform.rotate('INVOKE_DEFAULT', True); bpy.context.space_data.pivot_point = stored_pivot_mode
You are a genius, thank you yet again 