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
2018-03-19Merge branch 'master' into blender2.8Campbell Barton
2018-03-19Fixed typo Python APIJeroen Bakker
2018-03-18Merge branch 'master' into blender2.8Bastien Montagne
2018-03-18mathutils: replace interp w/ blend when standaloneCampbell Barton
2018-02-18Merge branch 'master' into blender2.8Campbell Barton
2018-02-18Cleanup: add 2d suffix to BLI filesCampbell Barton
2018-01-19Merge branch 'master' into blender2.8Campbell Barton
2018-01-18Improved docstring of mathutils.Matrix.lerp()Sybren A. Stüvel
2018-01-18Improve docstring for mathutils.Matrix.decompose()Sybren A. Stüvel
2017-11-29Merge branch 'master' into blender2.8Campbell Barton
2017-11-29PyAPI: add function to check any mathutils typeCampbell Barton
2017-10-29Merge branch 'master' into blender2.8Sybren A. Stüvel
2017-10-27Docs: clarify return value for BVH APICampbell Barton
2017-10-20Merge branch 'master' into blender2.8Campbell Barton
2017-10-20Cleanup: redundant castsCampbell Barton
2017-09-22Merge branch 'master' into blender2.8Sergey Sharybin
2017-09-22Cleanup: unused defineCampbell Barton
2017-09-11Merge branch 'master' into blender2.8Campbell 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-22Merge branch 'master' into blender2.8Campbell Barton
2017-08-22PyAPI: replace PyC_FromArray with typed functionsCampbell Barton
2017-08-20Merge branch 'master' into blender2.8Campbell Barton
2017-08-20PyAPI: Make use of PyC_LongAs... APICampbell Barton
2017-08-19Merge branch 'master' into blender2.8Campbell Barton
2017-08-19PyAPI: expose matrix parsing functionCampbell Barton
2017-08-12Merge branch 'master' into blender2.8Campbell Barton
2017-08-11Cleanup: remove useless `DM_ensure_looptri()`.Bastien Montagne
2017-07-21Fix function declaration of some modifiersSergey Sharybin
2017-07-21Pass EvaluationContext argument everywhereLuca Rood
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