mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
removed double colon from template_color label
This commit is contained in:
parent
8ee36b11ee
commit
db4f5647d7
2 changed files with 15 additions and 15 deletions
|
|
@ -15,59 +15,59 @@
|
|||
"name": "template_color",
|
||||
"template_data": [
|
||||
{
|
||||
"label": "Model",
|
||||
"label": "Model:",
|
||||
"name": "model"
|
||||
},
|
||||
{
|
||||
"label": "Rig",
|
||||
"label": "Rig:",
|
||||
"name": "rig"
|
||||
},
|
||||
{
|
||||
"label": "Pointcache",
|
||||
"label": "Pointcache:",
|
||||
"name": "pointcache"
|
||||
},
|
||||
{
|
||||
"label": "Animation",
|
||||
"label": "Animation:",
|
||||
"name": "animation"
|
||||
},
|
||||
{
|
||||
"label": "Arnold Standin",
|
||||
"label": "Arnold Standin:",
|
||||
"name": "ass"
|
||||
},
|
||||
{
|
||||
"label": "Camera",
|
||||
"label": "Camera:",
|
||||
"name": "camera"
|
||||
},
|
||||
{
|
||||
"label": "FBX",
|
||||
"label": "FBX:",
|
||||
"name": "fbx"
|
||||
},
|
||||
{
|
||||
"label": "Maya Scene",
|
||||
"label": "Maya Scene:",
|
||||
"name": "mayaAscii"
|
||||
},
|
||||
{
|
||||
"label": "Set Dress",
|
||||
"label": "Set Dress:",
|
||||
"name": "setdress"
|
||||
},
|
||||
{
|
||||
"label": "Layout",
|
||||
"label": "Layout:",
|
||||
"name": "layout"
|
||||
},
|
||||
{
|
||||
"label": "VDB Cache",
|
||||
"label": "VDB Cache:",
|
||||
"name": "vdbcache"
|
||||
},
|
||||
{
|
||||
"label": "Vray Proxy",
|
||||
"label": "Vray Proxy:",
|
||||
"name": "vrayproxy"
|
||||
},
|
||||
{
|
||||
"label": "Yeti Cache",
|
||||
"label": "Yeti Cache:",
|
||||
"name": "yeticache"
|
||||
},
|
||||
{
|
||||
"label": "Yeti Rig",
|
||||
"label": "Yeti Rig:",
|
||||
"name": "yetiRig"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
{
|
||||
"type": "list-strict",
|
||||
"key": "{name}",
|
||||
"label": "{label}:",
|
||||
"label": "{label}",
|
||||
"object_types": [
|
||||
{
|
||||
"label": "Red",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue