Added return to force refresh of SceneInventory window

This commit is contained in:
Petr Kalis 2021-09-13 13:46:37 +02:00
parent 0adcf3334a
commit dfa3f76d2c

View file

@ -25,3 +25,5 @@ class ImportReference(api.InventoryAction):
ref_file = cmds.referenceQuery(reference_name, f=True)
cmds.file(ref_file, importReference=True)
return "refresh"