mirror of
https://github.com/cyberboy666/r_e_c_u_r.git
synced 2025-12-15 21:00:10 +01:00
improvements to consistency of displaying mod slot labels in the ui, some TODOs added
This commit is contained in:
@@ -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 = {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user