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 #625 from tokejepsen/2.x/bugfix/review_source
Browse files Browse the repository at this point in the history
Add source for review instances.
  • Loading branch information
mkolar authored Oct 9, 2020
2 parents a25bf09 + 04b35db commit 3098272
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pype/plugins/ftrack/publish/integrate_ftrack_instances.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ def process(self, instance):
# Create copy with ftrack.unmanaged location if thumb or prev
if comp.get('thumbnail') or comp.get('preview') \
or ("preview" in comp.get('tags', [])) \
or ("review" in comp.get('tags', [])) \
or ("thumbnail" in comp.get('tags', [])):
unmanaged_loc = self.get_ftrack_location(
'ftrack.unmanaged', ft_session
Expand Down

0 comments on commit 3098272

Please sign in to comment.