mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
drop out the force flag in referenceQuery
This commit is contained in:
parent
c86ebf1e93
commit
df62f315cc
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ cmds.file(current_name, open=True, force=True)
|
|||
print(">>> Processing references")
|
||||
all_reference = cmds.file(q=True, reference=True) or []
|
||||
for ref in all_reference:
|
||||
if cmds.referenceQuery(ref, f=True, il=True):
|
||||
if cmds.referenceQuery(ref, il=True):
|
||||
cmds.file(ref, importReference=True)
|
||||
|
||||
nested_ref = cmds.file(q=True, reference=True)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue