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",