Insert the command into the Sculpt toolset.
Insert the command into the Sculpt toolset
1
2import coat
3
5
8 coat.dialog().text(
"The 'test_tool' inserted into the Sculpt->Adjust->The tool.").ok().show()
9else:
10
addTranslation(str id, str text)
Add the translation for the text identifier.
Definition coat.py:3367
bool checkIfMenuItemInserted(str ID_in_menu)
Check if the command inserted somewhere into the menu.
Definition coat.py:3349
insertInToolset(str roomID, str section, str toolID, str script_path="")
Insert the script-based tool into the toolset.
Definition coat.py:3340