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 @@
//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.