mirror of
https://github.com/cyberboy666/r_e_c_u_r.git
synced 2025-12-12 03:10:17 +01:00
fix for QuickPresetPlugin not saving into correct slot
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user