Blender Kitsu: Refactor Shot Builder #183

Merged
Nick Alberelli merged 55 commits from TinyNick/blender-studio-pipeline:feature/shot-builder-2 into main 2023-12-21 23:58:21 +01:00
Showing only changes of commit 23cf3c521c - Show all commits

View File

@ -110,7 +110,7 @@ class KITSU_OT_save_shot_builder_hooks(bpy.types.Operator):
class KITSU_OT_build_new_shot(bpy.types.Operator): class KITSU_OT_build_new_shot(bpy.types.Operator):
bl_idname = "kitsu.build_new_shot" bl_idname = "kitsu.build_new_shot"
bl_label = "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"} bl_options = {"REGISTER"}
_timer = None _timer = None