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>2018-05-24 17:44:26 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-05-24 17:44:26 +0300
commitd638ad3b20577101cffedca069222b219e71b14f (patch)
treebcd820cfae65052686420fb5570ce871ca015aa0 /source/blender/editors/include/ED_screen.h
parent5505ba8d4753ee6b3c0101ba3e4abf337546a1b0 (diff)
parent8d9faf840b8f99255b9989d178e5e4a6f5ec7f87 (diff)
Merge branch 'master' into blender2.8
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 749d1347eb3..919c8d14db5 100644
--- a/source/blender/editors/include/ED_screen.h
+++ b/source/blender/editors/include/ED_screen.h
@@ -248,6 +248,7 @@ int ED_operator_screen_mainwinactive(struct bContext *C);
int ED_operator_areaactive(struct bContext *C);
int ED_operator_regionactive(struct bContext *C);
+int ED_operator_scene(struct bContext *C);
int ED_operator_scene_editable(struct bContext *C);
int ED_operator_objectmode(struct bContext *C);