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:
authorDalai Felinto <dfelinto@gmail.com>2019-02-09 00:38:45 +0300
committerDalai Felinto <dfelinto@gmail.com>2019-02-09 00:44:37 +0300
commit744223afbf4b99de167d4e36ee4783ac9754901e (patch)
treebdca034b4d36e84fd853689d169bf5c9c13afccf /source/blender/editors/space_outliner/outliner_intern.h
parent3f537f30e6b056dfadb7bc8f0e3ce44c75f00da4 (diff)
Outliner Visibility: H operator to hide collection or objects
Diffstat (limited to 'source/blender/editors/space_outliner/outliner_intern.h')
-rw-r--r--source/blender/editors/space_outliner/outliner_intern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/space_outliner/outliner_intern.h b/source/blender/editors/space_outliner/outliner_intern.h
index 0940db790e8..52deda50c2a 100644
--- a/source/blender/editors/space_outliner/outliner_intern.h
+++ b/source/blender/editors/space_outliner/outliner_intern.h
@@ -336,6 +336,7 @@ void OUTLINER_OT_collection_enable(struct wmOperatorType *ot);
void OUTLINER_OT_collection_disable(struct wmOperatorType *ot);
void OUTLINER_OT_collection_enable_render(struct wmOperatorType *ot);
void OUTLINER_OT_collection_disable_render(struct wmOperatorType *ot);
+void OUTLINER_OT_hide(struct wmOperatorType *ot);
/* outliner_utils.c ---------------------------------------------- */