static asset items, fix blender freeze

This commit is contained in:
“christopheseux”
2023-05-31 12:52:35 +02:00
parent 70e1def003
commit 472622ff4b
5 changed files with 66 additions and 204 deletions
+5
View File
@@ -75,6 +75,11 @@ class VSETB_PT_strip(Panel):
bl_label = "VSE ToolBox"
#bl_order = 0
@classmethod
def poll(cls, context):
strip = context.scene.sequence_editor.active_strip
return strip and get_channel_name(strip) == 'Shots'
def draw(self, context):
prefs = get_addon_prefs()
layout = self.layout