Skip to content

Commit

Permalink
Add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
BigRoy committed Jul 16, 2024
1 parent 209e22f commit a49a603
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/ayon_maya/plugins/inventory/connect_ornatrix_rig.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ def get_sibling_representation(project_name: str,


def connect_mesh(source, target):
# TODO: Should we hide the destination mesh to avoid meshes appearing
# directly on top of each other?
connect(f"{source}.worldMesh[0]", f"{target}.inMesh")
connect(f"{source}.worldMatrix[0]",
f"{target}.offsetParentMatrix")
Expand Down

0 comments on commit a49a603

Please sign in to comment.