Skip to content
Snippets Groups Projects
  • Alexander Gavrilov's avatar
    25c81824
    Rigify: fix the ORG bone rename affecting objects dependent on the rig. · 25c81824
    Alexander Gavrilov authored
    The issue is that if a different object has a constraint or driver
    targeting a control of the rig, renaming the bone after join when
    re-generating the rig would change that target to the ORG bone.
    
    To fix this, apply the renames to the temporary copy of the metarig
    before joining it to the rig armature object. This also requires
    moving the driver freeze to this stage.
    25c81824
    History
    Rigify: fix the ORG bone rename affecting objects dependent on the rig.
    Alexander Gavrilov authored
    The issue is that if a different object has a constraint or driver
    targeting a control of the rig, renaming the bone after join when
    re-generating the rig would change that target to the ORG bone.
    
    To fix this, apply the renames to the temporary copy of the metarig
    before joining it to the rig armature object. This also requires
    moving the driver freeze to this stage.