Skip to content

Commit

Permalink
Merge pull request #5 from AIGODLIKE/fix-operator-not-found
Browse files Browse the repository at this point in the history
Fix operator not found
  • Loading branch information
xmx-emm authored May 24, 2024
2 parents a4d39f0 + b444ff5 commit 628b985
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
bl_info = {
"name": "Bbrush",
"author": "AIGODLIKE Community:小萌新",
"version": (1, 2, 5),
"version": (1, 2, 6),
"blender": (4, 0, 0),
"location": "Entering the sculpt mode will be displayed in the top bar",
"description": "",
Expand Down
2 changes: 1 addition & 1 deletion ops/brush_sculpt.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def modal_handle(self, event: bpy.types.Event):
if self.in_modal:
if self.only_alt:
self.smooth_brush_handle()
else:
elif event.value_prev == "PRESS":
normal_brush_handle()
else:
if self.only_alt:
Expand Down

0 comments on commit 628b985

Please sign in to comment.