From 2dbd7fe0179dc1d56bfd1a9633ca96d191b95279 Mon Sep 17 00:00:00 2001 From: Sven Neve Date: Thu, 16 Aug 2018 14:34:56 +0200 Subject: [PATCH] Added sub menu entry for image 2 tiled exr tool --- colorbleed/maya/menu.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/colorbleed/maya/menu.json b/colorbleed/maya/menu.json index 692b6c04a6..ad21949180 100644 --- a/colorbleed/maya/menu.json +++ b/colorbleed/maya/menu.json @@ -945,6 +945,18 @@ ], "title": "Fix RenderLayer Missing Referenced Nodes Overrides", "tooltip": "" + }, + { + "type": "action", + "title": "Image 2 Tiled EXR", + "command": "$COLORBLEED_SCRIPTS\\shading\\open_img2exr.py", + "sourcetype": "file", + "tooltip": "", + "tags": [ + "shading", + "vray", + "exr" + ] } ] },