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-12-22Matrix.translation wrapper vector, continent accessing to matrix[3][0:3].Campbell Barton
2011-12-22cleanup and some fixes to mathutils by Andrew HaleCampbell Barton
2011-12-21fix for mathutils mat*vec for non sqyare matrices by Andrew HaleCampbell Barton
2011-12-20recent commit missed swapping args for MATRIX_ITEM in mathutils_Vector.c, bre...Campbell Barton
2011-12-20patch [#29662] Modifications to Mathutils Vectors for Consistency with Commit...Campbell Barton
2011-12-20rename internal matrix struct member vars to avoid confusionCampbell Barton
2011-12-20__str__ functions for other mathutils typesCampbell Barton
2011-12-20patch [#29651] Add a __str__ Method to Matutils Matrices so print(matrix) Sho...Campbell Barton
2011-12-19corrections to some commentsCampbell Barton
2011-12-19- mathutils matrix creation - use memcpy rather than copying every matrix row...Campbell Barton
2011-12-19remove mathutils internal variable for storing pointers to each matrix row, i...Campbell Barton
2011-12-18formatting edits in py api, no functional changesCampbell Barton
2011-12-18Support for arbitrary sized vectors - (was limited by 2-4 previously)Campbell Barton
2011-12-17style edit only - move parenthesis onto second line of function definition (i...Campbell Barton
2011-12-14fix for py noise doc string (not a show stopper :) )Campbell Barton
2011-11-30formatting edits (120 width max) and remove some redundant castsCampbell Barton
2011-11-29treat 4d vectors as 3d for vector.angle(other)Campbell Barton
2011-11-29patch [#29421] Python Noise Module UpdatesCampbell Barton
2011-11-24pep8 edits and avoid naming conflicts with python builtinsCampbell Barton
2011-11-24rename mathutils constructors to match other parts of the bpy/api (no functio...Campbell Barton
2011-11-24patch: [#29382] Arbitrary Length Array Function Additions and ModificationsCampbell Barton
2011-11-20- pyapi mathutils.geometry.intersect_plane_planeCampbell Barton
2011-11-16formatting edits & doc correction, no functional changes.Campbell Barton
2011-11-13new math utility function isect_plane_plane_v3Campbell Barton
2011-11-13formatting edits only - no functional changesCampbell Barton
2011-11-13include invalid type name in mathutils error messages.Campbell Barton
2011-11-12mathutils.geometry.distance_point_to_plane(pt, plane_co, plane_no) - utility ...Campbell Barton
2011-11-11quiet -Wdouble-promotion warningsCampbell Barton
2011-11-06more macro --> BLI math lib, mainly replace VECCOPY in render and blenkernel.Campbell Barton
2011-11-05misc doc editsCampbell Barton
2011-11-02new math function: Quaternion.to_axis_angle().Campbell Barton
2011-10-28replace VECCOPY and QUATCOPY with inline funcs.Campbell Barton
2011-10-23Remove some more $Id$ that still were left after r41227 and r41228.Guillermo S. Romero
2011-10-23Remove the svn:keywords property.Guillermo S. Romero
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