0
votes

I have an object which is pathconstrained. It has two keys, one at frame 0 and one at frame 100.

I want to change the value of the second key.

I can access it with: $.pos.controller.Path_Constraint.percent.keys[2]

But I'm not able to SET IT to a different value.

How do I change its value?

1

1 Answers

1
votes

Setting its .value to a different one should definitely work.