Blender Git Loki
Git Commits -> Revision 20e982e
Revision 20e982e by Manuel Castilla (master) November 3, 2020, 05:56 (GMT) |
Fix T77161: Outliner - Hiding a Collection does not gray out children objects Ensure that When checking "Hide in Viewport" option for a collection that child objects are drawn grayed out for consistency with the "Disable in Viewports" toggle. For checking an object visibility in the viewport the flag BASE_VISIBLE_VIEWLAYER should be used instead of BASE_VISIBLE_DEPSGRAPH because the latter ignores viewport visibility. Manifest Task: T77161 Differential Revision: https://developer.blender.org/D7904 |
Commit Details:
Full Hash: 20e982e78d71c5d55b041ddfef0de306d779469a
Parent Commit: c6d8300
Committed By: Nathan Craddock
Lines Changed: +1, -1
1 Modified Path:
/source/blender/editors/space_outliner/outliner_tree.c (+1, -1) (Diff)