Home
last modified time | relevance | path

Searched refs:do_undo_system (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/editors/include/
H A DED_util.h39 void ED_editors_exit(struct Main *bmain, bool do_undo_system);
/dports/graphics/blender/blender-2.91.0/source/blender/editors/util/
H A Ded_util.c192 void ED_editors_exit(Main *bmain, bool do_undo_system) in ED_editors_exit() argument
199 if (do_undo_system && G_MAIN->wm.first) { in ED_editors_exit()