Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementHector committed Feb 8, 2022
1 parent d037941 commit 51bde25
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions openpype/hosts/maya/api/lib_template_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,4 @@ def create_place_holder():
cmds.addAttr(place_holder_name, longName="loader", dataType='string')
cmds.addAttr(place_holder_name, longName="order", dataType='string')

attr_name = "{}.{}".format(place_holder_name, attribute_name)
cmds.setAttr(attr_name, True)

return place_holder_name

0 comments on commit 51bde25

Please sign in to comment.