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

Ftrack without autosync in Pype 3 #1519

Merged
merged 2 commits into from
May 17, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion openpype/settings/defaults/project_settings/ftrack.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"events": {
"sync_to_avalon": {
"enabled": true,
"statuses_name_change": [
"ready",
"not ready"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,7 @@
"type": "dict",
"key": "sync_to_avalon",
"label": "Sync to avalon",
"checkbox_key": "enabled",
"children": [
{
"type": "boolean",
"key": "enabled",
"label": "Enabled"
},
{
"type": "label",
"label": "Allow name and hierarchy change only if following statuses are on all children tasks"
Expand Down