ayon-core/pype/modules/ftrack/lib/custom_attributes.json

56 lines
1.3 KiB
JSON

{
"show": {
"avalon_auto_sync": {
"label": "Avalon auto-sync",
"type": "boolean"
},
"library_project": {
"label": "Library Project",
"type": "boolean"
}
},
"is_hierarchical": {
"fps": {
"label": "FPS",
"type": "number",
"config": {"isdecimal": true}
},
"clipIn": {
"label": "Clip in",
"type": "number"
},
"clipOut": {
"label": "Clip out",
"type": "number"
},
"frameStart": {
"label": "Frame start",
"type": "number"
},
"frameEnd": {
"label": "Frame end",
"type": "number"
},
"resolutionWidth": {
"label": "Resolution Width",
"type": "number"
},
"resolutionHeight": {
"label": "Resolution Height",
"type": "number"
},
"pixelAspect": {
"label": "Pixel aspect",
"type": "number",
"config": {"isdecimal": true}
},
"handleStart": {
"label": "Frame handles start",
"type": "number"
},
"handleEnd": {
"label": "Frame handles end",
"type": "number"
}
}
}