From a2bdf93bf78c8d4c398db19a97fc19fad2962279 Mon Sep 17 00:00:00 2001 From: aardschok Date: Tue, 12 Sep 2017 10:01:22 +0200 Subject: [PATCH] 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" },