Delete item toolbar

Hi, I created an item :

UI.menu("File").add_item("Test_item")

But now I want to delete it (using API). How can I do it? I don’t find any command to do it

restarting SU is the only way to remove menu items…

john

2 Likes

You can however, add a validation proc that can gray it out so it cannot be chosen.

1 Like

I added an issue in the api issue tracker.

1 Like