Skip to content

Commit

Permalink
fix: fix ND N-panel toggle-utils shortcut icon registration error
Browse files Browse the repository at this point in the history
  • Loading branch information
tristan-hm committed Jul 13, 2024
1 parent 7bfad30 commit 28479a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interface/main_ui_panel.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
("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), ("nd.apply_modifiers", None)]),
("Viewport", ops.viewport_ops, "viewport", [("nd.toggle_wireframes", None), ("nd.toggle_utils_collection", None), ("nd.toggle_clear_view", None)]),
("Viewport", ops.viewport_ops, "viewport", [("nd.toggle_wireframes", None), ("nd.toggle_utils_collection", 'DYNAMIC'), ("nd.toggle_clear_view", None)]),
]


Expand Down

0 comments on commit 28479a3

Please sign in to comment.