mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Merge pull request #2602 from Moonrock-Animation-Studio/enhancement/ftrack-family-mapping-settings
Ftrack: Family to Asset type mapping is in settings
This commit is contained in:
commit
4ce12ffc7c
2 changed files with 50 additions and 1 deletions
|
|
@ -342,6 +342,40 @@
|
|||
"ValidateFtrackAttributes": {
|
||||
"enabled": false,
|
||||
"ftrack_custom_attributes": {}
|
||||
},
|
||||
"IntegrateFtrackInstance": {
|
||||
"family_mapping": {
|
||||
"camera": "cam",
|
||||
"look": "look",
|
||||
"mayaascii": "scene",
|
||||
"model": "geo",
|
||||
"rig": "rig",
|
||||
"setdress": "setdress",
|
||||
"pointcache": "cache",
|
||||
"render": "render",
|
||||
"render2d": "render",
|
||||
"nukescript": "comp",
|
||||
"write": "render",
|
||||
"review": "mov",
|
||||
"plate": "img",
|
||||
"audio": "audio",
|
||||
"workfile": "scene",
|
||||
"animation": "cache",
|
||||
"image": "img",
|
||||
"reference": "reference",
|
||||
"ass": "cache",
|
||||
"mayaScene": "scene",
|
||||
"camerarig": "rig",
|
||||
"yeticache": "cache",
|
||||
"yetiRig": "rig",
|
||||
"xgen": "xgen",
|
||||
"rendersetup": "rendersetup",
|
||||
"assembly": "assembly",
|
||||
"layout": "layout",
|
||||
"unrealStaticMesh": "geo",
|
||||
"vrayproxy": "cache",
|
||||
"redshiftproxy": "cache"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -723,7 +723,6 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"type": "dict",
|
||||
"collapsible": true,
|
||||
|
|
@ -743,6 +742,22 @@
|
|||
"label": "Custom attributes to validate"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "dict",
|
||||
"key": "IntegrateFtrackInstance",
|
||||
"label": "IntegrateFtrackInstance",
|
||||
"is_group": true,
|
||||
"children": [
|
||||
{
|
||||
"type": "dict-modifiable",
|
||||
"key": "family_mapping",
|
||||
"label": "Family Mapping",
|
||||
"object_type": {
|
||||
"type": "text"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue