Mine looks a little different, but I've finally seem to have located the reason for some viewport stuttering on my end: whenever all lower panels are toggled off, i get stutters. Pop 'em up again, and the viewport is all smooth. Does this happen for anybody else? My own hacky code: local allToggled if (trackbar.visible ==…
It just hides the three panels on the bottom (the track bar, time slider and status panel) and then calls the ribbon and tells it to dock at the bottom. You can prevent the ribbon from launching by commenting out those lines. Just put -- in front of any line that has "MaxRibbon" You can dock any toolbar that you want on…
NICE! I like what you did, it checks a few more elements other than just one which can be handy, but I do like having them as separate functions because I call them at different times from other tools that I've written. I changed this to toggle off the bottom bars and dock the ribbon at the bottom of the screen where it…