mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
bug fix for not being able to remove item in scene inventory
This commit is contained in:
parent
79eb375c06
commit
3cb530ce60
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ importFile @"{file_path}" #noPrompt
|
||||||
def remove(self, container):
|
def remove(self, container):
|
||||||
from pymxs import runtime as rt
|
from pymxs import runtime as rt
|
||||||
|
|
||||||
node = container["node"]
|
node = rt.getNodeByName(container["instance_node"])
|
||||||
rt.delete(node)
|
rt.delete(node)
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue