Skip to content

Commit

Permalink
chore: update vanilla boolean alt mode description
Browse files Browse the repository at this point in the history
  • Loading branch information
tristan-hm committed May 14, 2022
1 parent f14b5d2 commit d5e0bc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion booleans/vanilla.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class ND_OT_bool_vanilla(bpy.types.Operator):
bl_idname = "nd.bool_vanilla"
bl_label = "Boolean"
bl_description = """Perform a boolean operation on the selected objects
SHIFT — Protected reference object (do not convert into utility)"""
SHIFT — Protect the reference object (do not convert into utility)"""
bl_options = {'UNDO'}


Expand Down

0 comments on commit d5e0bc1

Please sign in to comment.