Blender Git Loki
Git Commits -> Revision b33a459
Revision b33a459 by Ankit Meel (soc-2020-io-performance) July 25, 2020, 07:50 (GMT) |
Use VectorSet instead of vector for def_group. The lookups are now faster and insertion order is also retained since no item is removed from the `VectorSet`. Also fix a leak that happened due to mishandling of the pointer to the allocated memory of `MDeformWeight`. Remove potentially confusing loop index that is used with `tot_loop_idx`. |
Commit Details:
Full Hash: b33a4592a38dfa0f1a1005ee0f5ea33aeb94add1
Parent Commit: ffaa1df
Lines Changed: +18, -20
1 Modified Path:
/source/blender/io/wavefront_obj/intern/wavefront_obj_im_mesh.cc (+18, -20) (Diff)