Brushstroke Tools: Initial Version #328

Merged
Simon Thommes merged 229 commits from SimonThommes/blender-studio-tools:brushstroke_tools-initial-version into main 2024-11-06 15:03:47 +01:00
Showing only changes of commit 5299c914c8 - Show all commits

View File

@ -279,3 +279,5 @@ def unregister():
bpy.utils.unregister_class(c) bpy.utils.unregister_class(c)
del bpy.types.Scene.BSBST_settings del bpy.types.Scene.BSBST_settings
del bpy.types.Object.modifier_info del bpy.types.Object.modifier_info
bpy.app.handlers.depsgraph_update_post.remove(utils.find_context_brushstrokes)