From 197b8edc40200391627e66e89ed617bf610a25ca Mon Sep 17 00:00:00 2001 From: aardschok Date: Tue, 12 Sep 2017 09:55:53 +0200 Subject: [PATCH 1/2] removed double entry, removed projects menu --- colorbleed/maya/menu.json | 106 +------------------------------------- 1 file changed, 1 insertion(+), 105 deletions(-) diff --git a/colorbleed/maya/menu.json b/colorbleed/maya/menu.json index ed403559c3..a40337f05b 100644 --- a/colorbleed/maya/menu.json +++ b/colorbleed/maya/menu.json @@ -6,13 +6,6 @@ "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" - }, { "type": "separator" }, @@ -1039,10 +1032,7 @@ { "sourcetype": "file", "command": "$COLORBLEED_SCRIPTS\\animation\\bakeSelectedToWorldSpace.py", - "tags": [ - "animation", - "bake","selection", "worldspace.py" - ], + "tags": ["animation", "bake","selection", "worldspace.py"], "title": "Bake Selected To Worldspace", "type": "action" }, @@ -1647,100 +1637,6 @@ } ] }, - { - "type": "menu", - "title": "Projects", - "items": [ - { - "type": "action", - "command": "", - "sourcetype": "file", - "tags": [ - "projects", - "fifa" - ], - "title": "fifa", - "tooltip": "" - }, - { - "type": "action", - "command": "", - "sourcetype": "file", - "tags": [ - "projects", - "beakbuds" - ], - "title": "beakbuds", - "tooltip": "" - }, - { - "type": "action", - "command": "", - "sourcetype": "file", - "tags": [ - "projects", - "redeemer" - ], - "title": "redeemer", - "tooltip": "" - }, - { - "type": "action", - "command": "", - "sourcetype": "file", - "tags": [ - "projects", - "bjorn" - ], - "title": "bjorn", - "tooltip": "" - }, - { - "type": "action", - "command": "", - "sourcetype": "file", - "tags": [ - "projects", - "aldi" - ], - "title": "aldi", - "tooltip": "" - }, - { - "type": "action", - "command": "", - "sourcetype": "file", - "tags": [ - "projects", - "eneco" - ], - "title": "eneco", - "tooltip": "" - }, - { - "type": "action", - "command": "", - "sourcetype": "file", - "tags": [ - "projects", - "duurzame_verpakking" - ], - "title": "duurzame_verpakking", - "tooltip": "" - }, - { - "type": "action", - "command": "", - "sourcetype": "file", - "tags": [ - "projects", - "bunch" - ], - "title": "bunch", - "tooltip": "" - } - ] - }, { "type": "menu", "title": "Others", From a2bdf93bf78c8d4c398db19a97fc19fad2962279 Mon Sep 17 00:00:00 2001 From: aardschok Date: Tue, 12 Sep 2017 10:01:22 +0200 Subject: [PATCH 2/2] cosmetics --- colorbleed/maya/menu.json | 29 ++++++----------------------- 1 file changed, 6 insertions(+), 23 deletions(-) diff --git a/colorbleed/maya/menu.json b/colorbleed/maya/menu.json index a40337f05b..776e014e9e 100644 --- a/colorbleed/maya/menu.json +++ b/colorbleed/maya/menu.json @@ -1039,59 +1039,42 @@ { "sourcetype": "file", "command": "$COLORBLEED_SCRIPTS\\animation\\timeStepper.py", - "tags": [ - "animation", "time","stepper" - ], + "tags": ["animation", "time","stepper"], "title": "Time Stepper", "type": "action" }, { "sourcetype": "file", "command": "$COLORBLEED_SCRIPTS\\animation\\capture_ui.py", - "tags": [ - "animation", - "capture_ui.py" - ], + "tags": ["animation", "capture", "ui", "screen", "movie", "image"], "title": "Capture UI", "type": "action" }, { "sourcetype": "file", "command": "$COLORBLEED_SCRIPTS\\animation\\simplePlayblastUI.py", - "tags": [ - "animation", - "simplePlayblastUI.py" - ], + "tags": ["animation", "simple", "playblast", "ui"], "title": "Simple Playblast UI", "type": "action" }, { "sourcetype": "file", "command": "$COLORBLEED_SCRIPTS\\animation\\tweenMachineUI.py", - "tags": [ - "animation", - "tweenMachineUI.py" - ], + "tags": ["animation", "tween", "machine"], "title": "Tween Machine UI", "type": "action" }, { "sourcetype": "file", "command": "$COLORBLEED_SCRIPTS\\animation\\selectAllAnimationCurves.py", - "tags": [ - "animation", - "selectAllAnimationCurves.py" - ], + "tags": ["animation", "select", "curves"], "title": "Select All Animation Curves", "type": "action" }, { "sourcetype": "file", "command": "$COLORBLEED_SCRIPTS\\animation\\pathAnimation.py", - "tags": [ - "animation", - "pathAnimation.py" - ], + "tags": ["animation", "path", "along"], "title": "Path Animation", "type": "action" },