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
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
2012-10-21style cleanup: commentsCampbell Barton
2012-09-20code cleanup: remove unused macros, commet some which may be useful later - o...Campbell Barton
2012-08-28fix bug in mathutils.geometry.intersect_point_line() where 4D vectors were tr...Campbell Barton
2012-06-27utility function to get the points inside a list of planes.Campbell Barton
2012-06-06Corrected documentation for intersect_point_quad_2d to match exactly howSergey Sharybin
2012-05-07Style cleanup: displist moduleSergey Sharybin
2012-05-05code cleanup: function naming for BLI functions.Campbell Barton
2012-04-30code cleanup: header cleanupCampbell Barton
2012-04-28Code and style cleanup in own modules in BKE and also mball moduleSergey Sharybin
2012-04-22correction to py docs from mgschwan on IRC.Campbell Barton
2012-03-26style cleanup: python apiCampbell Barton
2012-03-21spelling cleanup: tesselate -> tessellate (last of these found)Campbell Barton
2012-03-18spelling cleanupCampbell Barton
2012-03-17style cleanup: py/capiCampbell Barton
2012-03-04style cleanup - comment formattingCampbell Barton
2011-12-25use docstrings for mathutils getset's, also some formatting edits, no functio...Campbell Barton
2011-12-24picky formatting of mathutilsCampbell Barton
2011-12-18formatting edits in py api, no functional changesCampbell Barton
2011-12-17style edit only - move parenthesis onto second line of function definition (i...Campbell Barton
2011-11-24rename mathutils constructors to match other parts of the bpy/api (no functio...Campbell Barton