improvements to consistency of displaying mod slot labels in the ui, some TODOs added

This commit is contained in:
Tristan Rowley
2020-03-14 23:56:41 +00:00
parent 8703118b46
commit 5532c0cf55
6 changed files with 23 additions and 12 deletions

View File

@@ -290,7 +290,7 @@ class AutomationSourcePlugin(Plugin):
# else,
# store as last value
print("WJSEND got pre-interpolated clip: %s" % [ f.f for f in frames if f is not None])
print("AutomationSourcePlugin[%s] got pre-interpolated clip: %s" % ( type(self), [ f.f for f in frames if f is not None]) )
#last = [ [None]*4, [None]*4, [None]*4 ]
last = {}
@@ -362,7 +362,7 @@ class AutomationSourcePlugin(Plugin):
process(self,findex,frame)
print("\nWJSEND got interpolated clip: %s" % [ f.f for f in frames if f is not None ])
print("\nAutomationSourcePlugin got interpolated clip: %s" % [ f.f for f in frames if f is not None ])
self.distance_cache = {}