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
2011-02-13fix for warnings from Sparse static source code checker, mostly BKE/BLI and p...Campbell Barton
2011-02-09use static functions rather then defines for internal matrix__apply_to_copy()...Campbell Barton
2011-02-08fix [#25975] Quaternion/Vector.negated() isn't availableCampbell Barton
2011-02-05mathutils fixes noticed when refactoring.Campbell Barton
2011-02-05mathutils rotate functions for Euler/Quaternion/Matrix/Vector types.Campbell Barton
2011-02-05Rename python mathutils functions and split in-place methods from those that ...Campbell Barton
2011-02-04small mathutils changes.Campbell Barton
2011-02-04PyAPI: coerce mathutils values. (vectors, quats, eulers) as proposed here:Campbell Barton
2011-01-21correct spellingCampbell Barton
2011-01-19support building with python3.2Campbell Barton
2011-01-11py/mathutils fix for eternal loop with Matrix.Rotation().Campbell Barton
2011-01-09rename BKE_assert() --> BLI_assert().Campbell Barton
2011-01-09cleanup for mathutils multiplication functions, a little faster in some cases...Campbell Barton
2011-01-07remove references to BKE_utildefines where its not needed.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2010-12-24return typle for mathutils slice's.Campbell Barton
2010-12-07mathutils quaternion axis/angle access was broken for non unit lenth quats, w...Campbell Barton
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-11-28minor changes to the python api.Campbell Barton
2010-11-23minor edits to exception formatting (remove ... or \n from suffix)Campbell Barton
2010-11-12bugfix [#24660] (vector * matrix) fails, (matrix * vector) succeedsCampbell Barton
2010-10-20fix for -Wunused-valueCampbell Barton
2010-10-14UNUSED() macro so -Wunused-parameter can be used with GCC without so many war...Campbell Barton
2010-08-16Py API (GSoC): Second merging commitJoerg Mueller
2010-08-08== docs ==Luca Bonavita
2010-08-02python mathutils changeCampbell Barton
2010-07-26bugfix [#22836] Alt+MMB view alignment don't respect all axes directionsCampbell Barton
2010-07-25py api mathutils.Quaternion()Campbell Barton
2010-05-16no functional changesCampbell Barton
2010-04-27bugfix [#22163] Add->mesh->torus is brokenCampbell Barton
2010-04-26rna/python mathutils moduleCampbell Barton
2010-04-25py apiCampbell Barton
2010-04-25minor mathutils updateCampbell Barton
2010-04-20change mathutils 'repr' functions to closer match inputCampbell Barton
2010-04-11PyAPICampbell Barton
2010-04-11py api file renameCampbell Barton