diff --git a/colorbleed/plugins/maya/load/load_rig.py b/colorbleed/plugins/maya/load/load_rig.py index 1ccf5184d0..2198c4dbd5 100644 --- a/colorbleed/plugins/maya/load/load_rig.py +++ b/colorbleed/plugins/maya/load/load_rig.py @@ -50,7 +50,7 @@ class RigLoader(api.Loader): maya.create( name=maya.unique_name(asset, suffix="_SET"), asset=context["asset"]["name"], - family="avalon.animation", + family="colorbleed.animation", options={"useSelection": True}, data={ "dependencies": " ".join(str(d) for d in dependencies)