You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For those of us using ToolSets as a ghetto way to access custom gizmos, it is a pain having the "Delete" commands for each toolset item listed in tabtabtab's command list. This often results in accidentally executing the delete command and having to cancel.
I dug into the source a little, and figured out a solution to remove these Delete commands from the list of commands that tabtabtab builds. If you insert this code on line 47 and tabtabtab will skip everything under the ToolSets/Delete/ path:
if"ToolSets/Delete"insubpath:
# Remove all ToolSets delete commandscontinue
The text was updated successfully, but these errors were encountered:
For those of us using ToolSets as a ghetto way to access custom gizmos, it is a pain having the "Delete" commands for each toolset item listed in tabtabtab's command list. This often results in accidentally executing the delete command and having to cancel.
I dug into the source a little, and figured out a solution to remove these Delete commands from the list of commands that tabtabtab builds. If you insert this code on line 47 and tabtabtab will skip everything under the ToolSets/Delete/ path:
The text was updated successfully, but these errors were encountered: