Notifications
Clear all

[Closed] the wacky Semantics and autodesk cross talk in mxs

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

i don’t have max around… do you want to say that keys were not created?

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?

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.

HA!

Did you try c.r.controller.keyable?