Notifications
Clear all

[Closed] Get controller value

 MZ1

How i can get controller value at a specific time without adding keyframe or moving slidertime?

2 Replies

You can use at time:


(
  value = ( at time 50 object.controller.value)
)
 MZ1

Thank you!