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
2010-02-01setting invalid vector swizzle attributes (from blender2.4x docs for instance...Campbell Barton
2010-02-01Mathutils doc improvements + other small thingsCampbell Barton
2010-01-30bugfix [#20417] <memory> shouldn't be stored in recent item listCampbell Barton
2010-01-30utility functions is_negative_m3 & is_negative_m4, added python Mathutils acc...Campbell Barton
2010-01-28* Mathutils attributes documented - http://www.blender.org/documentation/250P...Campbell Barton
2010-01-27py api - utility function for vectors.Campbell Barton
2010-01-27crash fix from own recent updates to Mathutils.RotationMatrix()Campbell Barton
2010-01-25Mathutils refactor & include in sphinx generated docs, (TODO, include getset'...Campbell Barton
2010-01-22Math Lib:Brecht Van Lommel
2010-01-22error message errorCampbell Barton
2010-01-14spelling errors, no real changes to code.Campbell Barton
2010-01-03editbone.transform(matrix) function, requested by Cessen.Campbell Barton
2009-12-29* speedup for animating bones, in one scene with sintel and a dragon animated...Campbell Barton
2009-12-29flag to make rna props 'thick wrapped', so returning a property wont try main...Campbell Barton
2009-12-27barycentric transform utility geometry function.Campbell Barton
2009-12-22BGE bug #20446: revert to orignal code, the problems comes from misunderstand...Benoit Bolsee
2009-12-22[#20446] mathutils: bugfix for matrix * matrix - patch by Paul Parchenko (par...Dalai Felinto
2009-12-07- string copy without .py wasnt terminating the stringCampbell Barton
2009-12-01User Script support added back.Campbell Barton
2009-11-30- added a new math function double_round, useful for rounding a number to a n...Campbell Barton
2009-11-26Mathutils vec += vec wasnt running mathutls callbacksCampbell Barton
2009-11-20option to have scripts run on startup for per blendfile UI'sCampbell Barton
2009-11-19idprop.get(key, default=None)Campbell Barton
2009-11-19correcting ID property list was incorrect on portingCampbell Barton
2009-11-18fix for memory leak, use Key Errors for pyrna getitem access & idpropsCampbell Barton
2009-11-17- in pose mode, pose bone properties are edited rather then armature boneCampbell Barton
2009-11-17my chnges broke 'del idprop["key"]'Campbell Barton
2009-11-16bpy/rna methods to find properties (works nice with autocomp!)Campbell Barton
2009-11-16update idproperty python api for python 3.1Campbell Barton
2009-11-16python api for ID property access by Joseph Eager, copied from blender 2.4x.Campbell Barton
2009-11-12small corrections, no functionality changeCampbell Barton
2009-11-10Math LibBrecht Van Lommel
2009-10-23Python APIKen Hughes
2009-10-21Make compiler happy, remove doubtful non init usage.Guillermo S. Romero
2009-10-04mathutils: bugfix for matrix * vectorDalai Felinto
2009-09-17bugfix for LineIntersectLine()Remigiusz Fiedler
2009-09-14fix warningCampbell Barton
2009-09-12simple error in recent arithb.c commit, have Mathutils.RotationMatrix use Axi...Campbell Barton
2009-09-112.5: fix for merge, forward_diff_bezier needed to be updated.Brecht Van Lommel
2009-09-08Fix row/column order in matrix printout function.Benoit Bolsee
2009-09-08manual merge trunk -r 23037Dalai Felinto
2009-09-08Fix bug in Mathutil with matrix/matrix and matrix/vector multiplication order.Benoit Bolsee
2009-08-26- Mathutils.Vector assignment wasnt working in the BGE's py api, was using ge...Campbell Barton
2009-08-16- typos in boxpack comments (incorrectly had comment that it was from NAN)Campbell Barton
2009-08-152.5: warning fixesBrecht Van Lommel
2009-08-14cmake changesCampbell Barton
2009-08-102.5 audio cleanup:Joerg Mueller
2009-08-10remove python2.x supportCampbell Barton
2009-07-31fix for warnings and implicit declarationsCampbell Barton
2009-07-20Added error prints if the text's main is not set.Campbell Barton