added repre name to read node name

This commit is contained in:
Jakub Trllo 2019-06-18 14:20:53 +02:00
parent ff946fc6c8
commit 9bac7aba0e

View file

@ -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():