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:
authorChris Want <cwant@ualberta.ca>2006-05-11 21:42:58 +0400
committerChris Want <cwant@ualberta.ca>2006-05-11 21:42:58 +0400
commitd3dd1da8d429ea72ad42afe4b34692c345ef8c78 (patch)
tree22ef7865718b132061e1324669c0e65b6108efd5 /source/blender/src/usiblender.c
parentcfbbd8a54e5a8f1446c1644dc5469ba52f3b67ba (diff)
The algorithm to export vertex color was very inefficient (for every
vertex it would potentially loop through every face). This fix speeds it up a bit (only loops through all faces once, at the cost of some additional memory). An example of export times for a mesh with 6266 verts and 12528 faces: Before: 2m56s After: 8s
Diffstat (limited to 'source/blender/src/usiblender.c')
0 files changed, 0 insertions, 0 deletions