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