Add Easy_Weight
to Addons
#47
@ -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'}
|
||||
|
Loading…
Reference in New Issue
Block a user