mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 17:04:54 +01:00
pr suggestions
This commit is contained in:
parent
09f6eee080
commit
8fc7d6c57d
1 changed files with 4 additions and 2 deletions
|
|
@ -330,8 +330,10 @@ class CollectNukeWrites(pyblish.api.InstancePlugin,
|
|||
instance.data["useSequenceForReview"] = False
|
||||
|
||||
# Farm rendering
|
||||
instance.data["transfer"] = False
|
||||
instance.data["farm"] = True
|
||||
instance.data.update({
|
||||
"transfer": False,
|
||||
"farm": True # to skip integrate
|
||||
})
|
||||
self.log.info("Farm rendering ON ...")
|
||||
|
||||
def _get_collected_frames(self, instance):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue