📋 Metadata
- Author: roaoao
- Date: 2016-04-10 06:23:40
- Type:
answer - Reply to: post_00116
- Replies (1): post_00119
💬 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