Skip to content

Commit

Permalink
remove gimmick tool from menu #279
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelcampos committed Sep 19, 2023
1 parent 1a95948 commit 72bc3e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/scripts/mgear/rigbits/menu.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def install():
("Add NPO", str_add_NPO),
("-----", None),
(None, gimmick_submenu),
("Gimmick Setup Tool", str_gimmick_tool),
# ("Gimmick Setup Tool", str_gimmick_tool),
("-----", None),
("Mirror Controls Shape", str_mirror_ctls),
("Replace Shape", str_replace_shape),
Expand Down

0 comments on commit 72bc3e7

Please sign in to comment.