mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +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
|
||||
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