From 64a07d2fc05024aaee7181dacaf18ae8c372db26 Mon Sep 17 00:00:00 2001 From: Roy Nieterau Date: Mon, 20 Nov 2017 13:43:50 +0100 Subject: [PATCH] Add "Explore current scene.." script to menu --- colorbleed/maya/menu.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/colorbleed/maya/menu.json b/colorbleed/maya/menu.json index e7a47ff2ce..bf42e454ee 100644 --- a/colorbleed/maya/menu.json +++ b/colorbleed/maya/menu.json @@ -6,6 +6,13 @@ "title": "Version Up", "tooltip": "Incremental save with a specific format" }, + { + "type": "action", + "command": "$COLORBLEED_SCRIPTS\\others\\show_current_scene_in_explorer.py", + "sourcetype": "file", + "title": "Explore current scene..", + "tooltip": "Show current scene in Explorer" + }, { "type": "action", "command": "$COLORBLEED_SCRIPTS\\avalon\\launch_manager.py",