From e04d6794d017b82f33a893bfc959cebd909d3176 Mon Sep 17 00:00:00 2001 From: Dalai Felinto Date: Fri, 8 Feb 2019 19:52:28 -0200 Subject: Outliner Visibility: Alt+H operator to unhide all objects and collections --- source/blender/editors/space_outliner/outliner_intern.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/editors/space_outliner/outliner_intern.h') diff --git a/source/blender/editors/space_outliner/outliner_intern.h b/source/blender/editors/space_outliner/outliner_intern.h index 52deda50c2a..80d734c77f2 100644 --- a/source/blender/editors/space_outliner/outliner_intern.h +++ b/source/blender/editors/space_outliner/outliner_intern.h @@ -337,6 +337,7 @@ 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); +void OUTLINER_OT_unhide_all(struct wmOperatorType *ot); /* outliner_utils.c ---------------------------------------------- */ -- cgit v1.2.3