From 182522103ae4767938ad1eb6a0510393e6c4af77 Mon Sep 17 00:00:00 2001 From: Roy Nieterau Date: Thu, 9 Nov 2017 12:33:37 +0100 Subject: [PATCH] Add repair faulty containers script to menu.json --- colorbleed/maya/menu.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/colorbleed/maya/menu.json b/colorbleed/maya/menu.json index e29c231c79..da3b59e9c7 100644 --- a/colorbleed/maya/menu.json +++ b/colorbleed/maya/menu.json @@ -1480,6 +1480,16 @@ "title": "Cleanup", "items": [ { + "type": "action", + "command": "$COLORBLEED_SCRIPTS\\cleanup\\repair_faulty_containers.py", + "sourcetype": "file", + "tags": [ + "cleanup", + "repair", "containers" + ], + "title": "Find and Repair Containers", + "tooltip": "" + },{ "type": "action", "command": "$COLORBLEED_SCRIPTS\\cleanup\\selectByType.py", "sourcetype": "file",