Notifications
Clear all

[Closed] SDK forcing the trackview to update when changing an objects animatables

I’m changing a reference object in my plugin code from one shape to another and I want the change to update in the trackview. sounds simple enoughWell it took me a day to find, hours of scouring the source and help ITrackView this and ITrackView That interface 1 to 100 and OPS coming out of my ears…

anyway turns out it’s

NotifyDependents(FOREVER, 0, REFMSG_CONTROLREF_CHANGE);

though I’m not changing a control

1 Reply

i didn’t have the patience to find a solution