use task normed name
This commit is contained in:
+2
-2
@@ -381,8 +381,8 @@ class Project(PropertyGroup):
|
||||
for task_type in self.task_types:
|
||||
prop = bpy.props.PointerProperty(type=ShotTask)
|
||||
|
||||
ShotTasks.__annotations__[task_type.name] = prop
|
||||
setattr(ShotTasks, task_type.name, prop)
|
||||
ShotTasks.__annotations__[norm_str(task_type.name)] = prop
|
||||
setattr(ShotTasks, norm_str(task_type.name), prop)
|
||||
|
||||
|
||||
class VSETB_UL_casting(UIList):
|
||||
|
||||
Reference in New Issue
Block a user