This commit is contained in:
2025-11-30 14:49:16 +08:00
parent 021c593241
commit de46c4b073
1406 changed files with 526774 additions and 1221 deletions

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.