Blender Git Loki
Git Commits -> Revision 1ec30d4
Revision 1ec30d4 by Jacques Lucke (master) February 16, 2021, 12:35 (GMT) |
Fix T85697: subdivision surface node output does not contain vertex group names The vertex weights were actually interpolated correctly. The issue was that vertex group names were removed from the output geometry set. We have to keep track of these names separately from the mesh, for legacy reasons. Vertex group names are not stored on meshes but objects instead. |
Commit Details:
Full Hash: 1ec30d4b15684df333926aae78516b07dab428ad
Parent Commit: 5688f79
Lines Changed: +2, -1
1 Modified Path:
/source/blender/nodes/geometry/nodes/node_geo_subdivision_surface.cc (+2, -1) (Diff)