mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
loader change fname on update so it should work as expected now
This commit is contained in:
parent
5f90dea9e5
commit
8945a5b70f
1 changed files with 3 additions and 0 deletions
|
|
@ -162,6 +162,9 @@ class LoadImage(pipeline.Loader):
|
|||
"""
|
||||
# Create new containers first
|
||||
context = get_representation_context(representation)
|
||||
# Change `fname` to new representation
|
||||
self.fname = self.filepath_from_context(context)
|
||||
|
||||
name = container["name"]
|
||||
namespace = container["namespace"]
|
||||
new_container = self.load(context, name, namespace, {})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue