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
2020-06-04Merge commit 'master' into gsoc-2018-many-light-samplinggsoc-2018-many-light-samplingSam Kottler
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-29Cleanup: style, use braces for the Python APICampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-03Cleanup: trailing commasCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2018-11-14Cleanup: python doc-stringsCampbell Barton
2018-09-19Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
2018-03-19Fixed typo Python APIJeroen Bakker
2018-02-18Cleanup: add 2d suffix to BLI filesCampbell Barton
2017-10-20Cleanup: redundant castsCampbell Barton
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