Post #117: Hi, yes it’s possible. Use this script in Command tab:

📋 Metadata

🏷️ Tags

pie-menu hotkeys configuration intermediate solved

  • Pie Menu Editor
  • Python Scripting
  • Hotkey Configuration

💬 Content

Hi, yes it’s possible. Use this script in Command tab:

G + Y:

bpy.ops.transform.translate(constraint_axis=(False, True, False), constraint_orientation='GLOBAL')

G + Shift + Y:

bpy.ops.transform.translate(constraint_axis=(True, False, True), constraint_orientation='GLOBAL')

You can find operator’s name and all available options in User Preferences by key-binding :

/uploads/default/original/4X/0/9/3/09347ad021b8ffb11a8ff48093e974a4401746ae.pngstc=1 translate.png721×570 69.1 KB

Attachments

translate.png721×570 69.1 KB


❤️ 1 likes


🔗 View on Blender Artists