mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
collect look wasn't respecting maketx checkbox
This commit is contained in:
parent
8ba430f480
commit
6f27775cab
1 changed files with 1 additions and 0 deletions
|
|
@ -220,6 +220,7 @@ class CollectLook(pyblish.api.InstancePlugin):
|
|||
self.collect(instance)
|
||||
|
||||
# make ftrack publishable
|
||||
self.maketx = instance.data.get('maketx', True)
|
||||
instance.data['maketx'] = self.maketx
|
||||
self.log.info('maketx: {}'.format(self.maketx))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue