2.5: Remove OOPS code from the outliner space, as discussed

this can be brought back as a new space if someone decides to
work on it.

This also fixes remaining issues with the outliner tree open
and close buttons not working sometimes.
This commit is contained in:
2009-03-26 14:05:33 +00:00
parent 1eaff737fd
commit b68aceda2f
17 changed files with 106 additions and 254 deletions

View File

@@ -600,7 +600,7 @@ PyObject *BPY_ui_module( void )
PyModule_AddObject( mod, "EMPTY", PyLong_FromSize_t(SPACE_EMPTY) );
PyModule_AddObject( mod, "VIEW3D", PyLong_FromSize_t(SPACE_VIEW3D) );
PyModule_AddObject( mod, "IPO", PyLong_FromSize_t(SPACE_IPO) );
PyModule_AddObject( mod, "OOPS", PyLong_FromSize_t(SPACE_OOPS) );
PyModule_AddObject( mod, "OUTLINER", PyLong_FromSize_t(SPACE_OUTLINER) );
PyModule_AddObject( mod, "BUTS", PyLong_FromSize_t(SPACE_BUTS) );
PyModule_AddObject( mod, "FILE", PyLong_FromSize_t(SPACE_FILE) );
PyModule_AddObject( mod, "IMAGE", PyLong_FromSize_t(SPACE_IMAGE) );