summaryrefslogtreecommitdiffstats
path: root/tools/MayaTools/Maya4.0/scripts/others/te_cleanup.mel
blob: 21f39d34a25aebbbb579fb84c6efa9d627ea2481 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
te_Delete_TreeLineContext();
te_Delete_BVContext();
te_Delete_PPContext();
te_Delete_IntersectionContext();
te_CloseIntersectionEditorWindow();

if ( `menu -exists te_MainMenu` ) 
{
    deleteUI te_MainMenu;

    flushUndo;
}