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-03-02fix for OBJ exporting Texface imagesCampbell Barton
2010-03-02bugfix for displaying ID propertiesCampbell Barton
2010-02-28comparing Vector(-2, 0, 0) and Vector(2, 0, 0) was returning true, this bug i...Campbell Barton
2010-02-28make BGL and BLF modile names lowercaseCampbell Barton
2010-02-28examples for autogenerated docs are now implicit and used when available.Campbell Barton
2010-02-28include BLF in automated doc generationCampbell Barton
2010-02-28python BLF module for drawing text, updated template to draw text in the 3D v...Campbell Barton
2010-02-23matrix functions, to_3x3, to_4x4Campbell Barton
2010-02-22VideoTexture: improvements to image data access API. Benoit Bolsee
2010-02-21move include where it's needed and won't break other things.Martin Poirier
2010-02-21typo in to_euler()Campbell Barton
2010-02-21Fix compiling error on windows for mathutils commitJoshua Leung
2010-02-20Split numinput from transform (reusable in other operator).Martin Poirier
2010-02-20Mathutils API: Euler support for rotation order.Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-02-11bpy.utils.home_paths, use this to get script paths for the user/local/system ...Campbell Barton
2010-02-11More tooltip editingDaniel Salazar
2010-02-01bugfix for reading invalid id prop lengths from python.Campbell Barton
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