Update
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
//Set keyframs at current frame, only on those channels are of non-default values.
|
||||
MG_SetKeyframeNonDefaultChannels;
|
||||
@@ -0,0 +1 @@
|
||||
Set keyframs at current frame, only on those channels are of non-default values<65><73>
|
||||
@@ -0,0 +1,2 @@
|
||||
//Keyframe all the Select-Button & Slider memebers from current panel.
|
||||
MGP_KeyframeCurrentPanel;
|
||||
@@ -0,0 +1 @@
|
||||
Keyframe all the Select-Button & Slider memebers from current panel<65><6C>
|
||||
@@ -0,0 +1,2 @@
|
||||
//Keyframe all the Select-Button & Slider memebers from current picker.
|
||||
MGP_KeyframeCurrentPicker;
|
||||
@@ -0,0 +1 @@
|
||||
Keyframe all the Select-Button & Slider memebers from current picker
|
||||
@@ -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.
|
||||
@@ -0,0 +1 @@
|
||||
Popup dialog asking for frame count,and keyframe object at each frame count
|
||||
@@ -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.
|
||||
@@ -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>
|
||||
@@ -0,0 +1,2 @@
|
||||
//Set keyframe on the attributes only if their are already keyframed.
|
||||
MGP_SetKeyframeForOnlyKeyframed;
|
||||
@@ -0,0 +1 @@
|
||||
Set keyframe on the attributes only if their are already keyframed.
|
||||
Reference in New Issue
Block a user