This commit is contained in:
2025-11-23 23:31:18 +08:00
parent d60cdc52fd
commit 9f7667a475
710 changed files with 252869 additions and 6 deletions

View File

@@ -0,0 +1,2 @@
//Switch the camera of current actived 3d view to persp camera.
MGP_SetActiveViewCamera "persp";

View File

@@ -0,0 +1 @@
Switch the camera of current actived 3d view to persp camera.

View File

@@ -0,0 +1,2 @@
//Cancel the isolation for currently model view.
MGP_CancelIsolation;

View File

@@ -0,0 +1 @@
Cancel the isolation for currently model view.

View File

@@ -0,0 +1,2 @@
//Isolat selected objects for currently model view.
MGP_IsolateSelectedObjects;

View File

@@ -0,0 +1 @@
Isolat selected objects for currently model view.

View File

@@ -0,0 +1,2 @@
//Isolat selected objects' whole rigs for currently model view.
MGP_IsolateSelectedRig;

View File

@@ -0,0 +1 @@
Isolat selected objects' whole rigs for currently model view.

View File

@@ -0,0 +1,2 @@
//Set keyframs at current frame, only on those channels are of non-default values.
MG_SetKeyframeNonDefaultChannels;

View File

@@ -0,0 +1 @@
Set keyframs at current frame, only on those channels are of non-default values<65><73>

View File

@@ -0,0 +1,2 @@
//Keyframe all the Select-Button & Slider memebers from current panel.
MGP_KeyframeCurrentPanel;

View File

@@ -0,0 +1 @@
Keyframe all the Select-Button & Slider memebers from current panel<65><6C>

View File

@@ -0,0 +1,2 @@
//Keyframe all the Select-Button & Slider memebers from current picker.
MGP_KeyframeCurrentPicker;

View File

@@ -0,0 +1 @@
Keyframe all the Select-Button & Slider memebers from current picker

View File

@@ -0,0 +1,2 @@
//Popup dialog asking for frame count,and keyframe object at each frame count.
MGP_SetKeyframeEachKeyOrGap 1; //Arg: 0 for each keytick, 1 for each certain frames.

View File

@@ -0,0 +1 @@
Popup dialog asking for frame count,and keyframe object at each frame count

View File

@@ -0,0 +1,3 @@
//Set keyframe each keytick within current visible time range.
//This ensures each selected object all have keys at same frames:
MGP_SetKeyframeEachKeyOrGap 0; //arg: 0 for each keytick, 1 for each certain frames.

View File

@@ -0,0 +1,2 @@
Set keyframe each keytick within current visible time range.
This ensures each selected object all have keys at same frames<65><73>

View File

@@ -0,0 +1,2 @@
//Set keyframe on the attributes only if their are already keyframed.
MGP_SetKeyframeForOnlyKeyframed;

View File

@@ -0,0 +1 @@
Set keyframe on the attributes only if their are already keyframed.

View File

@@ -0,0 +1,2 @@
//Pop up namespace editor to set current picker's namespace:
MGP_SetCurrentPickerNamespace_WithUI;

View File

@@ -0,0 +1 @@
Pop up namespace editor to set current picker's namespace<63><65>

View File

@@ -0,0 +1,2 @@
//Get namespace form the first selected reference object and set as current picker's namespace.
MGP_SetPickerNamespace_Via_Selection;

View File

@@ -0,0 +1 @@
Get namespace form the first selected reference object and set as current picker's namespace.

View File

@@ -0,0 +1,5 @@
//Reset the rotation of the controls from current picker panel.
MGP_EvalPanelAllSelectButtons 0; //first select all maya nodes within panel.
MGP_ResetTransform_ViaSelection 1; //arg 0: for reseting translation
//arg 1: for reseting rotatation
//arg 2: for reseting scale.

View File

@@ -0,0 +1 @@
Reset the rotation of the controls from current picker panel.

View File

@@ -0,0 +1,5 @@
//Reset the rotation of the controls from current picker.
MGP_EvalPickerAllSelectButtons 0; //first select all maya nodes within current picker.
MGP_ResetTransform_ViaSelection 1; //arg 0: for reseting translation
//arg 1: for reseting rotatation
//arg 2: for reseting scale.

View File

@@ -0,0 +1 @@
Reset the rotation of the controls from current picker.

View File

@@ -0,0 +1,5 @@
//Reset all the scale of the objects from current picker panel.
MGP_EvalPanelAllSelectButtons 0; //first select all maya nodes within panel.
MGP_ResetTransform_ViaSelection 2; //arg 0: for reseting translation
//arg 1: for reseting rotatation
//arg 2: for reseting scale.

View File

@@ -0,0 +1 @@
Reset all the scale of the objects from current picker panel.

View File

@@ -0,0 +1,5 @@
//Reset all the scale of the objects from current picker.
MGP_EvalPickerAllSelectButtons 0; //first select all maya nodes within current picker.
MGP_ResetTransform_ViaSelection 2; //arg 0: for reseting translation
//arg 1: for reseting rotatation
//arg 2: for reseting scale.

View File

@@ -0,0 +1 @@
Reset all the scale of the objects from current picker.

View File

@@ -0,0 +1,5 @@
//Reset all the translation of the objects from current picker panel.
MGP_EvalPanelAllSelectButtons 0; //first select all maya nodes within panel.
MGP_ResetTransform_ViaSelection 0; //arg 0: for reseting translation
//arg 1: for reseting rotatation
//arg 2: for reseting scale.

View File

@@ -0,0 +1 @@
Reset all the translation of the objects from current picker panel.

View File

@@ -0,0 +1,5 @@
//Reset all the translation of the objects from current picker.
MGP_EvalPickerAllSelectButtons 0; //first select all maya nodes within current picker.
MGP_ResetTransform_ViaSelection 0; //arg 0: for reseting translation
//arg 1: for reseting rotatation
//arg 2: for reseting scale.

View File

@@ -0,0 +1 @@
Reset all the translation of the objects from current picker.

View File

@@ -0,0 +1,3 @@
//Reset all the keyable attribute of the objects from current picker panel.
MGP_EvalPanelAllSelectButtons 0; //first select all maya nodes within panel.
MGP_ResetSelectionAttributes; //then reset selection

View File

@@ -0,0 +1 @@
Reset all the keyable attribute of the objects from current picker panel.

View File

@@ -0,0 +1,3 @@
//Reset all the keyable attribute of the objects from current picker.
MGP_EvalPickerAllSelectButtons 0; //first select all maya nodes within current picker.
MGP_ResetSelectionAttributes; //then reset selection

View File

@@ -0,0 +1 @@
Reset all the keyable attribute of the objects from current picker.

View File

@@ -0,0 +1,2 @@
//Reset all the keyable attribute of the selected objects.
MGP_ResetSelectionAttributes;

View File

@@ -0,0 +1 @@
Reset all the keyable attribute of the selected objects.

View File

@@ -0,0 +1,4 @@
//Reset the transformation of the selected objects.
MGP_ResetTransform_ViaSelection 1; //arg 0: for reseting translation
//arg 1: for reseting rotatation
//arg 2: for reseting scale.

View File

@@ -0,0 +1 @@
Reset the transformation of the selected objects.

View File

@@ -0,0 +1,4 @@
//Reset the scale of the selected objects.
MGP_ResetTransform_ViaSelection 2; //arg 0: for reseting translation
//arg 1: for reseting rotatation
//arg 2: for reseting scale.

View File

@@ -0,0 +1 @@
Reset the scale of the selected objects.

View File

@@ -0,0 +1,4 @@
//Reset the translation of the selected objects.
MGP_ResetTransform_ViaSelection 0; //arg 0: for reseting translation
//arg 1: for reseting rotatation
//arg 2: for reseting scale.

View File

@@ -0,0 +1 @@
Reset the translation of the selected objects.

View File

@@ -0,0 +1,3 @@
//Mirror selection based on the mirror relationship of the Select-Buttons in current picker panel.
//Normal: Switch between mirrored object selection, Ctrl+Shift Keys: Add Select.
MGP_MirrorSelectViaPanel_Ex;

View File

@@ -0,0 +1,2 @@
Mirror selection based on the mirror relationship of the Select-Buttons in current picker panel.
Normal: Switch between mirrored object selection, Ctrl+Shift Keys: Add Select.

View File

@@ -0,0 +1,3 @@
//Select all objects envolved in current picker panel's Select-Buttons & Sliders.
//Ctrl Key: Deselect, Shift Key: Invert Select, Ctrl+Shift Keys: Add Select.
MGP_SelectAll_viaCurrentPanel_Ex;

View File

@@ -0,0 +1,2 @@
Select all objects envolved in current picker panel's Select-Buttons & Sliders.
Ctrl Key: Deselect, Shift Key: Invert Select, Ctrl+Shift Keys: Add Select.

View File

@@ -0,0 +1,3 @@
//Select all objects envolved in current picker's Select-Buttons & Sliders.
//Ctrl Key: Deselect, Shift Key: Invert Select, Ctrl+Shift Keys: Add Select.
MGP_SelectAll_viaCurrentPicker_Ex;

View File

@@ -0,0 +1,2 @@
Select all objects envolved in current picker's Select-Buttons & Sliders.
Ctrl Key: Deselect, Shift Key: Invert Select, Ctrl+Shift Keys: Add Select.

View File

@@ -0,0 +1,2 @@
//Simply deselect all.
select -cl;

View File

@@ -0,0 +1,3 @@
//Display all types of objects for current actived 3d view.
//Hold control key to apply to all visible views.
MGP_ViewShowAll_Ex;

View File

@@ -0,0 +1,2 @@
Display all types of objects for current actived 3d view.
Hold control key to apply to all visible views.

View File

@@ -0,0 +1,3 @@
//Display only geometries and nurbsCurves for current actived 3d view.
//Hold control key to apply to all visible views.
MGP_ViewShowOnlyGeometryWithCurve_Ex;

View File

@@ -0,0 +1,2 @@
Display only geometries and nurbsCurves for current actived 3d view.
Hold control key to apply to all visible views.

View File

@@ -0,0 +1,3 @@
//Hide all types of objects for current actived 3d view.
//Hold control key to apply to all visible views.
MGP_ViewShowNone_Ex;

View File

@@ -0,0 +1,2 @@
Hide all types of objects for current actived 3d view.
Hold control key to apply to all visible views.

View File

@@ -0,0 +1,3 @@
//Display only geometries for current actived 3d view.
//Hold control key to apply to all visible views.
MGP_ViewShowOnlyGeometry_Ex;

View File

@@ -0,0 +1,2 @@
Display only geometries for current actived 3d view.
Hold control key to apply to all visible views.