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
2017-08-22PyAPI: replace PyC_FromArray with typed functionsCampbell Barton
2016-01-28cleanup: spelling / typosMike Erwin
2016-01-25Docs: quiet warnings in reference doc syntaxCampbell Barton
2015-10-13Fix T46002: mathutils.geometry.intersect_line_line_2d doesn't operate on line...Bastien Montagne
2015-09-04Math Lib: Use plane intersect from graphics-gemsCampbell Barton
2015-08-22Cleanup: spellingCampbell Barton
2015-08-04Use PyC_ParseBool to parse boolsCampbell Barton
2015-05-03Fix typos.Tamito Kajiyama
2015-01-29Fix T43473: mathtutils.geometry.interpolate_bezier returns only 2d coordinatesBastien Montagne
2015-01-18Fix `mathutils.barycentric_transform()`Bastien Montagne
2015-01-06Correct args from recent mathutils refactorCampbell Barton
2015-01-06PyAPI: add PyList_APPENDCampbell Barton
2015-01-06PyAPI: add utilities PyTuple_SET_ITEMS, Py_INCREF_RETCampbell Barton
2015-01-04Fix T43119: mathutils.intersect_point_line always returns a 2D vector as firs...Bastien Montagne
2015-01-04mathutils: refactor instantiationCampbell Barton
2015-01-02cleanup: styleCampbell Barton
2014-12-30PyAPI: geometry.normal, support polygonsCampbell Barton
2014-12-30PyAPI: allow non-vector args for geometry moduleCampbell Barton
2014-12-18Fix mathutils docstring typos.Tamito Kajiyama
2014-10-08Fix Python ray-cast failing to check hit directionCampbell 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-21Py/API: Improve intersect_line_line with parallel linesCampbell Barton
2014-07-21Math Lib: Add isect_point_tri_v3Campbell Barton
2014-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell Barton
2014-04-26Code cleanup: use 'const' for arrays (python)Campbell Barton
2014-03-24Fix T39392: Python bindings for geometry.box_pack_2d() return invalid total h...Bastien Montagne
2014-01-13Code Cleanup: spellingCampbell Barton
2014-01-08Fix for incorrect use of abs() in intersect_sphere_sphere_2dCampbell Barton
2014-01-06Fix for recent kdtree py module with MSVCCampbell Barton
2013-12-29Fix missing check if isect_plane_plane_v3 fails to find an intersection.Campbell Barton
2013-12-11Fix intersect_line_plane bug causing crash on Motion trail and otherBenoit Bolsee
2013-12-09Fix T37715: Incorrect docstringCampbell Barton
2013-11-19Fix T37472: crash when packing UV islands.Campbell Barton
2013-09-14minor changes needed for building standalone mathutils.Campbell Barton
2013-09-11fix [#36020] SmartUV Project is messy on a cubeCampbell Barton
2013-09-11add mathutils.geometry.box_fit_2d() to wrap BLI_convexhull_aabb_fit_points_2d()Campbell Barton
2013-09-10misc minor changesCampbell Barton
2013-09-10add 2d convex hull utility function, BLI_convexhull_2d(), and python api math...Campbell Barton
2013-08-31tweak mempool loop comparisons when we know there is no chance for skipping p...Campbell Barton
2013-08-31Simplify line/plane intersection, add line_plane_factor_v3().Campbell Barton
2013-08-23math api edits - replace point-normal form for a plane with dist_to_plane_v3()Campbell Barton
2013-07-21code cleanup: add break statements in switch ()'s, (even at the last case).Campbell Barton
2013-07-02remove nan copyrights from code added since blender become opensource (copy p...Campbell Barton
2013-04-27real fix for [#35097], (curve cap flipping).Campbell Barton
2013-04-21utility function volume_tetrahedron(), for mathutils and BLI math.Campbell Barton
2013-04-14correct pyapi function intersect_line_sphere_2d() using 3d vecs when only 2d ...Campbell Barton
2013-01-28add mathutils function to intersect 2 circles. Converted to C from a python s...Campbell Barton
2012-12-21replace MIN/MAX 3,4 with inline functionsCampbell Barton
2012-12-08ifdef out dynstr so mathutils can be compiled as an external module again.Campbell Barton