Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
fix(nuke): missing preset's variable
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubjezek001 committed Feb 5, 2021
1 parent f1350c1 commit 45ae584
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pype/plugins/nuke/publish/extract_thumbnail.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ class ExtractThumbnail(pype.api.Extractor):
families = ["review"]
hosts = ["nuke"]

# presets
nodes = {}

def process(self, instance):
if "render.farm" in instance.data["families"]:
return
Expand Down

0 comments on commit 45ae584

Please sign in to comment.