From a29f5f177ab48951b04616c282bf3bd9689ff823 Mon Sep 17 00:00:00 2001 From: wijnand Date: Wed, 25 Apr 2018 12:03:48 +0200 Subject: [PATCH] Addedd VRay Displacement Viewer --- colorbleed/maya/menu.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/colorbleed/maya/menu.json b/colorbleed/maya/menu.json index 9141b82ac6..a1d2b426d4 100644 --- a/colorbleed/maya/menu.json +++ b/colorbleed/maya/menu.json @@ -855,6 +855,21 @@ "title": "Set Texture Preview To CLRImage", "tooltip": "" }, + { + "type": "action", + "command": "$COLORBLEED_SCRIPTS\\shading\\vdviewer_ui.py", + "sourcetype": "file", + "tags": [ + "shading", + "look", + "vray", + "displacement", + "shaders", + "auto" + ], + "title": "VRay Displ Viewer", + "tooltip": "Open the VRay Displacement Viewer, select and control the content of the set" + }, { "type": "action", "command": "$COLORBLEED_SCRIPTS\\shading\\fixDefaultShaderSetBehavior.py",