Blender Git Loki
Git Commits -> Revision 37467ec
Revision 37467ec by Ankit Meel (soc-2020-io-performance) July 24, 2020, 15:32 (GMT) |
Keep vertex deform group names and def_nr in sync I realised later on that Map is unordered, so the order of insertion, on which def_nr depends, is not retained. So a Vector of strings has been used & the index of the string-of-interest is the def_nr. Unfortunately, it will be slow on large number of vertex groups. |
Commit Details:
Full Hash: 37467ec5e9a2fcc063ed000f2f99fdf5820456a4
Parent Commit: 5898f6e
Lines Changed: +34, -21
1 Modified Path:
/source/blender/io/wavefront_obj/intern/wavefront_obj_im_mesh.cc (+34, -21) (Diff)