Blender Git Commit Log
Git Commits -> Revision 3a454be
Revision 3a454be by Jacques Lucke (master) November 2, 2021, 17:13 (GMT) |
Fix T91094: missing update after collection changed Since rBb67fe05d4bea2d3c9efbd127e9d9dc3a897e89e6 collections have a geometry component that depends on all the geometries inside the collection. Contrary to what I originally thought `ID_RECALC_COPY_ON_WRITE` does not trigger a collection geometry update. This makes sense because a collection may change in ways that do not require a geometry update. Instead, we have to trigger the geometry update manually now by passing `ID_RECALC_GEOMETRY` when appropriate. |
Commit Details:
Full Hash: 3a454beae73cdfe9c07e7308f78b00c79b502e19
Parent Commit: 29dff8f
Lines Changed: +1, -1
1 Modified Path:
/source/blender/editors/space_outliner/outliner_dragdrop.c (+1, -1) (Diff)