|
|
412826a504
|
Mempool: delay allocating an initial chunk, its not always used
|
2014-04-08 12:58:56 +10:00 |
|
|
|
af59ee340f
|
Mempool: remove BLI_MEMPOOL_SYSMALLOC, MEM_* allocs are more efficient now
|
2014-04-05 12:14:05 +11:00 |
|
|
|
5256a5d66c
|
BMesh: let vert-connect make degenerate faces when only 2 verts selected
|
2014-03-27 12:52:34 +11:00 |
|
|
|
b3afbcab8f
|
ListBase API: add utility api funcs for clearing and checking empty
|
2014-02-08 06:24:05 +11:00 |
|
|
|
76e989d7b1
|
function renaming for own recently added BLI_math functions, suggested by Brecht.
|
2013-07-30 10:58:36 +00:00 |
|
|
|
c754eaa0f9
|
add inline functions getting a single axis from mul_m3_v3()
|
2013-07-28 19:46:33 +00:00 |
|
|
|
b7396654e1
|
fix for bad NULL check in bmo_connect_pair, also remove duplicate checks in if statements and redundant initialization vars.
|
2013-07-13 16:25:47 +00:00 |
|
|
|
3a1082b359
|
tweak comparisons for connect pair in rare case the value == CONNECT_EPS.
|
2013-06-23 15:00:12 +00:00 |
|
|
|
dc12dd23f6
|
fix for connect_pair cutting across triangle verts from edges.
|
2013-06-23 09:50:10 +00:00 |
|
|
|
e4bb913510
|
Extend existing editmesh connect tool so it can connect across multiple faces.
only use this when 2 vertices are selected, otherwise use the same behavior as before.
This works a little like a fast knife tool, but it only cuts straight lines and doesnt depend on the view-port.
Examples:
- http://www.graphicall.org/ftp/ideasman42/mesh_connect_pair.png
- http://www.graphicall.org/ftp/ideasman42/mesh_connect_pair_curve.png
|
2013-06-22 17:25:02 +00:00 |
|