mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
do not do normapath in update function
This commit is contained in:
parent
d11b005103
commit
dfd239172c
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ class TyCacheLoader(load.LoaderPlugin):
|
|||
"""update the container"""
|
||||
from pymxs import runtime as rt
|
||||
|
||||
path = os.path.normpath(get_representation_path(representation))
|
||||
path = get_representation_path(representation)
|
||||
node = rt.GetNodeByName(container["instance_node"])
|
||||
node_list = get_previous_loaded_object(node)
|
||||
update_custom_attribute_data(node, node_list)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue