Notifications
Clear all
[Closed] the wacky Semantics and autodesk cross talk in mxs
Feb 07, 2013 1:40 am
just love stuff like this…
c = Color_RGB();
c.supportsKeys;
c.keyable;
addnewkey c 10;
addnewkey c 20;
c.keys;
p.s. I do know where the keys go
4 Replies
Feb 07, 2013 1:40 am
Is it because you didn’t put 10f to specify a frame and instead the keyframe got up at a tick time of 10 instead?
Feb 07, 2013 1:40 am
maybe the output would help…
Controller:Color_RGB
false
false
OK
OK
#keys(10f, 20f)
p.s. I’m not looking for a solution to any problem just making a comment on something, which on the face of it looks absurd.