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-12fix for more warnings.Campbell Barton
2011-02-09use static functions rather then defines for internal matrix__apply_to_copy()...Campbell Barton
2011-02-08fix own error in recent commit [#25970] cannot create scale matrix after math...Campbell Barton
2011-02-06mathutils.Matrix.Scale(factor, size, axis)Campbell Barton
2011-02-06- cmake was missing an inclide (IDE's wouldnt index)Campbell 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-04swap Matrix.Shear(...) arguments so matrix size is the second argument, match...Campbell Barton
2011-02-04mathutils.Matrix.OrthoProjection(plane, size, axis), merged axis and plane ar...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-25small internal cleanup, have matrix.scale_part() use same method to extract t...Campbell Barton
2011-01-21change mathutils.Matrix.Shear() for 3x3 or 4x4 matricesCampbell Barton
2011-01-21[#25732] Incorrect shear matrix in XY planeCampbell 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-09mathutils matrix initialization now matches other mathutils types.Campbell Barton
2011-01-09use PySequence_Fast for matrix slice assignment to speed up assignment.Campbell Barton
2011-01-09py matrix api 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
2011-01-07incorrectly documented return typeCampbell 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-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-22- blend_m3_m3m3 and blend_m4_m4m4 now support matrices with negative scales.Campbell Barton
2010-11-21- some more rna range corrections Campbell Barton
2010-11-12bugfix [#24665] mathutils.Matrix initialization is counter-intuitive and gene...Campbell Barton
2010-11-12bugfix [#24660] (vector * matrix) fails, (matrix * vector) succeedsCampbell Barton
2010-10-26move matrix decomposition out of object.c into BLI_math_matrix function: mat4...Campbell 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-24bugfix [#23454] vector*matrix not the same as vector*=matrixCampbell Barton
2010-08-16Py API (GSoC): Second merging commitJoerg Mueller
2010-08-11mathutils module methods only contained matrix constructors, move these to ma...Campbell Barton
2010-08-08== docs ==Luca Bonavita
2010-05-16no functional changesCampbell Barton
2010-04-27remove redundant argument from mathutils callbacksCampbell Barton
2010-04-27oversight in recent mathutils update. obj.matrix = obj.matrix would call its ...Campbell Barton
2010-04-27py/rna, euler objects order is now wrapped correctly...Campbell Barton
2010-04-26rna/python mathutils moduleCampbell Barton
2010-04-20change mathutils 'repr' functions to closer match inputCampbell Barton
2010-04-16[#22045] Memory leak in Mathutils.MatrixCampbell Barton
2010-04-11PyAPICampbell Barton