Skip to content

Commit

Permalink
Fixed issue hlorus#426
Browse files Browse the repository at this point in the history
This might be a patch for the problem, but it works
  • Loading branch information
MagicBOTAlex committed Aug 26, 2024
1 parent 6cabd1f commit 7602674
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)
[a.tag_redraw() for a in bpy.context.screen.areas] # Force re-draw of UI (Blender doesn't update after tool usage)
return True


Expand Down

0 comments on commit 7602674

Please sign in to comment.