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:
authorCampbell Barton <ideasman42@gmail.com>2012-01-23 17:50:00 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-01-23 17:50:00 +0400
commit001a15a721aed6dc7d84de64288f566f08820932 (patch)
treeb5218210901dc6d38ef18672a989e6e5166d8998 /source/blender/blenkernel/intern/modifiers_bmesh.c
parentf8d21588b6d92c83df7fc31caa40af92e91a16e2 (diff)
speedup for mesh -> bmesh conversion
- was looping over all verts/edges/faces to setup the selection store, even when there was no selection store (mselect), since this is fairly common case, add a check. also use BLI_array_growitems rather then BLI_array_growone to allocate in larger steps.
Diffstat (limited to 'source/blender/blenkernel/intern/modifiers_bmesh.c')
0 files changed, 0 insertions, 0 deletions