added 'locator' to types list to include

This commit is contained in:
wijnand 2018-06-08 15:19:29 +02:00
parent 222c894ae8
commit 7e90103ce4

View file

@ -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