mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
hound shut
This commit is contained in:
parent
72848657af
commit
6410f381f3
1 changed files with 5 additions and 4 deletions
|
|
@ -43,10 +43,11 @@ class CollectTextureSet(pyblish.api.InstancePlugin):
|
|||
for template, outputs in template_maps.items():
|
||||
if texture_set_filtering(texture_set_name, template):
|
||||
self.log.info(f"Processing {template}")
|
||||
self.create_image_instance(instance, template, outputs,
|
||||
asset_doc=asset_doc,
|
||||
texture_set_name=texture_set_name,
|
||||
stack_name=stack_name)
|
||||
self.create_image_instance(
|
||||
instance, template, outputs,
|
||||
asset_doc=asset_doc,
|
||||
texture_set_name=texture_set_name,
|
||||
stack_name=stack_name)
|
||||
|
||||
def create_image_instance(self, instance, template, outputs,
|
||||
asset_doc, texture_set_name, stack_name):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue