import pymel.core as pmcpmc.runTimeCommand("Name", annotation='Description', category="Custom Scripts", command=("print meorp"), showInHotkeyEditor=1)
//MEL//Create your custom command here nameCommand -annotation "Freeze Transforms" -command "makeIdentity -apply true -t 1 -r 1 -s 1 -n 0;" freezeNamedCommand; //The hotkey calls the named command hotkey -k "f" -alt -name "freezeNamedCommand";
Bartalon said: //MEL//Create your custom command here nameCommand -annotation "Freeze Transforms" -command "makeIdentity -apply true -t 1 -r 1 -s 1 -n 0;" freezeNamedCommand; //The hotkey calls the named command hotkey -k "f" -alt -name "freezeNamedCommand";
Replies
errr how the hell do you do code tags on polycount now? haha
Edit nevermind I learned things today