Skip to content

Commit

Permalink
Hound fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BenoitConnan authored and ClementHector committed Feb 8, 2022
1 parent 0c9df38 commit 0ba04c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion openpype/hosts/maya/api/template_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def parent_in_hierarchy(self, containers):
# Move loaded nodes to correct index in outliner hierarchy
placeholder_node = self.data['node']
placeholder_form = cmds.xform(
placeholder_node, q=True, matrix=True, worldSpace=True)
placeholder_node, q=True, matrix=True, worldSpace=True)
for node in set(nodes_to_parent):
cmds.reorder(node, front=True)
cmds.reorder(node, relative=self.data['index'])
Expand Down
1 change: 1 addition & 0 deletions openpype/lib/avalon_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -840,6 +840,7 @@ def collect_last_version_repres(asset_entities):

return output


@with_avalon
def get_loaders_by_name():

Expand Down

0 comments on commit 0ba04c4

Please sign in to comment.