mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
added more settings
This commit is contained in:
parent
4a81519968
commit
5fdadaf454
3 changed files with 36 additions and 1 deletions
|
|
@ -42,7 +42,11 @@
|
|||
"default_variants": []
|
||||
},
|
||||
"auto_detect_render": {
|
||||
"enabled": false
|
||||
"enabled": false,
|
||||
"allow_group_rename": true,
|
||||
"group_name_template": "L{group_index}",
|
||||
"group_idx_offset": 10,
|
||||
"group_idx_padding": 3
|
||||
}
|
||||
},
|
||||
"publish": {
|
||||
|
|
|
|||
|
|
@ -207,6 +207,34 @@
|
|||
{
|
||||
"type": "boolean",
|
||||
"key": "enabled"
|
||||
},
|
||||
{
|
||||
"type": "label",
|
||||
"label": "The creator tries to auto-detect Render Layers and Render Passes in scene. For Render Layers is used group name as a variant and for Render Passes is used TVPaint layer name.<br/><br/>Group names can be renamed by their used order in scene. The renaming template where can be used <b>{group_index}</b> formatting key which is filled by \"used position index of group\".<br/>- Template: <b>L{group_index}</b><br/>- Group offset: <b>10</b><br/>- Group padding: <b>3</b><br/>Would create group names \"<b>L010</b>\", \"<b>L020</b>\", ..."
|
||||
},
|
||||
{
|
||||
"type": "boolean",
|
||||
"key": "allow_group_rename",
|
||||
"label": "Allow group rename"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
"key": "group_name_template",
|
||||
"label": "Group name template"
|
||||
},
|
||||
{
|
||||
"key": "group_idx_offset",
|
||||
"label": "Group index Offset",
|
||||
"type": "number",
|
||||
"decimal": 0,
|
||||
"minimum": 1
|
||||
},
|
||||
{
|
||||
"key": "group_idx_padding",
|
||||
"type": "number",
|
||||
"label": "Group index Padding",
|
||||
"decimal": 0,
|
||||
"minimum": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue