Page MenuHome

Fix T90087: Assigning object data doesn't copy vertex groups
ClosedPublic

Authored by Hans Goudey (HooglyBoogly) on Aug 3 2021, 3:38 AM.

Details

Summary

Assigning a mesh seems to do its own parameter copying, which
means we need to manual copy its vertex groups here.

Diff Detail

Repository
rB Blender
Branch
fix-object-data-assign-vertex-groups (branched from master)
Build Status
Buildable 16180
Build 16180: arc lint + arc unit

Event Timeline

Hans Goudey (HooglyBoogly) requested review of this revision.Aug 3 2021, 3:38 AM
Hans Goudey (HooglyBoogly) created this revision.

Maybe you would look at this Campbell? The fix is quite simple, but I just feel it's odd to have to do this manually here. I get the sense this function could be a fair amount simpler than it is.

This revision is now accepted and ready to land.Aug 5 2021, 3:02 PM