Blender Git Loki
Git Commits -> Revision 5e3877e
Revision 5e3877e by Wannes Malfait (master) October 12, 2021, 15:58 (GMT) |
Fix T92149: Crash in delete geometry node after curve fill node There was only a check for the component but not for if it was empty. Because the curve fill node produces an empty curve component, a nullptr was read, causing a crash. Generally nodes shouldn't produce empty components, but currently we cannot rely on that fact. Differential Revision: https://developer.blender.org/D12838 |
Commit Details:
Full Hash: 5e3877e0c8560f27a5cd7b303666b235fb148165
Parent Commit: 0c7e836
Committed By: Hans Goudey
Lines Changed: +3, -3
1 Modified Path:
/source/blender/nodes/geometry/nodes/node_geo_delete_geometry.cc (+3, -3) (Diff)