fix refacto

This commit is contained in:
“christopheseux”
2023-05-02 20:46:45 +02:00
parent 41a4c7a3a4
commit 4a3042030f
6 changed files with 94 additions and 75 deletions
+2 -2
View File
@@ -3,9 +3,9 @@
from vse_toolbox.ui import (panels, preferences, properties)
modules = (
panels,
properties,
preferences,
properties
panels
)
if 'bpy' in locals():