6aaa74cda9fbadf9c2c2a20ccd9369ea2584a5fe
Add separate functions that deal with the vertex domain and copy vertex groups without using the attribute API which has a large overhead when abstracting the access of many vertex groups. In a 1m vertex mesh with 20 vertex groups, I observed an improvement in the node's runtime from 399 ms to 64 ms. Also resolves #117553. That was an error when adding weight data to a mesh without any weight data would invalidate custom data layers. That is solved more simply now by just doing nothing in that case.
…
Blender
Blender is the free and open source 3D creation suite. It supports the entirety of the 3D pipeline-modeling, rigging, animation, simulation, rendering, compositing, motion tracking and video editing.
Project Pages
Development
License
Blender as a whole is licensed under the GNU General Public License, Version 3. Individual files may have a different, but compatible license.
See blender.org/about/license for details.
Description
Languages
C++
78%
Python
14.9%
C
2.9%
GLSL
1.9%
CMake
1.2%
Other
0.9%
