Blender Kitsu: Refactor Shot Builder #183
@ -110,7 +110,7 @@ class KITSU_OT_save_shot_builder_hooks(bpy.types.Operator):
|
||||
class KITSU_OT_build_new_shot(bpy.types.Operator):
|
||||
bl_idname = "kitsu.build_new_shot"
|
||||
bl_label = "Build New Shot"
|
||||
bl_description = "" # TODO Description
|
||||
bl_description = "Build a New Shot file, based on infromation from KITSU Server"
|
||||
bl_options = {"REGISTER"}
|
||||
|
||||
_timer = None
|
||||
|
Loading…
Reference in New Issue
Block a user