Relative Transform Dialog (Hotkey)
Features:
- Performs relative transformations based on axis orientation
- Influenced by the "Preserve UVs" option
- Adapts to the currently selected units
- Tested on Maya versions 2022–2025
Installation:
-
Copy the RelativeTransformScript.pyc file into the appropriate scripts folder:
- Windows:
C:/Users/[Username]/Documents/Maya/[Version]/Scripts
- MacOS:
~/Users/[Username]/Library/Preferences/Autodesk/maya/[Version]/Scripts
(Note: The Library folder is hidden. To access it, open Finder, click "Go" in the menu bar, hold the Option key, and select "Library")
-
Create a custom hotkey using the following Python script:
import RelativeTransformScript as rts
rts.open_dialog()