Notifications
Clear all

[Closed] scripted callbacks?

I need to have some code execute every time the sliderTime changes. There’s no callback for this…there are very few animation callbacks in fact…I’m wondering if there is a way to create customized callbacks that occur on the change of a user-specified variable (such as sliderTime) to accomplish this.

2 Replies

Look up “time change callback” if you want a callback for when the slidertime changes. I dont know of any ways to add callbacks, you probably need to know the SDK to do that.

RyanT
Pipeworks Software
Foundation 9

Ok, that solves me problem in this situation so thanks a lot!!