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-14python api renaming and added headers for some files which didnt have one, no...Campbell Barton
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-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-23bugfix + minor mathutils.Vector edits.Campbell Barton
2011-01-19support building with python3.2Campbell Barton
2011-01-14misc python api improvementsCampbell Barton
2011-01-09rename BKE_assert() --> BLI_assert().Campbell Barton
2011-01-09use PySequence_Size() rather then PySequence_Length(), this is only kept in p...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-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-12-03fix for some pedantic warnings.Campbell Barton
2010-12-03correction to error message from Dan EicherCampbell Barton
2010-11-28minor changes to the python api.Campbell Barton
2010-11-25new vectors that were the result of functions or operators were not using the...Campbell Barton
2010-11-23minor edits to exception formatting (remove ... or \n from suffix)Campbell Barton
2010-11-23fix for typo in mathutils vec.to_track_quat() argument parsing.Campbell Barton
2010-11-22- blend_m3_m3m3 and blend_m4_m4m4 now support matrices with negative scales.Campbell Barton
2010-11-14fix for own recent error, [#24695] column_vector_multiplication call writes p...Campbell Barton
2010-11-12fix for vec * matrix always returning a 3D vector.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-09-29patch from Dan Eicher with some edirts.Campbell Barton
2010-08-24make quicky wrapper for cmake.Campbell Barton
2010-08-24bugfix [#23454] vector*matrix not the same as vector*=matrixCampbell Barton
2010-08-16Py API (GSoC): Second merging commitJoerg Mueller
2010-08-08== docs ==Luca Bonavita
2010-08-02python mathutils changeCampbell Barton
2010-07-17spelling correction: alredy --> alreadyCampbell Barton
2010-05-30optional fallback argument for vector angle function.Campbell Barton
2010-05-17blf docstring fix from MoguriCampbell Barton
2010-05-16no functional changesCampbell 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