fix typo
parent
682048af63
commit
86139a20fb
|
@ -22,7 +22,7 @@ def get_brushes(blend_fp):
|
|||
class GPTB_OT_load_brushes(bpy.types.Operator, ImportHelper):
|
||||
bl_idname = "gp.load_brushes"
|
||||
bl_label = "Load Brushes"
|
||||
bl_description = "Load all brushes from chosen blend file in current if brushes aren't already there\nIf a replacement is needed, delete the prefious brush before"
|
||||
bl_description = "Load all brushes from chosen blend file in current if brushes aren't already there\nIf a replacement is needed, delete the previous brush before"
|
||||
#bl_options = {"REGISTER", "INTERNAL"}
|
||||
|
||||
# @classmethod
|
||||
|
@ -74,4 +74,4 @@ def unregister():
|
|||
bpy.types.VIEW3D_MT_brush_gpencil_context_menu.remove(load_brush_ui)
|
||||
|
||||
for cl in reversed(classes):
|
||||
bpy.utils.unregister_class(cl)
|
||||
bpy.utils.unregister_class(cl)
|
||||
|
|
Loading…
Reference in New Issue