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
2015-06-24Correct recent errorCampbell Barton
2015-06-24Improve dist_***_to_corner_v3v3v3 precisionCampbell Barton
2015-06-23Fix T45123: 2D line intersection failsCampbell Barton
2015-06-23Cleanup: use 2d math funcs for line intersectionCampbell Barton
2015-06-17Cleanup: styleCampbell Barton
2015-06-15Cleanup: quiet assert for zero-length axisCampbell Barton
2015-05-13Project Paint: resolve ugly bleed artifactsCampbell Barton
2015-03-04Math Lib: redundant axis flip decomposing a planeCampbell Barton
2015-03-02Fix dist_signed_squared_to_corner_v3v3v3 with concave cornersCampbell Barton
2015-02-16Math Lib: add dist_signed_squared_to_corner_v3v3v3Campbell Barton
2015-01-13Math Lib: improve area calculationCampbell Barton
2015-01-03Refactor 'fit in camera view' code, and expose it to RNA.Bastien Montagne
2014-12-27Fix T43034: beautify-fill leaves zero area tri'sCampbell Barton
2014-12-26optimize interp_weights_poly_v2, v3Campbell Barton
2014-12-26optimize interp_weights_poly_v2, v3Campbell Barton
2014-12-26cleanup: use cross_tri_v2 when area isn't needed.Campbell Barton
2014-12-17Fix triangulating concave quadsCampbell Barton
2014-12-01Cleanup: hopefully last int->bool one in this area!Bastien Montagne
2014-11-21Cleanup: typoCampbell Barton
2014-10-23Checked each of my (jwilkins) XXX notes.Jason Wilkins
2014-10-10Cleanup: use bool and const argsCampbell Barton
2014-09-28Comments: clarify math libCampbell Barton
2014-09-24Cleanup: use float versions of functions when in/output are floatsCampbell Barton
2014-09-16Cleanup: sync map_to_sphere, UNLIKELY xy zero caseCampbell Barton
2014-08-17Math Lib: replace epsilon with check against zeroCampbell Barton
2014-08-16Math Lib: add isect_line_line_epsilon_v3Campbell Barton
2014-08-13Math Lib: rename barycentric_transform -> transform_point_by_tri_v3Campbell Barton
2014-08-13Math Lib: name signed versions of dist_to_plane_v3 explicitlyCampbell Barton
2014-07-30Cleanup: general cleanup in BLI_math code (mostly, use 'const' where possible...Bastien Montagne
2014-07-21Math Lib: Add isect_point_tri_v3Campbell Barton
2014-07-11Fix T41019: Calculate Mass does not calculate actual volume.Lukas Tönne
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-29Code cleanup: remove redundant matrix initializationCampbell Barton
2014-04-27Correct some errors in auto-cleanupCampbell Barton
2014-04-27Code cleanup: const args and arraysCampbell Barton
2014-04-26Code cleanup: use 'const' for arrays (blenlib)Campbell Barton
2014-04-22Math Lib: move barycentric_weights_v2_persp to into math_geomCampbell Barton
2014-04-19Math Lib: minor optimization to barycentric_transformCampbell Barton
2014-04-16Math Lib: optimize axis_dominant_v3_to_m3, approx 6x speedupCampbell Barton
2014-04-15Math Lib: avoid having to pass a pre-calculated normal tot area_poly_v3Campbell Barton
2014-04-01Correction for error in own recent commit (makesrna c++ api, un-init var)Campbell Barton
2014-03-30Code cleanup: de-duplicate cotangent weight function & add arg sizesCampbell Barton
2014-03-29Code cleanup: avoid setting du/dv twice with ray intersectionCampbell Barton
2014-03-29Code cleanup: replace dot with len_squared and is_zero checksCampbell Barton
2014-03-28Code cleanup: use sqrtf when input and output are floatCampbell Barton
2014-03-27BMesh: optimize BM_face_legal_splits for concave facesCampbell Barton
2014-03-27Code cleanup: use consistent arg order for math api poly funcsCampbell Barton
2014-03-26New resolve_tri_uv_v3 util functionDalai Felinto
2014-03-26Code cleanup: add _v2 suffix to resolve_tri/quad functionsCampbell Barton
2014-03-16Fix T39210: Grid Fill is generating mesh that's inconsistent with selected ed...Bastien Montagne