mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
193 lines
4.8 KiB
JSON
193 lines
4.8 KiB
JSON
{
|
|
"ftrack_actions_path": [],
|
|
"ftrack_events_path": [],
|
|
"events": {
|
|
"sync_to_avalon": {
|
|
"enabled": true,
|
|
"statuses_name_change": [
|
|
"ready",
|
|
"not ready"
|
|
]
|
|
},
|
|
"push_frame_values_to_task": {
|
|
"enabled": true,
|
|
"interest_entity_types": [
|
|
"shot",
|
|
"asset build"
|
|
],
|
|
"interest_attributess": [
|
|
"frameStart",
|
|
"frameEnd"
|
|
]
|
|
},
|
|
"thumbnail_updates": {
|
|
"enabled": true,
|
|
"levels": 1
|
|
},
|
|
"user_assignment": {
|
|
"enabled": true
|
|
},
|
|
"status_update": {
|
|
"enabled": true,
|
|
"mapping": {
|
|
"In Progress": [
|
|
"__any__"
|
|
],
|
|
"Ready": [
|
|
"Not Ready"
|
|
],
|
|
"__ignore__": [
|
|
"in prgoress",
|
|
"omitted",
|
|
"on hold"
|
|
]
|
|
}
|
|
},
|
|
"status_task_to_parent": {
|
|
"enabled": true,
|
|
"parent_status_match_all_task_statuses": {
|
|
"Completed": [
|
|
"Approved",
|
|
"Omitted"
|
|
]
|
|
},
|
|
"parent_status_by_task_status": {
|
|
"In Progress": [
|
|
"in progress",
|
|
"change requested",
|
|
"retake",
|
|
"pending review"
|
|
]
|
|
}
|
|
},
|
|
"status_task_to_version": {
|
|
"enabled": true,
|
|
"mapping": {
|
|
"Approved": [
|
|
"Complete"
|
|
]
|
|
}
|
|
},
|
|
"status_version_to_task": {
|
|
"enabled": true,
|
|
"mapping": {
|
|
"Approved": [
|
|
"Complete"
|
|
]
|
|
},
|
|
"asset_types_to_skip": [
|
|
"scene"
|
|
]
|
|
},
|
|
"first_version_status": {
|
|
"enabled": true,
|
|
"status": ""
|
|
},
|
|
"next_task_update": {
|
|
"enabled": true,
|
|
"mapping": {
|
|
"Ready": "Not Ready"
|
|
}
|
|
}
|
|
},
|
|
"user_handlers": {
|
|
"application_launch_statuses": {
|
|
"enabled": true,
|
|
"ignored_statuses": [
|
|
"In Progress",
|
|
"Omitted",
|
|
"On hold"
|
|
],
|
|
"status_change": {
|
|
"In Progress": [],
|
|
"Ready": [
|
|
"Not Ready"
|
|
]
|
|
}
|
|
},
|
|
"create_update_attributes": {
|
|
"role_list": [
|
|
"Pypeclub",
|
|
"Administrator"
|
|
]
|
|
},
|
|
"prepare_project": {
|
|
"enabled": true,
|
|
"role_list": [
|
|
"Pypeclub",
|
|
"Administrator",
|
|
"Project manager"
|
|
]
|
|
},
|
|
"clean_hierarchical_attr": {
|
|
"enabled": true,
|
|
"role_list": [
|
|
"Pypeclub",
|
|
"Administrator",
|
|
"Project manager"
|
|
]
|
|
},
|
|
"delete_asset_subset": {
|
|
"enabled": true,
|
|
"role_list": [
|
|
"Pypeclub",
|
|
"Administrator",
|
|
"Project Manager"
|
|
]
|
|
},
|
|
"delete_old_versions": {
|
|
"enabled": true,
|
|
"role_list": [
|
|
"Pypeclub",
|
|
"Project Manager",
|
|
"Administrator"
|
|
]
|
|
},
|
|
"delivery_action": {
|
|
"enabled": true,
|
|
"role_list": [
|
|
"Pypeclub",
|
|
"Project Manager",
|
|
"Administrator"
|
|
]
|
|
},
|
|
"store_thubmnail_to_avalon": {
|
|
"enabled": true,
|
|
"role_list": [
|
|
"Pypeclub",
|
|
"Project Manager",
|
|
"Administrator"
|
|
]
|
|
},
|
|
"job_killer": {
|
|
"enabled": true,
|
|
"role_list": [
|
|
"Pypeclub",
|
|
"Administrator"
|
|
]
|
|
},
|
|
"sync_to_avalon_local": {
|
|
"enabled": true,
|
|
"role_list": [
|
|
"Pypeclub"
|
|
]
|
|
},
|
|
"seed_project": {
|
|
"enabled": true,
|
|
"role_list": [
|
|
"Pypeclub"
|
|
]
|
|
}
|
|
},
|
|
"publish": {
|
|
"IntegrateFtrackNote": {
|
|
"enabled": true,
|
|
"note_with_intent_template": "",
|
|
"note_labels": []
|
|
},
|
|
"ValidateFtrackAttributes": {
|
|
"enabled": false,
|
|
"ftrack_custom_attributes": {}
|
|
}
|
|
}
|
|
}
|