This commit is contained in:
2025-12-05 08:08:44 +08:00
parent e0d4d0c364
commit 1f10abfb32
2909 changed files with 2470486 additions and 3024 deletions

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。

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。

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¡£

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.