removed locator from tupes

This commit is contained in:
wijnand 2018-06-11 10:05:39 +02:00
parent 7e90103ce4
commit 015b8b7e2d

View file

@ -637,8 +637,7 @@ 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",
"locator"]
types = ["objectSet", "file", "mesh", "nurbsCurve", "nurbsSurface"]
# Check if plugin nodes are available for Maya by checking if the plugin
# is loaded