feat: added construct method to each implementation

This commit is contained in:
Swann
2019-08-13 11:24:22 +02:00
parent 38c5e9352d
commit fa081d3cbe
13 changed files with 65 additions and 66 deletions

View File

@ -149,7 +149,7 @@ class SessionStartOperator(bpy.types.Operator):
supported_bl_types.append(_type.bl_id)
if _type.bl_id == 'objects':#For testing
bpy_factory.register_type(_type.bl_class, _type.bl_rep_class, timer=2,automatic=False)
bpy_factory.register_type(_type.bl_class, _type.bl_rep_class, timer=2,automatic=True)
else:
bpy_factory.register_type(_type.bl_class, _type.bl_rep_class)