Skip to content

Commit

Permalink
feat: add the circularize operator as a fast menu PE/sketch prediction
Browse files Browse the repository at this point in the history
  • Loading branch information
tristan-hm committed Nov 3, 2022
1 parent 722a14a commit 3b89d57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions interface/fast_menu.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ def draw_single_object_mesh_predictions(self, context, layout):

if was_profile_extrude or self.sketch:
layout.operator("nd.solidify", icon=icons['nd.solidify']) if not has_mod_solidify else None
layout.operator("nd.circularize", icon=icons['nd.circularize']) if not has_mod_circularize else None
layout.separator()
layout.operator("nd.mirror", icon=icons['nd.mirror'])
layout.operator("nd.screw", icon=icons['nd.screw']) if not has_mod_screw else None
Expand Down

0 comments on commit 3b89d57

Please sign in to comment.