mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 13:52:15 +01:00
added 'locator' to types list to include
This commit is contained in:
parent
222c894ae8
commit
7e90103ce4
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue