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-03-09code cleanup: favor braces when blocks have mixed brace use.Campbell Barton
2013-03-07math: Use len_v3() instead of normalize_v3() for area calculationSergej Reich
2013-03-03code cleanup: ~400 duplicate lines for AO form factor math.Campbell Barton
2013-02-19make asserts that check for unit length vectors into a macro.Campbell Barton
2013-02-14Fix "Origin to Center of Mass" not working well with ngonsSergej Reich
2013-02-14Divide by 3 instead of multiplying by variations of 0.333Sergej Reich
2013-02-14modify own changes to is_quad_convex_v3() to allow quads with a co-linear sid...Campbell Barton
2013-02-13make is_quad_convex_v3() more strict, check if normal is OK before using as a...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-02-02style cleanupCampbell Barton
2013-01-10bmesh todo: uv stretch area draw mode wasn't calculating ngon area - added ar...Campbell Barton
2013-01-08style cleanupCampbell Barton
2013-01-08style cleanupCampbell Barton
2013-01-08comment fix.Antony Riakiotakis
2013-01-08* Fix for #31581. The issue was that we scaled the face prior toAntony Riakiotakis
2013-01-07add area_poly_v3_max() for use with area_poly_v3Campbell Barton
2013-01-07style cleanupCampbell Barton
2013-01-02style cleanupCampbell Barton
2012-12-30Add function to find closest point in triangle to another pointNicholas Bishop
2012-12-29style cleanupCampbell Barton
2012-12-21replace MIN/MAX 3,4 with inline functionsCampbell Barton
2012-12-11define the size of matrix args for both rows/cols.Campbell Barton
2012-12-11code cleanup: spelling labda -> lambdaCampbell Barton
2012-12-10de-duplicate labda_PdistVL2Dfl() & line_point_factor_v2()Campbell Barton
2012-11-15code cleanup: move local math functions into math_geom.c, math_vector.c, no f...Campbell Barton
2012-11-04code cleanup: quiet -Wdouble-promotion, disabled this warnings for a few file...Campbell Barton
2012-10-27style cleanupCampbell Barton
2012-10-24code cleanup: move doxy comments into the C files.Campbell Barton
2012-10-23Fix #32867: normal map baking issue with flat shaded faces since bmesh. AlsoBrecht Van Lommel
2012-10-23rename api functions...Campbell Barton
2012-10-21style cleanup: commentsCampbell Barton
2012-09-27incorrect spelling in commentsCampbell Barton
2012-09-12Fix #32031: particle distribution on degenerate faces could give NaN values,Brecht Van Lommel
2012-08-14fix [#32315] Circle select unreliable when in vertex+edge select modeCampbell Barton
2012-08-12style cleanupCampbell Barton
2012-08-05code cleanup: remove redundant calls to CTX_data_main()Campbell Barton
2012-08-05fix a glitch where overlapping feathering could give random bad pixels, this ...Campbell Barton
2012-07-22code cleanup: use cosf and sinf when both args and results are float values.Campbell Barton
2012-07-21use fabsf when using floats.Campbell Barton
2012-07-17code cleanup: spellingCampbell Barton
2012-07-16Masks: feather self-intersection collapse functionSergey Sharybin
2012-07-16barycentric_weights_v2_quad wasn't working quite right, rewrite as an expande...Campbell Barton
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-14rename vars for line dist funcs to make more senseCampbell 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