|
|
27df6a3b54
|
scanfill curves, ngons, masks had their own memarena code and would allocate a new one for every fill.
now use BLI_memarena and support passing the arena into the fill function, so the arena is re-used, when scanfill is called in a loop.
|
2013-08-28 02:07:54 +00:00 |
|
|
|
7db1d6556d
|
code cleanup: add break statements in switch ()'s, (even at the last case).
|
2013-07-21 08:16:37 +00:00 |
|
|
|
1cc52288d5
|
fix for crash while drawing editmesh with weights in rare cases when the length was set but array NULL.
|
2013-04-27 23:42:42 +00:00 |
|
|
|
5c72a19c09
|
add display mode for sharp edges.
|
2013-04-18 17:09:56 +00:00 |
|
|
|
14f9f167b2
|
display options to help with 3d printing.
editmesh debug info,
- overhang (with axis angle options)
- wall thickness (with min/max distance)
- self-intersections.
access below 'Mesh Display' panel.
|
2013-04-17 09:27:23 +00:00 |
|
|
|
37e73aa368
|
code cleanup: use BKE naming conventions for functions in BKE_editmesh.h and BKE_editmesh_bvh.h
|
2013-04-16 05:59:48 +00:00 |
|
|
|
77da6b3662
|
move editmesh functions out editderivedmesh.c into editmesh.c
|
2013-04-16 05:46:17 +00:00 |
|