mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Preserve dynamic family for publishing logic
This commit is contained in:
parent
24dfc22c74
commit
17d42f8f21
1 changed files with 1 additions and 3 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue