mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Change family name.
This commit is contained in:
parent
2941a6c293
commit
654f7b2f7d
4 changed files with 4 additions and 4 deletions
|
|
@ -82,7 +82,7 @@ class IntegrateAssetNew(pyblish.api.InstancePlugin):
|
|||
"fbx",
|
||||
"textures",
|
||||
"action",
|
||||
"template"
|
||||
"harmony.template"
|
||||
]
|
||||
exclude_families = ["clip"]
|
||||
db_representation_context_keys = [
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ class CreateTemplate(harmony.Creator):
|
|||
|
||||
name = "templateDefault"
|
||||
label = "Template"
|
||||
family = "template"
|
||||
family = "harmony.template"
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
super(CreateTemplate, self).__init__(*args, **kwargs)
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ from avalon import api, harmony
|
|||
class ImportTemplateLoader(api.Loader):
|
||||
"""Import templates."""
|
||||
|
||||
families = ["template"]
|
||||
families = ["harmony.template"]
|
||||
representations = ["*"]
|
||||
label = "Import Template"
|
||||
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ class ExtractTemplate(pype.api.Extractor):
|
|||
"""Extract the connected nodes to the composite instance."""
|
||||
label = "Extract Template"
|
||||
hosts = ["harmony"]
|
||||
families = ["template"]
|
||||
families = ["harmony.template"]
|
||||
|
||||
def process(self, instance):
|
||||
staging_dir = self.staging_dir(instance)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue