For some reason the evaluation code for this node starts with
deleting the attribute, which destroys its Vertex Group status
and the data is written as an abstract custom attribute. It is
much more logical to first try writing to the existing attribute.
Details
Details
- Reviewers
Hans Goudey (HooglyBoogly) - Maniphest Tasks
- T99873: Store/Remove Named Attribute issues with vertex groups
Diff Detail
Diff Detail
- Repository
- rB Blender
- Branch
- temp-angavrilov-geonode-store-vg (branched from master)
- Build Status
Buildable 23077 Build 23077: arc lint + arc unit
Event Timeline
Comment Actions
Note that I only tested this with the vertex groups, so can't guarantee there are no negative side effects in other areas. This also doesn't address the removal issues from the bug report.
Comment Actions
Thanks for the patch. I looked into solving this part of the problem a bit differently though, just to make the logic a bit clearer: D15514