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

Commit

Permalink
Merge pull request #984 from pypeclub/bugfix/nuke-publish-exctract-thumb
Browse files Browse the repository at this point in the history
fix(nuke): missing preset's variable
  • Loading branch information
mkolar authored Feb 5, 2021
2 parents 1e804b6 + 45ae584 commit b0eb763
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 b0eb763

Please sign in to comment.