Blender Git Commit Log

Git Commits -> Revision a434ab5

Revision a434ab5 by Brecht Van Lommel (master)
November 3, 2012, 15:35 (GMT)
RNA C++: collections functions are now properly handled, meaning it is now
possible to call BlendData.meshes.remove() directly.

It requires special order of classes in header file (namely classes used for
collection functions should be declared before collection properties with this
classes are declared). Currently used naive linear search for this, could be
replaced with hash or bisect, but for now performance here is not an issue.

Patch by Sergey, but committing now because it's needed for next commit.

Commit Details:

Full Hash: a434ab54c668f25045fe49098b3e4b5cf4b7e6ab
SVN Revision: 51841
Parent Commit: 25591e9
Lines Changed: +117, -25

1 Modified Path:

/source/blender/makesrna/intern/makesrna.c (+117, -25) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021