modelPanel problem… fixed!
by TheRiverside on Nov.08, 2009, under MEL Scripting Final
Yeah… I’m kind of an idiot…
if (`modelPanel -exists dcg_lighter_guiElem_modelPanel_lightLooker`) {
deleteUI -panel dcg_lighter_guiElem_modelPanel_lightLooker;
}
I forgot the -panel flag…
I can now close my “Light Looker” window and reopen it without having to create a new scene.