Fix T86073 .
crash occurs at assert(builder->index_len < builder->max_index_len)
- check added to fix the crash .
Differential D10785
Fix T86073 : Ctrl clicking 3 times without selecting any of the verts in NurbsPath leads crash. Authored by Pratik Borhade (PratikPB2123) on Mar 22 2021, 11:05 AM. Tags Subscribers None
Details Fix T86073 . crash occurs at assert(builder->index_len < builder->max_index_len)
Diff Detail
Event Timeline
Comment Actions @Germano Cavalcante (mano-wii) , Guess no need of change in draw_cache_impl_curve . I was investigating reason of crash and found edges_len_capacity was carrying inaccurate value ( before looking into operator's code ) . Updating the patch .
Comment Actions Thanks for the patch. | ||||||||||||