Message 1 of 7
Graph Editor toggle script
Not applicable
05-01-2019
02:56 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm using this script below to open/close the Graph Editor, it works almost perfectly fine. But one thing I noticed that is each time the Graph Editor is toggled, Graph Editor window shifts a little bit to the right and down for a few pixels on the screen. Is there a way to add to the script so that each time I toggle it, the window stays exactly where I left it last time?
if (`window -q -ex graphEditor1Window`) deleteUI graphEditor1Window; else tearOffPanel "Graph Editor" "graphEditor" true;