Blender Git Loki
Git Commits -> Revision 9e20603
Revision 9e20603 by Germano Cavalcante (master) March 23, 2021, 14:33 (GMT) |
Fix T86073 : Ctrl clicking 3 times without selecting any of the verts in NurbsPath leads crash. Crash occurs at `assert(builder->index_len < builder->max_index_len)`. Non-bezier nurbs were being created with abnormal values causing the causing edge count in the draw manager to be incorrect. This commit also deduplicates and adds descriptions to the code. Thanks @PratikPB2123 for pointing out where the error is. |
Commit Details:
Full Hash: 9e206039d4f6185be7720640758d4a7a2708c879
Parent Commit: 6d97fdc
Lines Changed: +27, -42
1 Modified Path:
/source/blender/editors/curve/editcurve.c (+27, -42) (Diff)