Post #2340:
Ma
π Metadata
- Author: roaoao
- Date: 2019-05-24 07:09:50
- Type:
answer - Quality Score: 8/10
- Reply to: post_02337
- Replies (1): post_02342
π·οΈ Tags
macro hotkeys intermediate solved
βοΈ Related PME Features
- Macro Editor
- Stack Key Editor
- Python Scripting
π¬ Content
MatsuikoHiroka:
i wanna create a rotate macro with specific angle like 0 degree ( no modals ) and able to combine it with relast
No unfortunately, afaik, macros always execute tools in interactive mode.
But if you want to use rotate tool only you donβt need a macro. Just use this code in Command tab (for example in a Stack Key):
bpy.ops.transform.rotate('EXEC_DEFAULT', True, value=0)