📋 Metadata
- Author: roaoao
- Date: 2019-05-24 07:09:50
- Type:
answer - Reply to: post_02337
- Replies (1): post_02342
💬 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)