2.5
* 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:
@@ -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();
|
||||
|
Reference in New Issue
Block a user