Post #1807:
Ma
📋 Metadata
- Author: roaoao
- Date: 2019-01-04 08:36:07
- Type:
answer - Quality Score: 7/10
- Reply to: post_01806
🏷️ Tags
macro hotkeys intermediate solved
⚙️ Related PME Features
- Macro Editor
- Hotkey Configuration
- Python Scripting
💬 Content
MatsuikoHiroka:
but the problem is it goes modal after hitting the hotkey i need to click so i can confirm the rotation
Add 'EXEC_DEFAULT', True
bpy.ops.transform.rotate('EXEC_DEFAULT', True, value=1.5707963705062866)
❤️ 1 likes