Skip to content

Commit

Permalink
Fixed issue #426 (#476)
Browse files Browse the repository at this point in the history
* Fixed issue #426

This might be a patch for the problem, but it works

* Now less redraws, but still working
  • Loading branch information
MagicBOTAlex authored Aug 28, 2024
1 parent ca1c830 commit 95e50be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions operators/add_workplane.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ def main(self, context: Context):

self.target = sse.add_workplane(origin, nm)
ignore_hover(self.target)
context.area.tag_redraw() # Force re-draw of UI (Blender doesn't update after tool usage)
return True


Expand Down

0 comments on commit 95e50be

Please sign in to comment.