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,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.