From 3b89d57775ced86b1c343d66807c42502b1b5096 Mon Sep 17 00:00:00 2001 From: Tristan Strathearn Date: Thu, 3 Nov 2022 11:58:30 +1000 Subject: [PATCH] feat: add the circularize operator as a fast menu PE/sketch prediction --- interface/fast_menu.py | 1 + 1 file changed, 1 insertion(+) diff --git a/interface/fast_menu.py b/interface/fast_menu.py index af5ecb3..35b58e5 100644 --- a/interface/fast_menu.py +++ b/interface/fast_menu.py @@ -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