Notifications
Clear all

[Closed] Non animatable Transform?

Is there a way to remove the ability to animate the transform of a point helper, but still maintain the ability to move it around as normally done?

2 Replies

Hi, each controller got the property “keyable” (boolean).
For exemple : “$.position.controller[1].controller.keyable =false” > this will lock the positionX, but only in animated mode…you can use the posX if you are not with animated on.

Great.
Thanks for the answer.