Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-08-23simplify dist_to_plane_v3 and add dist_squared_to_plane_v3Campbell Barton
2013-08-23math api edits - replace point-normal form for a plane with dist_to_plane_v3()Campbell Barton
2013-08-23modify closest_to_plane_v3 not to use point-normal form.Campbell Barton
2013-08-22add utility functions for dealing with planesCampbell Barton
2013-08-22minor internal change: isect_point_poly_v2 was assigning a value past the arr...Campbell Barton
2013-08-01code cleanup: remove unused functionsCampbell Barton
2013-07-12optimize interp_weights_poly_v2(), well tested, was calculating the area twic...Campbell Barton
2013-06-10code cleanup: use boolean for intersection functions.Campbell Barton
2013-05-10Optimize BKE_mesh_calc_normals(), gives approx 25% speedup.Campbell Barton
2013-04-22add clip_segment_v3_plane_n() to clip a line segment to planes (as used for v...Campbell Barton
2013-04-21utility function volume_tetrahedron(), for mathutils and BLI math.Campbell Barton
2013-03-21code cleanup: use bool where values are true/false, for view3d and related fu...Campbell Barton
2013-03-15move polygon intersection out of BLI_lasso into BLI_math_geom since its a gen...Campbell Barton
2013-03-13attempt to quiet warnings for gcc4.2Campbell Barton
2013-03-12use gcc warning -Wredundant-decls, exposes some odd/duplicate declarations wh...Campbell Barton
2013-03-03code cleanup: ~400 duplicate lines for AO form factor math.Campbell Barton
2013-02-14Fix "Origin to Center of Mass" not working well with ngonsSergej Reich
2013-02-10correct arg order in header for isect_point_tri_v2(), Made for confusing call...Campbell Barton
2013-02-09fix for is_quad_convex_v3(), getting the dominant axis wasn't accurate enough...Campbell Barton
2013-02-03add dist_to_line_v3() for completeness, (had dist_to_line_v2 already)Campbell Barton
2013-01-10bmesh todo: uv stretch area draw mode wasn't calculating ngon area - added ar...Campbell Barton
2013-01-07add area_poly_v3_max() for use with area_poly_v3Campbell Barton
2012-12-30Add function to find closest point in triangle to another pointNicholas Bishop
2012-12-27display the number of tri's in object mode status, often requested feature fr...Campbell Barton
2012-12-11define the size of matrix args for both rows/cols.Campbell Barton
2012-11-23Patch [#33196] Warning Fixes 11-16-2012Jason Wilkins
2012-11-15code cleanup: move local math functions into math_geom.c, math_vector.c, no f...Campbell Barton
2012-10-24code cleanup: move doxy comments into the C files.Campbell Barton
2012-10-24rename axis_primary_v3() to max_axis_v3() to avoid confusion with axis_domina...Campbell Barton
2012-10-23reduce float comparisons for keying operation and despill.Campbell Barton
2012-10-23Fix #32867: normal map baking issue with flat shaded faces since bmesh. AlsoBrecht Van Lommel
2012-07-16Masks: feather self-intersection collapse functionSergey Sharybin
2012-07-16add 2d version of interp_weights_poly_v3Campbell Barton
2012-07-16small speedup for mask rasterizer, only do single sided check for triangle in...Campbell Barton
2012-07-15math function to get the intersection point between 2 lines (not 2 segments w...Campbell Barton
2012-07-14mask rasterization: use a simpler method to check if a bucket intersects with...Campbell Barton
2012-07-14add is_quad_convex_v2(), SET_UINT_IN_POINTER, GET_UINT_FROM_POINTER macros & ...Campbell Barton
2012-07-13new function barycentric_weights_v2_quad(), like barycentric_weights_v2 but f...Campbell Barton
2012-07-05Code cleanup: move PBVH ray/AABB intersection test to BLI_math_geomNicholas Bishop
2012-05-31math lib changes from tomatoCampbell Barton
2012-05-13code cleanup: header cleanup and remove some duplicate defines.Campbell Barton
2012-04-29style cleanup: whitespace / commasCampbell Barton
2012-03-13workaround [#30480] Knife tool flickerCampbell Barton
2012-03-13better fix for [#30529], find the right axis rather then checking for folded ...Campbell Barton
2012-03-04style cleanup / comment formatting for bli/bke/bmeshCampbell Barton
2012-03-02style cleanupCampbell Barton
2012-02-28code cleanup: use float vector size in function definitions, and const's wher...Campbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2012-01-20misc changes from bmesh, syncing across to trunk, no functional changesCampbell Barton
2011-12-15vertex group changes,Campbell Barton