fix typo
This commit is contained in:
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user