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-09-22Cleanup: unused defineCampbell Barton
2017-09-09PyAPI: Fix mathutils freeze allowing owned dataCampbell Barton
2017-09-09Docs: mathutils docstringsCampbell Barton
2017-09-09Cleanup: mathutils vector commentsCampbell Barton
2017-09-09Correct last commitCampbell Barton
2017-09-09Cleanup: Simplify SWIZZLE macroCampbell Barton
2017-08-22PyAPI: replace PyC_FromArray with typed functionsCampbell Barton
2017-08-20PyAPI: Make use of PyC_LongAs... APICampbell Barton
2017-08-19PyAPI: expose matrix parsing functionCampbell Barton
2017-08-11Cleanup: remove useless `DM_ensure_looptri()`.Bastien Montagne
2017-06-14PYAPI: Fix mathutils doc structureAaron Carlisle
2017-05-26Fix T51287: Matrix.lerp fails w/ shearBrecht Van Lommel
2017-05-20CMake: Use GCC7's -Wimplicit-fallthrough=5Campbell Barton
2017-04-21Matrix.decompose(): changed terminology, "location" → "translation"Sybren A. Stüvel
2017-03-22Pydoc: Change Wikipedia links and grammar in mathutils matrix codeAaron Carlisle
2016-11-29Fix T50029: BVHTree.FromPolygons memory leakCampbell Barton
2016-10-25API: Fix LinksAaron Carlisle
2016-07-31Cleanup: reduce Vector_getseters size using macrosCampbell Barton
2016-07-14PyAPI: Use module names on initializatonCampbell Barton
2016-05-31Cleanup: parenthesize definesCampbell Barton
2016-05-17C99/C++11: replace deprecated finite() by isfinite().Brecht Van Lommel
2016-03-30Fix T47993: noise_vector ignores random seedCampbell Barton
2016-03-19mathutils.bvhtree: Add find_nearest_range API callCampbell Barton
2016-03-05Cleanup: quiet -Wcomma, cast to void where neededCampbell Barton
2016-02-29PyAPI: correct function name w/ arg parsingCampbell Barton
2016-02-12Fix crash in bvhtree.FromPolygonsCampbell Barton
2016-02-08Fix T47337: BVHTree.find_nearest missingCampbell Barton
2016-01-28cleanup: spelling / typosMike Erwin
2016-01-25Docs: quiet warnings in reference doc syntaxCampbell Barton
2016-01-21Correct comments & some explanation from last commitCampbell Barton
2016-01-21Remove errors for unsupported math operationsCampbell Barton
2016-01-14Cleanup: use BM_mesh_* prefix for BMesh functionsCampbell Barton
2015-12-06PyAPI: add optional filter argument to KDTree.findCampbell Barton
2015-12-06Cleanup: formatting (PyArg_ParseTuple)Campbell Barton
2015-12-02Using term 'origin' for mathutils.bvhtree docsCampbell Barton
2015-11-23C99 is now the C standard for all our C code.Brecht Van Lommel
2015-10-24Cleanup: use quat to eul w/ mathutils APICampbell Barton
2015-10-23BLI_math: add mat3_normalized_to_* functionsCampbell Barton
2015-10-18Fix T46520: mathutils.bvhtree crashes with distance input.Bastien Montagne
2015-10-13Fix T46002: mathutils.geometry.intersect_line_line_2d doesn't operate on line...Bastien Montagne
2015-09-13Cleanup: spellingCampbell Barton
2015-09-04Math Lib: Use plane intersect from graphics-gemsCampbell Barton
2015-09-04Quiet warningsJulian Eisel
2015-08-25Cleanup: styleCampbell Barton
2015-08-24mathutils.BVHTree: support overlap self-intersectCampbell Barton
2015-08-24BVHTree.FromBMesh() missed epsilon argCampbell Barton
2015-08-22Cleanup: spellingCampbell Barton
2015-08-20Resolve MSVC/OpenMP compat issueCampbell Barton
2015-08-20BVH-overlap: add callback to BLI_bvhtree_overlapCampbell Barton
2015-08-04Use PyC_ParseBool to parse boolsCampbell Barton