This is a helper script to try and delete every possible related items to the infamous Turtle Plugin.
The Turtle Plugin is a virus for most pipelines, and I am sure that most studios and pipelines have their own ways to address the issue, so here is my own that I use if I ever come across this annoying plugin.
The main function will:
- Finding all nodes in the scene and deleting them
- Unloading the plugin if it is loaded
- Looks for the mll plugin and deletes it.
- Deletes the shelf inside Maya
- Deletes the shelf mel file from disk
To run it, simple call:
kill_the_turtle()
Optionially, you can call individual functions to use in your own way:
If you only wanted to delete the turtle shelf
delete_turtle_maya_shelve()
If you only wanted to find all the turtle nodes in the scene
find_turtle_nodes()