Files
test2/source/blender/bmesh/operators
Campbell Barton 248b2fc6d6 bmesh-decimator update
- update face normals when triangulating.
- avoid divide by zero when interpolating customdata on a zero length edge.
- replace zero float comparisons with fabsf() < FLT_EPSILON to avoid numeric error.

also renamed BLI_heap_empty() --> BLI_heap_is_empty() so its obviously readonly function.
2012-10-21 15:20:53 +00:00
..
2012-10-20 08:02:18 +00:00
2012-09-30 06:12:47 +00:00
2012-10-20 20:36:51 +00:00
2012-10-16 01:56:54 +00:00
2012-10-17 16:10:04 +00:00
2012-10-21 15:20:53 +00:00