From 98381b177b09aa3e5c1c2fb4e13d831ee105b570 Mon Sep 17 00:00:00 2001 From: aardschok Date: Mon, 11 Sep 2017 16:39:08 +0200 Subject: [PATCH 1/2] added capture gui --- colorbleed/maya/menu.json | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/colorbleed/maya/menu.json b/colorbleed/maya/menu.json index 0fb4d6f339..a0ba7724e2 100644 --- a/colorbleed/maya/menu.json +++ b/colorbleed/maya/menu.json @@ -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", From 334860177fda8802014deec4141c598e3eb8d63b Mon Sep 17 00:00:00 2001 From: aardschok Date: Mon, 11 Sep 2017 17:19:38 +0200 Subject: [PATCH 2/2] added animation scripts --- colorbleed/maya/menu.json | 114 +++++++++++++++++++++++++++++--------- 1 file changed, 89 insertions(+), 25 deletions(-) diff --git a/colorbleed/maya/menu.json b/colorbleed/maya/menu.json index a0ba7724e2..e4f14177d3 100644 --- a/colorbleed/maya/menu.json +++ b/colorbleed/maya/menu.json @@ -804,7 +804,7 @@ "auto" ], "title": "Assign lookDefault Shader", - "tooltip": "Assign the latest 'lookDefault' to assets without any lookdev in the scene" + "tooltip": "Assign the latest `lookDefault` to assets without any lookdev in the scene" }, { "type": "action", @@ -1037,48 +1037,112 @@ ] }, { - "type": "action", - "command": "$COLORBLEED_SCRIPTS\\animation\\capture_ui.py", - "sourcetype": "file", + "command": "$COLORBLEED_SCRITPS\\animation\\bakeSelectedToWorldSpace.py", "tags": [ "animation", - "capture", "screen", "playblast" + "bakeSelectedToWorldSpace.py" ], - "title": "Capture UI", - "tooltip": "Capture the viewport to the required media format" + "title": "Bakeselectedtoworldspace.Py", + "type": "file" }, { - "type": "action", - "command": "$COLORBLEED_SCRIPTS\\animation\\zvParentMaster.py", - "sourcetype": "file", + "command": "$COLORBLEED_SCRITPS\\animation\\timeStepper.py", "tags": [ "animation", - "zvParentMaster" + "timeStepper.py" ], - "title": "ZV Parent Master", - "tooltip": "Open ZV Parent M UI" + "title": "Timestepper.Py", + "type": "file" }, { - "type": "action", - "command": "$COLORBLEED_SCRIPTS\\animation\\pathAnimation.py", - "sourcetype": "file", + "command": "$COLORBLEED_SCRITPS\\animation\\capture_ui.py", "tags": [ "animation", - "path" + "capture_ui.py" ], - "title": "Path Animation", - "tooltip": "" + "title": "Capture_Ui.Py", + "type": "file" }, { - "type": "action", - "command": "$COLORBLEED_SCRIPTS\\animation\\timeStepper.py", - "sourcetype": "file", + "command": "$COLORBLEED_SCRITPS\\animation\\tweenMachineUI.py", "tags": [ "animation", - "timeStepper" + "tweenMachineUI.py" ], - "title": "TimeStepper", - "tooltip": "" + "title": "Tweenmachineui.Py", + "type": "file" + }, + { + "command": "$COLORBLEED_SCRITPS\\animation\\selectAllAnimationCurves.py", + "tags": [ + "animation", + "selectAllAnimationCurves.py" + ], + "title": "Selectallanimationcurves.Py", + "type": "file" + }, + { + "command": "$COLORBLEED_SCRITPS\\animation\\simplePlayblastUI.py", + "tags": [ + "animation", + "simplePlayblastUI.py" + ], + "title": "Simpleplayblastui.Py", + "type": "file" + }, + { + "command": "$COLORBLEED_SCRITPS\\animation\\pathAnimation.py", + "tags": [ + "animation", + "pathAnimation.py" + ], + "title": "Pathanimation.Py", + "type": "file" + }, + { + "command": "$COLORBLEED_SCRITPS\\animation\\offsetSelectedObjectsUI.py", + "tags": [ + "animation", + "offsetSelectedObjectsUI.py" + ], + "title": "Offsetselectedobjectsui.Py", + "type": "file" + }, + { + "command": "$COLORBLEED_SCRITPS\\animation\\key_amplifier_ui.py", + "tags": [ + "animation", + "key_amplifier_ui.py" + ], + "title": "Key_Amplifier_Ui.Py", + "type": "file" + }, + { + "command": "$COLORBLEED_SCRITPS\\animation\\anim_scene_optimizer.py", + "tags": [ + "animation", + "anim_scene_optimizer.py" + ], + "title": "Anim_Scene_Optimizer.Py", + "type": "file" + }, + { + "command": "$COLORBLEED_SCRITPS\\animation\\zvParentMaster.py", + "tags": [ + "animation", + "zvParentMaster.py" + ], + "title": "Zvparentmaster.Py", + "type": "file" + }, + { + "command": "$COLORBLEED_SCRITPS\\animation\\poseLibrary.py", + "tags": [ + "animation", + "poseLibrary.py" + ], + "title": "Poselibrary.Py", + "type": "file" } ] },