mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
added capture gui
This commit is contained in:
parent
e94069ae11
commit
98381b177b
1 changed files with 19 additions and 1 deletions
|
|
@ -1,7 +1,14 @@
|
|||
[
|
||||
{
|
||||
"type": "action",
|
||||
"command": "$COLORBLEED_SCRIPTS\\others\\_save_scene_incremental.py",
|
||||
"command": "$COLORBLEED_SCRIPTS\\others\\save_scene_incremental.py",
|
||||
"sourcetype": "file",
|
||||
"title": "Version Up",
|
||||
"tooltip": "Incremental save with a specific format"
|
||||
},
|
||||
{
|
||||
"type": "action",
|
||||
"command": "$COLORBLEED_SCRIPTS\\animation\\save_scene_incremental.py",
|
||||
"sourcetype": "file",
|
||||
"title": "Version Up",
|
||||
"tooltip": "Incremental save with a specific format"
|
||||
|
|
@ -1029,6 +1036,17 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "action",
|
||||
"command": "$COLORBLEED_SCRIPTS\\animation\\capture_ui.py",
|
||||
"sourcetype": "file",
|
||||
"tags": [
|
||||
"animation",
|
||||
"capture", "screen", "playblast"
|
||||
],
|
||||
"title": "Capture UI",
|
||||
"tooltip": "Capture the viewport to the required media format"
|
||||
},
|
||||
{
|
||||
"type": "action",
|
||||
"command": "$COLORBLEED_SCRIPTS\\animation\\zvParentMaster.py",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue