mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
remove create namespace if it doesn't exsits
This commit is contained in:
parent
3597b73ce6
commit
b3d62c5174
1 changed files with 0 additions and 3 deletions
|
|
@ -135,9 +135,6 @@ class ReferenceLoader(openpype.hosts.maya.api.plugin.ReferenceLoader):
|
|||
file_url = self.prepare_root_value(self.fname,
|
||||
context["project"]["name"])
|
||||
|
||||
if not cmds.namespace(exists=namespace):
|
||||
cmds.namespace(add=namespace)
|
||||
|
||||
nodes = cmds.file(file_url,
|
||||
namespace=namespace,
|
||||
sharedReferenceFile=False,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue