/LauloqueMayaScriptsDump

A bunch of scripts for maya

Primary LanguageMathematicaGNU General Public License v3.0GPL-3.0

LauloqueMayaScriptsDump

GitHub Static Badge Static Badge

A bunch of scripts for maya.

General Usage

Files preceeded with "btn_" are meant to be used as buttons in the shelf.

They might come with custom button icons and even the corresponding project file if you want to customize it. See Maya Help | Add a tool, action, menu item, or script to a shelf | Autodesk

Files preceeded with "htk_" are meant to be used as a custom hotkey using the Runtime Command Editor. See Maya Help | Hotkey Editor | Autodesk

Scripts Description

btn_clearDrawingOverrides.py (raw)

Description: Recursively removes Drawing Overrides on the selection and its children.

btn_copyAnimToSelected.py (raw)

Description: Copies the animation from the first selected object to the second selected object.

btn_creareLocatorsOnSelected.py (raw)

Description: Creates Locator objects on the selected objects with the same animation.

btn_createCustomFolders.py (raw)

Description: Creates my custom folders in the scene folder.

btn_CreateDisplayLayers.py (raw)

Description: Creates common useful display layers for animation.

btn_createFrameRangeGroup.py (raw)

Description: Creates an empty group with the current time slider's frame range

btn_deleteEmptyNamespaces.py (raw)

Description: letes all empty namespaces recursively.

btn_deleteUnusedShaders.py (raw)

Description: letes unused shaders

btn_openSceneFolder.py (raw)

Description: Opens the current scene's folder (needs to be a saved file).

btn_setShotCamView.py (raw)

Description: Toggle the active viewport's camera between persp and shot cameras.

btn_ToggleSelectionMasks.py (raw)

Description: Togles the selection masks between 'curves only' and 'all' types.

btn_unloadSelectedReferences.py (raw)

Description: Unloads the selected references.

btn_unlockSelected.py (raw)

Description: Unlocks the selected nodes.

golaem\btn_glmLocatorDisplaySetup.py (raw)

Description: Sets golaem locators display settings as I like: 10% opacity, no fake height and 10% size.

golaem\btn_legPrintsEnable.py (raw)

Description: In Golaem, set the characterMaker's legPrint to 1 for the whole loaded motion.

golaem\btn_switchPlaybackSpeed.py (raw)

Description: Togles the playback speed between 24fps constant to playing every frame maxed at 24. In golaem, use the first then in cache replay, and the later when simulating.

htk_objectRenamer.py (raw)

Description: Pops up a popup to rename the selected object. Install as a custom script hotkey.

TEMPLATE_buttonLabelToggle.py (raw)

Description: ggles the button label of a button named "TEST BUTTON".

TEMPLATE_scipt.py (raw)

Description: Script template for Maya.