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
2012-04-30code cleanup: header cleanupCampbell Barton
2012-04-15add 'idprop' module so we can document idprop.types.*, currently doc generato...Campbell Barton
2012-04-02Hopefully last change to matrix orthogonal check, touches Py API onlySergey Sharybin
2012-04-01Fix for is_orthogonal check which in fact was checking for orthonormal matrix.Sergey Sharybin
2012-03-30patch to add __deepcopy__ to mathutils types, this is no different to __copy_...Campbell Barton
2012-03-26style cleanup: python apiCampbell Barton
2012-03-18code cleanup: not all mathutils callback creation functions tool unsigned cha...Campbell Barton
2012-03-17minor mathutils code cleanup - use mathutils callbacks as unsigned chars ever...Campbell Barton
2012-03-17style cleanup: py/capiCampbell Barton
2012-03-13bmesh py api: more comprehensive intro page, also fix some spelling errors.Campbell Barton
2012-03-04style cleanup - comment formattingCampbell Barton
2012-02-24typo cleanup, no functional changes.Campbell Barton
2012-02-08correct 2 sphinx warnings.Campbell Barton
2012-02-01Fixes to Python matrices str function.Andrew Hale
2012-01-24Add the .Identity() classmethod to mathutils matrices. This allows the userAndrew Hale
2012-01-16middle mouse jump scrolling for text window.Campbell Barton
2012-01-16Change function for nb_invert so that ~matrix returns the inverted matrix rat...Andrew Hale
2012-01-02slice and iterator access for matrix.col/row so you can do...Campbell Barton
2011-12-30PyAPI - remove Matrix.row_size / col_size. these were rather awkwardly named,...Campbell Barton
2011-12-26formatting edits & minor correctionsCampbell Barton
2011-12-26fix for a bug in mathutils when a vector was accessing a matrix and the matri...Campbell Barton
2011-12-25use docstrings for mathutils getset's, also some formatting edits, no functio...Campbell Barton
2011-12-24picky formatting of mathutilsCampbell Barton
2011-12-24mathtils, convenience attributes added 'row' and 'col', this makes the row/co...Campbell Barton
2011-12-24fix for error with matrix access and negative indices with recent row/col swap.Campbell Barton
2011-12-24mathutils get/set function rename + minor changes to matrix functions (no fun...Campbell Barton
2011-12-22patch [#29534] Change Matrix Representation and Access in Python to Conform w...Campbell Barton
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-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-11-30formatting edits (120 width max) and remove some redundant castsCampbell 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-16formatting edits & doc correction, no functional changes.Campbell Barton
2011-11-13include invalid type name in mathutils error messages.Campbell Barton
2011-11-05misc doc editsCampbell 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-17docs / clenup (no functional code changes)Campbell Barton
2011-10-13formatting edits & remove debug print.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