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-06-27Minor warning cleanup & fixCampbell Barton
2011-06-02mathutils support for color arithmetic, also some minor whitespace edits. Campbell Barton
2011-05-26sphinx docstrng formatting (some lines were getting really long)Campbell Barton
2011-05-24use PyDoc_STRVAR macro, so its possible to build without docstrings.Campbell Barton
2011-05-22quiet compiler warnings for -WundefCampbell Barton
2011-05-18python mathutils.Matrix.is_orthogonal readonly attribute.Campbell Barton
2011-04-02add angle wrapping functions: angle_wrap_rad(), angle_wrap_deg().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-03support for mathutils GC wasn't complete since PyObject_GC_Track is supposed ...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-14python api renaming and added headers for some files which didnt have one, no...Campbell Barton