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

Commit

Permalink
Fix - make AE workfile publish to Ftrack configurable
Browse files Browse the repository at this point in the history
By default workfile is sent to Ftrack, could be disabled by Settings
  • Loading branch information
kalisp committed Aug 13, 2021
1 parent 255de27 commit 4390c85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def process(self, context):
"subset": subset,
"label": scene_file,
"family": family,
"families": [family, "ftrack"],
"families": [family],
"representations": list()
})

Expand Down
3 changes: 2 additions & 1 deletion openpype/settings/defaults/project_settings/ftrack.json
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,8 @@
"aftereffects"
],
"families": [
"render"
"render",
"workfile"
],
"tasks": [],
"add_ftrack_family": true,
Expand Down

0 comments on commit 4390c85

Please sign in to comment.