Remove json dump since renderProducts are not serializable

This commit is contained in:
Roy Nieterau 2022-08-30 10:19:38 +02:00
parent c6a0a199e1
commit e429e2ec41

View file

@ -360,7 +360,6 @@ class CollectMayaRender(pyblish.api.ContextPlugin):
instance.data["label"] = label
instance.data["farm"] = True
instance.data.update(data)
self.log.debug("data: {}".format(json.dumps(data, indent=4)))
def parse_options(self, render_globals):
"""Get all overrides with a value, skip those without.