* Optimized RNA property lookups and path resolving, still can be
  much better, but now the 1000 IPO example on bf-taskforce25
  runs at reasonable speed.
* Also an optimization in the depsgraph when dealing with many
  objects, this was actually also a bottleneck here.
This commit is contained in:
Brecht Van Lommel
2009-06-19 23:05:21 +00:00
parent 7349d775b0
commit aa0aac706e
15 changed files with 154 additions and 58 deletions

View File

@@ -86,6 +86,8 @@ extern "C"
#include "BKE_main.h"
#include "BKE_utildefines.h"
#include "RNA_define.h"
#ifdef WIN32
#include <windows.h>
#ifdef NDEBUG
@@ -344,6 +346,8 @@ int main(int argc, char** argv)
*/
#endif // __APPLE__
RNA_init();
init_nodesystem();
initglobals();