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-07-15move mathutils into its own lib.Campbell Barton
2011-07-14many mathutils exception types were wrong, went over all exceptions in mathut...Campbell Barton
2011-07-14formatting changes for python mathutils module.Campbell Barton
2011-05-24use PyDoc_STRVAR macro, so its possible to build without docstrings.Campbell Barton
2011-03-27imbuf, mathutils & readfile: floats were being implicitly promoted to doubles...Campbell Barton
2011-03-19C, style changes (mostly white space edits), no functional change.Campbell Barton
2011-03-14move mathutils api changelog into wiki.Campbell Barton
2011-03-03fix for own error made r35267.Campbell Barton
2011-03-03further reading, need to untrack tracked PyObjects before clearing their trac...Campbell Barton
2011-02-28change return values from mathutils callbacks to match pythons (-1 is error),...Campbell Barton
2011-02-27doxygen: blender/python tagged.Nathan Letwory
2011-02-24revert part of own commit r35117 which modified mathutils initialization func...Campbell Barton
2011-02-24support pythons cyclic garbage collector for mathutils types.Campbell Barton
2011-02-18py api was raising SystemError exception incorrectly, this is intended for in...Campbell Barton
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-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-21change mathutils.Matrix.Shear() for 3x3 or 4x4 matricesCampbell Barton
2011-01-16detect mathutils types with mathutils_array_parse(), was using PySequence_Fas...Campbell Barton
2011-01-09Remove py mathutils Euler.unique() methodCampbell 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-02geometry moduleCampbell Barton
2010-10-31own recent commit broke this python import:Campbell Barton
2010-10-30use PyImport_ExtendInittab for py module initialization rather then adding to...Campbell Barton
2010-10-26move geometry python module into mathutils.geometry, since it provides utilit...Campbell Barton
2010-10-16- UNUSED macro wasn't throwing an error with GCC if a var become used.Campbell Barton
2010-10-14UNUSED() macro so -Wunused-parameter can be used with GCC without so many war...Campbell Barton
2010-09-29moved mathutils Euler.rotate(angle, axis) --> Euler.rotate_axis(axis, angle)Campbell Barton
2010-08-14- PyLineSpit() - used to print the filename and line number for internal erro...Campbell Barton
2010-08-11mathutils module methods only contained matrix constructors, move these to ma...Campbell Barton
2010-08-08== docs ==Luca Bonavita
2010-08-02python mathutils changeCampbell Barton
2010-07-17spelling correction: alredy --> alreadyCampbell Barton
2010-06-23mathutils.RotationMatrixMartin Poirier
2010-06-14bugfix [#21748] KX_Object scaling property not "writing" vector access .:. e....Campbell Barton
2010-04-27remove redundant argument from mathutils callbacksCampbell Barton
2010-04-27py/rna, euler objects order is now wrapped correctly...Campbell Barton
2010-04-25py apiCampbell Barton
2010-04-11PyAPICampbell Barton
2010-04-11py api file renameCampbell Barton