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-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-24minor edits to cycles c/python moduleCampbell Barton
2011-12-24formatting edits 120 line lengthCampbell Barton
2011-12-23fix for own mistake [#29031] Importing BGL Can Crash the BGE and BlenderCampbell Barton
2011-12-22fix for matrix assignment with recent changes which broke for eg: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-22split some >120 lines, no functional changesCampbell 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-16fix own error [#29631] frame is lost from driver namespace after reloadCampbell Barton
2011-12-16fix [#29635] Attempts to import the site module are met with a TypeError exce...Campbell Barton
2011-12-14fix for py noise doc string (not a show stopper :) )Campbell Barton
2011-12-10fixes scale on derivative mapsMorten Mikkelsen
2011-12-07fix for noise module in driver namespace (was infact mathutils).Campbell Barton
2011-12-03add library support for rna collection __contains__, egCampbell Barton
2011-12-02renaming BooleanProperty to BoolProperty (rna structs shouldnt affect scripters)Dalai Felinto
2011-11-30fix [#29462] libraries.load can't have link=False when relative=TrueCampbell Barton
2011-11-30Fix: defining properties would fail with argument update=None instead of notBrecht Van Lommel
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-29remove header text:Campbell Barton
2011-11-29missed removing these filesCampbell Barton
2011-11-29patch [#29421] Python Noise Module UpdatesCampbell Barton
2011-11-26fix for own error with id props when adding byte stringsCampbell Barton
2011-11-26minor bpy api editsCampbell Barton
2011-11-26replace FILE_MAXDIR + FILE_MAXFILE with FILE_MAXCampbell Barton
2011-11-26add null check, crashes py 3.3 which isn't released but adding the check is h...Campbell 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-22fix [#29319] bus error with python with link_append and {}Campbell Barton
2011-11-20- pyapi mathutils.geometry.intersect_plane_planeCampbell Barton
2011-11-19replace fabs with fabsf where both input and output are floats.Campbell Barton
2011-11-17pyapi feature from 2.4xCampbell Barton