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-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-17fix spelling mistakes in comments (and in some python error messages), nothin...Campbell Barton
2011-10-17docs / clenup (no functional code changes)Campbell Barton
2011-10-13formatting edits & remove debug print.Campbell Barton
2011-10-10fix documentation error - [#28862] Method 'difference' doesn't exist in Quate...Campbell Barton
2011-10-02enable cmake building makesdna with ghashCampbell Barton
2011-10-02remove some redundant checks and compiler warnings.Campbell Barton
2011-09-19edits to argument parsing for Euler.rotate_axis, also corrected some exceptio...Campbell Barton
2011-09-19add back mathutils Matrix() * Vector(), this is row_vector multiplication.Campbell Barton
2011-09-19Move function out of mathutils to: BLI_math_rotation --- single_axis_angle_to...Campbell Barton
2011-09-07use Py_ssize_t rather than int when dealing with list sizes (original patch f...Campbell Barton
2011-08-16remove support for deprecated Vector() * Matrix(), eventually this will be ad...Campbell Barton
2011-08-11Adding a readonly length_squared property to mathutils.Vector. This is simply...Mitchell Stokes
2011-07-25deprecate multiplication orders:Campbell Barton
2011-07-21revert recent matrix multiplication patch:Campbell Barton
2011-07-20patch [#28032] swapped matrix multiplication order, reverse it back, tested w...Campbell Barton
2011-07-20patch [#28032] Python Mathutils: Matrix Multiplication ErrorCampbell Barton
2011-07-15move mathutils into its own lib.Campbell Barton