mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
flame: adding useShotName attribute to creator ui
This commit is contained in:
parent
d007c057d2
commit
67e90668fd
3 changed files with 19 additions and 6 deletions
|
|
@ -2,7 +2,8 @@
|
|||
"create": {
|
||||
"CreateShotClip": {
|
||||
"hierarchy": "{folder}/{sequence}",
|
||||
"clipRename": true,
|
||||
"useShotName": true,
|
||||
"clipRename": false,
|
||||
"clipName": "{sequence}{shot}",
|
||||
"segmentIndex": true,
|
||||
"countFrom": 10,
|
||||
|
|
|
|||
|
|
@ -28,6 +28,11 @@
|
|||
"key": "hierarchy",
|
||||
"label": "Shot parent hierarchy"
|
||||
},
|
||||
{
|
||||
"type": "boolean",
|
||||
"key": "useShotName",
|
||||
"label": "Use Shot Name"
|
||||
},
|
||||
{
|
||||
"type": "boolean",
|
||||
"key": "clipRename",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue