Skip to content

Commit

Permalink
feat: add clean_utils and apply_modifiers ops as shortcuts in main UI…
Browse files Browse the repository at this point in the history
… panel
  • Loading branch information
tristan-hm committed Sep 13, 2022
1 parent 8430c70 commit 7aba702
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions interface/main_ui_panel.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
("Deform", ops.deform_ops, "deform", [("nd.lattice", None), ("nd.simple_deform", None)]),
("Simplify", ops.simplify_ops, "simplify", [("nd.decimate", None), ("nd.weld", None)]),
("Shading", ops.shading_ops, "shading", [("nd.smooth", None), ("nd.wn", None)]),
("Scene", ops.scene_ops, "scene", [("nd.flare", None)]),
("Scene", ops.scene_ops, "scene", [("nd.flare", None), ("nd.clean_utils", None)]),
("Packaging", ops.packaging_ops, "packaging", [("nd.set_lod_suffix", "LOW"), ("nd.set_lod_suffix", "HIGH"), ("nd.triangulate", None)]),
("Utils", ops.util_ops, "utils", [("nd.set_origin", None), ("nd.snap_align", None)]),
("Utils", ops.util_ops, "utils", [("nd.set_origin", None), ("nd.snap_align", None), ("nd.apply_modifiers", None)]),
("Viewport", ops.viewport_ops, "viewport", [("nd.toggle_wireframes", None), ("nd.toggle_utils_collection", None), ("nd.toggle_clear_view", None)]),
]

Expand Down

0 comments on commit 7aba702

Please sign in to comment.