Notifications
Clear all

[Closed] Refesh Trackview Dialog?

Anyone found a method for doing this?

i am using


trackviews.currentTrackView.scaleValuesOrigin = value

but need to force a redraw of the current trackview in order for the display to update. Anyone found a way of doing this via code?

2 Replies

the most ‘harmless’ way i found is

tv.useSoftSelect = not (tv.useSoftSelect = not tv.useSoftSelect)

exactly to update scaleValuesOrigin changes.

Thanks a lot Denis, I had a feeling it would have to be something hacky like a forced refresh from calling another command.

I guess you could call anything like .showTangents or .showFrozenKeys and that would refresh it too, but usesoftselect is like earth, mostly harmless