mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
added repre name to read node name
This commit is contained in:
parent
ff946fc6c8
commit
9bac7aba0e
1 changed files with 3 additions and 1 deletions
|
|
@ -114,7 +114,9 @@ class LoadMov(api.Loader):
|
|||
file = self.fname.replace("\\", "/")
|
||||
log.info("file: {}\n".format(self.fname))
|
||||
|
||||
read_name = "Read_" + context["representation"]["context"]["subset"]
|
||||
read_name = "Read"
|
||||
read_name += '_' + context["representation"]["context"]["subset"]
|
||||
read_name += '_' + context["representation"]["name"]
|
||||
|
||||
# Create the Loader with the filename path set
|
||||
with viewer_update_and_undo_stop():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue