Post #117: Hi, yes it’s possible. Use this script in Command tab:
📋 Metadata
- Author: roaoao
- Date: 2016-04-10 06:23:40
- Type:
answer - Quality Score: 8/10
- Reply to: post_00116
- Replies (1): post_00119
🏷️ Tags
pie-menu hotkeys configuration intermediate solved
⚙️ Related PME Features
- 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 :
Attachments
❤️ 1 likes
translate.png721×570 69.1 KB