|
|
f32079d4b9
|
BLI_stackdefines
Bounds check the stack while debugging, also add STACK_PEEK
|
2014-06-29 05:57:48 +10:00 |
|
|
|
c5ccbacdaa
|
move STACK_* macros into BLI_stackdefines.h
|
2014-06-25 00:01:33 +10:00 |
|
|
|
111b365c58
|
_another_ fix for recently added bisect operator, looping over mixed geometry could read freed memory when vertices were removed.
|
2013-08-23 11:11:59 +00:00 |
|
|
|
59b082dc27
|
fix for error in recetly added bisect operator, in rare cases it could attempt to remove vertices twice.
|
2013-08-23 10:19:58 +00:00 |
|
|
|
6f4b79d5af
|
edits to new symmetrize tool
- snap axis-aligned verts to the center.
- expose the threshold for detecting if a vertex is on the axis.
|
2013-08-23 05:32:43 +00:00 |
|
|
|
6cba2b8d73
|
move bmesh tools into their own include,
changes to tool args would rebuild far too many files and these are mainly by modifiers outside of bmesh.
|
2013-08-23 04:22:07 +00:00 |
|
|
|
e97f979f73
|
new bmesh operator bisect_plane, cuts a mesh in half, takes a user defined plane as an argument, handles concave ngons which need multiple cuts.
|
2013-08-22 17:56:08 +00:00 |
|