Add Easy_Weight to Addons #47

Merged
Nick Alberelli merged 48 commits from feature/easy_weights into main 2023-05-17 22:13:57 +02:00
Showing only changes of commit 7ef71171cf - Show all commits

View File

@ -3,7 +3,7 @@ from bpy.props import *
from bpy.app.handlers import persistent
class EASYWEIGHT_OT_change_brush(bpy.types.Operator):
"""Change the weight paint brush to a specific brush."""
"""Change the weight paint brush to a specific brush"""
bl_idname = "brush.set_specific"
bl_label = "Set WP Brush"
bl_options = {'REGISTER', 'UNDO'}