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>2010-09-27 09:44:15 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-09-27 09:44:15 +0400
commit8907a0808a9cebb932b739899895e34500257653 (patch)
tree30b17b4606e8d13735702ecd5f079ac6fee2ba39 /source/blender/editors/include/ED_screen.h
parent0699faf9b372cbde64e3bda6f914e7cd96f7443c (diff)
bugfix [#23995] Do loop cuts from the space bar search while in the properties panel crashes blender.
Diffstat (limited to 'source/blender/editors/include/ED_screen.h')
-rw-r--r--source/blender/editors/include/ED_screen.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/include/ED_screen.h b/source/blender/editors/include/ED_screen.h
index 3478447b058..8533de75a3c 100644
--- a/source/blender/editors/include/ED_screen.h
+++ b/source/blender/editors/include/ED_screen.h
@@ -141,6 +141,7 @@ int ED_operator_object_active(struct bContext *C);
int ED_operator_object_active_editable(struct bContext *C);
int ED_operator_editmesh(struct bContext *C);
int ED_operator_editmesh_view3d(struct bContext *C);
+int ED_operator_editmesh_region_view3d(struct bContext *C);
int ED_operator_editarmature(struct bContext *C);
int ED_operator_editcurve(struct bContext *C);
int ED_operator_editsurf(struct bContext *C);