mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 22:02:15 +01:00
removed locator from tupes
This commit is contained in:
parent
7e90103ce4
commit
015b8b7e2d
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue