Blender Git Loki
February 27, 2015, 16:36 (GMT) |
correct ifdef'd accumulation normal ifdef |
February 27, 2015, 16:18 (GMT) |
cleanup: use realloc for faces |
February 27, 2015, 15:54 (GMT) |
cleanup: use 'const' metaelems |
February 27, 2015, 15:50 (GMT) |
cleanup: minor edits to BVH code |
February 27, 2015, 15:44 (GMT) |
cleanup: use realloc & store co/no as float(*)[3] |
February 27, 2015, 15:37 (GMT) |
cleanup: use strict flags |
February 27, 2015, 15:37 (GMT) |
cleanup: avoid passing by value when we can use const pointers |
February 27, 2015, 15:37 (GMT) |
cleanup: style & doxy comments |
February 27, 2015, 14:07 (GMT) |
February 26, 2015, 03:50 (GMT) |
use BKE_mball_tessellate.h include also remove unused includes |
February 26, 2015, 03:48 (GMT) |
BKE_mball: split tessellation into its own file this has a lot of its own local structs, functions, better to keep isolated from general metaball selection/library logic. |