Skip to content

Commit

Permalink
Update menu.py
Browse files Browse the repository at this point in the history
  • Loading branch information
CreativeLyons committed Apr 28, 2021
1 parent 7d9fe0d commit 6f35d91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NukeSurvivalToolkit/menu.py
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ def openNSTDocumentation():
transformMenu.addCommand('Matrix4x4Math TL', "nuke.createNode('{}Matrix4x4Math')".format(prefixNST), icon="ColorMath.png")
transformMenu.addCommand('MirrorBorder TL', "nuke.createNode('{}MirrorBorder')".format(prefixNST), icon="AdjBBox.png")
transformMenu.addCommand('TransformCutOut TL', "nuke.createNode('{}TransformCutOut')".format(prefixNST), icon="MergeOut.png")
transformMenu.addCommand('iMorph AP', "nuke.createNode('{}iMorph_v2')".format(prefixNST), icon="VectorDistort.png")
transformMenu.addCommand('iMorph AP', "nuke.createNode('{}iMorph')".format(prefixNST), icon="VectorDistort.png")

transformMenu.addSeparator()

Expand Down

0 comments on commit 6f35d91

Please sign in to comment.