mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
ftrack: make nicer name only if set in settings
This commit is contained in:
parent
61d5f32fe8
commit
23b31bb23b
3 changed files with 18 additions and 3 deletions
|
|
@ -395,7 +395,8 @@
|
|||
"vrayproxy": "cache",
|
||||
"redshiftproxy": "cache",
|
||||
"usd": "usd"
|
||||
}
|
||||
},
|
||||
"nicer_asset_name": false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -784,6 +784,12 @@
|
|||
"object_type": {
|
||||
"type": "text"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "boolean",
|
||||
"key": "nicer_asset_name",
|
||||
"label": "Nicer Asset name if multiple reviewable",
|
||||
"default": false
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue