Post #3930: Hi @SUNGWOON

📋 Metadata

🏷️ Tags

macro hotkeys intermediate solved

  • 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


🔗 View on Blender Artists