From 0812949bbc3d7acfd1f20a47087ff973110aa177 Mon Sep 17 00:00:00 2001 From: Dalai Felinto Date: Thu, 3 Oct 2019 19:22:36 -0300 Subject: Local Collections: Allow users to show hidden collections Users now can turn on in a viewport collections that are temporarily hidden (eye) in the view layer. Design task: T61327 As for the implementation, I had to decouple the visibility in the depsgraph from the visibility in the view layer. Also there is a "bug" that in a way was there before which is some operators (e.g., writing a text inside of a text object, tab into edit mode) run regardless of the visibility of the active object. The bug was present already (with object type visibility restriction) in 2.80 so if we decide to tackle it, can be done separately (I have a patch for it though P1132). Reviewed by: brecht (thank you) Differential Revision: D5992 --- source/blender/alembic/intern/abc_exporter.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/alembic/intern/abc_exporter.cc') diff --git a/source/blender/alembic/intern/abc_exporter.cc b/source/blender/alembic/intern/abc_exporter.cc index 69a376d00b0..a69178281ff 100644 --- a/source/blender/alembic/intern/abc_exporter.cc +++ b/source/blender/alembic/intern/abc_exporter.cc @@ -53,6 +53,7 @@ extern "C" { #include "BKE_anim.h" #include "BKE_global.h" #include "BKE_idprop.h" +#include "BKE_layer.h" #include "BKE_main.h" #include "BKE_mball.h" #include "BKE_modifier.h" -- cgit v1.2.3