mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
cosmetics
This commit is contained in:
parent
52e20f63ff
commit
3e22683eed
1 changed files with 3 additions and 3 deletions
|
|
@ -21,7 +21,7 @@ class IntegrateAsset(pyblish.api.InstancePlugin):
|
|||
publish the shading network. Same goes for file dependent assets.
|
||||
"""
|
||||
|
||||
label = "Intergrate Asset"
|
||||
label = "Integrate Asset"
|
||||
order = pyblish.api.IntegratorOrder
|
||||
families = ["colorbleed.model",
|
||||
"colorbleed.rig",
|
||||
|
|
@ -37,7 +37,7 @@ class IntegrateAsset(pyblish.api.InstancePlugin):
|
|||
self.log.info("Integrating Asset in to the database ...")
|
||||
|
||||
self.register(instance)
|
||||
self.intergrate(instance)
|
||||
self.integrate(instance)
|
||||
|
||||
self.log.info("Removing temporary files and folders ...")
|
||||
stagingdir = instance.data["stagingDir"]
|
||||
|
|
@ -194,7 +194,7 @@ class IntegrateAsset(pyblish.api.InstancePlugin):
|
|||
|
||||
return representations
|
||||
|
||||
def intergrate(self, instance):
|
||||
def integrate(self, instance):
|
||||
"""Register the representations and move the files
|
||||
|
||||
Through the stored `representations` and `transfers`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue