mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Merge pull request #752 from pypeclub/hotfix/tvpaint_update_fix
TVPaint update fix
This commit is contained in:
commit
61ea8a4f21
1 changed files with 3 additions and 0 deletions
|
|
@ -162,6 +162,9 @@ class LoadImage(pipeline.Loader):
|
||||||
"""
|
"""
|
||||||
# Create new containers first
|
# Create new containers first
|
||||||
context = get_representation_context(representation)
|
context = get_representation_context(representation)
|
||||||
|
# Change `fname` to new representation
|
||||||
|
self.fname = self.filepath_from_context(context)
|
||||||
|
|
||||||
name = container["name"]
|
name = container["name"]
|
||||||
namespace = container["namespace"]
|
namespace = container["namespace"]
|
||||||
new_container = self.load(context, name, namespace, {})
|
new_container = self.load(context, name, namespace, {})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue