You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on a docking window that I would like to store state between sessions. At the moment, EditorPlugin provides a way to save this per scene with _get_state()/_set_state() and per window with _get_window_layout()/_set_window_layout(). As far as I can tell, there is no way to save this per project. Since I am using my dock to display resources it would be more useful to have the state be persistent across an entire project rather than for each scene within the project.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm working on a docking window that I would like to store state between sessions. At the moment, EditorPlugin provides a way to save this per scene with
_get_state()/_set_state()
and per window with_get_window_layout()/_set_window_layout()
. As far as I can tell, there is no way to save this per project. Since I am using my dock to display resources it would be more useful to have the state be persistent across an entire project rather than for each scene within the project.Beta Was this translation helpful? Give feedback.
All reactions