Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2012-11-03 19:35:43 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2012-11-03 19:35:43 +0400
commita434ab54c668f25045fe49098b3e4b5cf4b7e6ab (patch)
tree2c851b95cccb330d0969d106f632ff001bedf3be /intern/cycles
parent25591e958d8cf8247ec67a2838470f96a8ae606a (diff)
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.
Diffstat (limited to 'intern/cycles')
0 files changed, 0 insertions, 0 deletions