diff --git a/client/ayon_maya/plugins/inventory/connect_ornatrix_rig.py b/client/ayon_maya/plugins/inventory/connect_ornatrix_rig.py index 0f29bc1b..94296738 100644 --- a/client/ayon_maya/plugins/inventory/connect_ornatrix_rig.py +++ b/client/ayon_maya/plugins/inventory/connect_ornatrix_rig.py @@ -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")