diff --git a/client/ayon_core/hosts/houdini/plugins/create/create_dynamic.py b/client/ayon_core/hosts/houdini/plugins/create/create_dynamic.py index 1ee8a6402d..875c2d8c59 100644 --- a/client/ayon_core/hosts/houdini/plugins/create/create_dynamic.py +++ b/client/ayon_core/hosts/houdini/plugins/create/create_dynamic.py @@ -64,6 +64,7 @@ class CreateRuntimeInstance(Creator): files = pre_create_data["files"] representations = [create_representation_data(files)] instance_data["representations"] = representations + instance_data["families"] = ["dynamic"] # We ingest it as a different product type then the creator's generic # ingest product type. For example, we specify `pointcache` @@ -89,9 +90,6 @@ class CreateRuntimeInstance(Creator): for instance in instances: self._remove_instance_from_context(instance) - # def get_publish_families(self): - # return [self.product_type] - def _get_product_name_dynamic( self, project_name,