mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
set "farm" to true in maya render colletor
This commit is contained in:
parent
2f3e6a73e3
commit
7095bff502
1 changed files with 1 additions and 0 deletions
|
|
@ -354,6 +354,7 @@ class CollectMayaRender(pyblish.api.ContextPlugin):
|
|||
|
||||
instance = context.create_instance(expected_layer_name)
|
||||
instance.data["label"] = label
|
||||
instance.data["farm"] = True
|
||||
instance.data.update(data)
|
||||
self.log.debug("data: {}".format(json.dumps(data, indent=4)))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue