Merge branch 'feature_plugins' into feature_plugins_shader_gadgets

This commit is contained in:
Tristan Rowley
2020-02-16 17:40:39 +00:00
7 changed files with 26 additions and 27 deletions

View File

@@ -46,7 +46,7 @@ class ShaderLoopRecordPlugin(ActionsPlugin,SequencePlugin,DisplayPlugin):
self.pc.update_json(self.PRESET_FILE_NAME, self.frames)
def get_display_modes(self):
return ['LOOPREC','NAV_LP']
return ['LOOPREC','NAV_LPRC']
def show_plugin(self, display, display_mode):
from tkinter import Text, END