Notifications
Clear all

[Closed] Script Controller not updating in viewport

I have a rig that is linked to several custom attributes that I have added to a control object. The position and scale attributes of the objects in my rig are linked to the custom attributes via Script Controllers. The problem I have is that when I adjust the custom attribute values, the Script Controllers won’t actually evaluate until I scrub the timeline. Is there any way around this so that the script controllers will update in real time as I adjust the custom attribute sliders?

Thanks!

Sean

2 Replies

Look up dependsOn in the Maxscript reference. It tells the script which other controllers to watch so it can update interactively.

RH

beautiful, just beautiful! Thanks so much!

Sean