Skip to content

Commit

Permalink
Added indentation to connect simplexDelete attr upon creation
Browse files Browse the repository at this point in the history
  • Loading branch information
cemccabe77 authored and tbttfox committed Oct 7, 2024
1 parent 1206618 commit 94a738b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/simplexui/interface/mayaInterface.py
Original file line number Diff line number Diff line change
Expand Up @@ -2193,7 +2193,7 @@ def _reparentDeltaShapes(self, par, nodeDict, bsNode, toDelete=None):
sdNode = par + ".simplexDelete"
if not cmds.ls(sdNode):
cmds.addAttr(par, longName="simplexDelete", attributeType="message")
cmds.connectAttr(bsNode + ".message", sdNode)
cmds.connectAttr(bsNode + ".message", sdNode)

# build the callback setup so the blendshape is deleted with the delta setup
# along with a persistent scriptjob
Expand Down

0 comments on commit 94a738b

Please sign in to comment.