set "farm" to true in maya render colletor

This commit is contained in:
Jakub Trllo 2022-08-17 11:04:58 +02:00
parent 2f3e6a73e3
commit 7095bff502

View file

@ -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)))