Caused by rB0812949bbc3d.
Shouldnt we take viewlayer visibility into account in
BKE_object_visibility as well if we are evaluating for the viewport?
Differential D6316
Fix T71000: Scene statistics dont take collections hidden state into account Authored by Philipp Oeser (lichtwerk) on Nov 27 2019, 2:03 PM. Tags None Subscribers None
Details
Caused by rB0812949bbc3d. Shouldnt we take viewlayer visibility into account in
Diff Detail
Event TimelineComment Actions If this is having unwanted sideeffects as well, then workaround is to exclude the collection [checkmark], instead of hiding for the viewport [eye icon]... Comment Actions I agree that the bug is legit-ish. However this patch breaks local collections altogether. Big no, sorry. The actual fix would be to loop over the editors in the active window and check for local collections, ... not worth in my opinion. It may even have a performance impact if not done right. It can be done with a single object loop though. Maybe I can look at that. Comment Actions Yeah, was pretty sure this would have sideeffects. Would suggest to just abandon this, mind claiming T71000: Scene statistics dont take hidden state into account (2.80 did) then? |