This commit is contained in:
Christophe SEUX
2023-04-20 00:12:39 +02:00
parent 93134f25a9
commit d2caf90ea2
8 changed files with 505 additions and 142 deletions
+6 -1
View File
@@ -1,4 +1,9 @@
import bpy
from bpy.types import PropertyGroup
from bpy.props import PointerProperty, StringProperty
from vse_toolbox.file_utils import norm_str
class Tracker(PropertyGroup):
pass
pass