fix for QuickPresetPlugin not saving into correct slot

This commit is contained in:
Tristan Rowley
2020-02-16 17:55:15 +00:00
parent 7400228cad
commit bfb92dfa7e
2 changed files with 6 additions and 3 deletions

View File

@@ -313,6 +313,6 @@ class FrameManager:
for plugin in self.pc.get_plugins(AutomationSourcePlugin):
data[plugin.frame_key] = plugin.get_frame_data()
print("get_plugin_frame_data looks like %s" % data)
#print("get_plugin_frame_data looks like %s" % data)
return data