Move Anim_Setup module into Blender_Kitsu #5

Merged
Nick Alberelli merged 27 commits from :feature/merge_anim_setup_into_blender_kitsu into master 2023-04-05 17:38:41 +02:00
Showing only changes of commit 26c89e3ef8 - Show all commits

View File

@ -20,8 +20,6 @@ class ANIM_SETUP_OT_animation_workspace_vse_area_add(bpy.types.Operator):
animation_workspace_vse_area_add(self, context) animation_workspace_vse_area_add(self, context)
return {"FINISHED"} return {"FINISHED"}
#
classes = [ classes = [
ANIM_SETUP_OT_setup_workspaces, ANIM_SETUP_OT_setup_workspaces,
ANIM_SETUP_OT_animation_workspace_vse_area_add ANIM_SETUP_OT_animation_workspace_vse_area_add