Post #3930: Hi @SUNGWOON
📋 Metadata
- Author: roaoao
- Date: 2021-06-29 14:07:23
- Type:
answer - Quality Score: 7/10
- Reply to: post_03929
- Replies (2): post_03931, post_03935
🏷️ Tags
macro hotkeys intermediate solved
⚙️ Related PME Features
- Macro Editor
- Hotkey Configuration
💬 Content
Hi @SUNGWOON
Try to add a Macro Operator with 2 slots:
bpy.ops.view3d.select_box(wait_for_input=False)
bpy.ops.transform.translate()
Note that Mouse hotkeys work better in this case.
❤️ 2 likes