Blender Git Commits

Blender Git "master" branch commits.

Page: 3200 / 5574

May 8, 2013, 13:00 (GMT)
code cleanup: remove redundant check in writedata().

May 8, 2013, 12:59 (GMT)
speedup for freeing bmeshes, skip calling free on every
vert/edge/face/loop if there are no free functions for the customdata
layers.

May 8, 2013, 12:59 (GMT)
use BM_face_create_ngon_verts for python api face creation
(avoid doing it inline).

May 8, 2013, 12:59 (GMT)
code cleanup: remove references to BLI_rand.h

May 8, 2013, 12:58 (GMT)
smooth falloff options for loopcut.

May 8, 2013, 12:58 (GMT)
rename BLI_ghashIterator_notDone() -> BLI_ghashIterator_done()
was renamed fairly recently but other similar iterators not negated
like this, would prefer to keep it as it was

May 8, 2013, 12:57 (GMT)
use bool for customdata functions.

May 8, 2013, 12:57 (GMT)
de-duplicate draw_new_particle_system() particle drawing.

May 8, 2013, 12:57 (GMT)
auto indent for multi-line python statements.

May 8, 2013, 12:56 (GMT)
code clenup: rename BKE_mesh_poly_calc_angles -> BKE_mesh_calc_poly_angles

May 8, 2013, 12:56 (GMT)
add option to only beauty fill between vertices with non-matching tags,
useful for beauty filling the result of a bridge between 2 edge-loops.

May 8, 2013, 12:56 (GMT)
knife tool: use faster method for sort_by_frac_along(), no need to call
line_point_factor_v3().

May 8, 2013, 12:56 (GMT)
knife tool: use the squared distance for comparison.

May 8, 2013, 12:56 (GMT)
knife tool: use 2d vectors for screen coords.

May 8, 2013, 12:56 (GMT)
use smaller size for uiWidgetTrias.vec

May 8, 2013, 12:56 (GMT)
remove unused define CLAMPTEST, move INPR to
collision_compute_barycentric(), only place its used.

May 8, 2013, 12:55 (GMT)
warn of sign conversions for low level apis - ghash, heap, mempool

May 8, 2013, 12:55 (GMT)
add matrix multiply for projection that outputs 2d values.

May 8, 2013, 12:55 (GMT)
add option to disable guardedalloc, helps for debugging memory errors
since guardedalloc confuses them.

The option cases a warning on build, since its ownly for experimental
use.

May 8, 2013, 12:55 (GMT)
use static functions for raycast functions.

By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021