added capture gui

This commit is contained in:
aardschok 2017-09-11 16:39:08 +02:00
parent e94069ae11
commit 98381b177b

View file

@ -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",