diff --git a/pype/settings/defaults/project_settings/ftrack.json b/pype/settings/defaults/project_settings/ftrack.json index a16295f84c..af90c8459a 100644 --- a/pype/settings/defaults/project_settings/ftrack.json +++ b/pype/settings/defaults/project_settings/ftrack.json @@ -9,15 +9,21 @@ "not ready" ] }, - "push_frame_values_to_task": { + "sync_hier_entity_attributes": { "enabled": true, "interest_entity_types": [ - "shot", - "asset build" + "Shot", + "Asset Build" ], "interest_attributess": [ "frameStart", "frameEnd" + ], + "action_enabled": true, + "role_list": [ + "Pypeclub", + "Administrator", + "Project Manager" ] }, "thumbnail_updates": { diff --git a/pype/tools/settings/settings/gui_schemas/projects_schema/schema_project_ftrack.json b/pype/tools/settings/settings/gui_schemas/projects_schema/schema_project_ftrack.json index 4925bd2f3a..c3e4c736c7 100644 --- a/pype/tools/settings/settings/gui_schemas/projects_schema/schema_project_ftrack.json +++ b/pype/tools/settings/settings/gui_schemas/projects_schema/schema_project_ftrack.json @@ -91,6 +91,11 @@ { "type": "separator" }, + { + "type": "boolean", + "key": "action_enabled", + "label": "Enable Action" + }, { "type": "list", "key": "role_list",