blender/source
Bastien Montagne f08f8a2df2 Enhance vgroup handling when merging meshes.
We were looping over all vgroups in destination mesh and making string
comparison, for every vgroup of every vertex of merged mesh! Crazy!

Now we simply create a temp mapping of vgroup indices, seriously
simplifies things (and gives significant speedup when merging huge meshes
with lots of vgroups, here with quick stupid test went from 120ms in
vgroup merging to less than 5ms, 25 times quicker!).
2017-05-22 16:43:46 +02:00
..
blender Enhance vgroup handling when merging meshes. 2017-05-22 16:43:46 +02:00
blenderplayer Fix Blenderplayer stubs 2017-05-11 01:13:32 +02:00
creator [msvc] Use debug nunmpy archive for debug builds 2017-05-21 09:31:55 -06:00
gameengine CMake: Use GCC7's -Wimplicit-fallthrough=5 2017-05-20 14:01:03 +10:00
tools@b11375e890 Fix blurry icons 2017-01-29 17:21:57 +03:00
CMakeLists.txt