From 7e90103ce4ac5a19e413d5fda31be6dbdbf80ed0 Mon Sep 17 00:00:00 2001 From: wijnand Date: Fri, 8 Jun 2018 15:19:29 +0200 Subject: [PATCH] added 'locator' to types list to include --- colorbleed/maya/lib.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/colorbleed/maya/lib.py b/colorbleed/maya/lib.py index 1493f7385e..b2db9bff7c 100644 --- a/colorbleed/maya/lib.py +++ b/colorbleed/maya/lib.py @@ -637,7 +637,8 @@ def get_id_required_nodes(referenced_nodes=False, nodes=None): ignore |= set(cmds.ls(type="ilrBakeLayer", long=True)) # Establish set of nodes types to include - types = ["objectSet", "file", "mesh", "nurbsCurve", "nurbsSurface"] + types = ["objectSet", "file", "mesh", "nurbsCurve", "nurbsSurface", + "locator"] # Check if plugin nodes are available for Maya by checking if the plugin # is loaded