rendering is done by default from published file

This commit is contained in:
Ondrej Samohel 2020-02-22 01:19:32 +01:00
parent 284da78ccd
commit 6f8a860f00
No known key found for this signature in database
GPG key ID: 8A29C663C672C2B7
3 changed files with 57 additions and 6 deletions

View file

@ -662,8 +662,8 @@ class ProcessSubmittedJobOnFarm(pyblish.api.InstancePlugin):
new_i = copy(i)
new_i["version"] = at.get("version")
new_i["subset"] = at.get("subset")
new_i["family"] = at.get("family")
new_i["append"] = True
new_i["families"].append(at.get("family"))
new_instances.append(new_i)
self.log.info(" - {} / v{}".format(
at.get("subset"), at.get("version")))