|
|
04a902965e
|
BMesh optimize face splitting by taking loops rather then verts
- add BM_vert_pair_share_face
- add BM_loop_is_adjacent
- remove BM_verts_connect
|
2013-12-24 11:13:58 +11:00 |
|
|
|
590f58d455
|
code cleanup: redundant includes and add minor comments.
|
2013-10-08 20:18:38 +00:00 |
|
|
|
d7cc2be2b7
|
add linklist stack macros, use where over allocating an array was previously done.
|
2013-08-17 05:33:55 +00:00 |
|
|
|
76e989d7b1
|
function renaming for own recently added BLI_math functions, suggested by Brecht.
|
2013-07-30 10:58:36 +00:00 |
|
|
|
cdc315a69b
|
bmesh optimization (noted as todo), avoid recalculating normal every time BM_face_legal_splits() runs,
assume normal is valid (assert when its not).
|
2013-07-29 06:04:09 +00:00 |
|
|
|
4f02555004
|
new mesh tool for cleaning up meshes, splits up non-planar faces while they exceed a given angle threshold
(access from the 'Mesh -> Clean' menu).
|
2013-07-28 19:53:46 +00:00 |
|