Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2015-12-03 12:18:32 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-12-03 12:19:44 +0300
commit981f544f5ff954beb9b9ddd53d9ff62a4a5fcc20 (patch)
treedb9568658e5b7d4b24fbe82b51733acef286ed99 /source/blender/editors/include/ED_util.h
parent5c63415afe1a9bca8839fff87ce668caa65166ca (diff)
Expose flush edits as an operator (for Py access)
Diffstat (limited to 'source/blender/editors/include/ED_util.h')
-rw-r--r--source/blender/editors/include/ED_util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/editors/include/ED_util.h b/source/blender/editors/include/ED_util.h
index 496ce7f2c60..cb331554a8f 100644
--- a/source/blender/editors/include/ED_util.h
+++ b/source/blender/editors/include/ED_util.h
@@ -44,6 +44,8 @@ bool ED_editors_flush_edits(const struct bContext *C, bool for_render);
void ED_spacedata_id_unref(struct SpaceLink *sl, const struct ID *id);
+void ED_OT_flush_edits(struct wmOperatorType *ot);
+
/* ************** Undo ************************ */
/* undo.c */