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
2015-02-01Documentation: updated mathutils documentationSybren A. Stüvel
2015-02-01mathutils: added exponential map to QuaternionSybren A. Stüvel
2015-02-01Fix: correctly describing Quaternion.normalize()Sybren A. Stüvel
2015-01-29Fix T43473: mathtutils.geometry.interpolate_bezier returns only 2d coordinatesBastien Montagne
2015-01-29Revert "mathutils: let Vector.normalize() return the original length."Campbell Barton
2015-01-29mathutils: let Vector.normalize() return the original length.Sybren A. Stüvel
2015-01-26Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage).Bastien Montagne
2015-01-23PyAPI: Replace importlib.reload, not 'imp'Campbell Barton
2015-01-21Added new debug flag which can be used to lazy-init the SimDebug drawing.Lukas Tönne
2015-01-20Properly register the `mathutils.interpolate` submodule.Lukas Tönne
2015-01-20New python submodule `mathutils.interpolate` for various mesh interpolation a...Lukas Tönne
2015-01-18Fix `mathutils.barycentric_transform()`Bastien Montagne
2015-01-06Correct args from recent mathutils refactorCampbell Barton
2015-01-06PyAPI: add PyList_APPENDCampbell Barton
2015-01-06PyAPI: add utilities PyTuple_SET_ITEMS, Py_INCREF_RETCampbell Barton
2015-01-04Fix T43119: mathutils.intersect_point_line always returns a 2D vector as firs...Bastien Montagne
2015-01-04mathutils: refactor instantiationCampbell Barton
2015-01-02cleanup: styleCampbell Barton
2015-01-01cleanup: redundant casts & const cast correctnessCampbell Barton
2014-12-30PyAPI: geometry.normal, support polygonsCampbell Barton
2014-12-30PyAPI: allow non-vector args for geometry moduleCampbell Barton
2014-12-28cleanup: avoid ref-counting None for a new matrixCampbell Barton
2014-12-27Fix a very stupid memleak in own bpy_app_translations.c code...Bastien Montagne
2014-12-25Refactor 'immediate search' featureBastien Montagne
2014-12-18Fix mathutils docstring typos.Tamito Kajiyama
2014-12-18correct recent cleanup for id-property typesCampbell Barton
2014-12-13Fix T42885: We still had a few wrong doc in mathutils about methods returningBastien Montagne
2014-12-08BMesh: ensure iterator macros assign to valid typesCampbell Barton
2014-12-01Python: add 'render_write' callbackCampbell Barton
2014-11-29Cleanup: unused headersCampbell Barton
2014-11-29Cleanup: unused headersCampbell Barton
2014-11-28Cleanup: unused headersCampbell Barton
2014-11-28Cleanup: duplicate headersCampbell Barton
2014-11-24SCons: correct include for win, also minor cleanupCampbell Barton
2014-11-23Refactor: BLI_path_util (part 2)Campbell Barton
2014-11-23Refactor: BLI_path_util (split out app directory access)Campbell Barton
2014-11-20mathutils.kdtree: fix docstringsCampbell Barton
2014-11-16Fix T42581: Add 'icon_value' feature to UI Py/RNA's operator button and items...Bastien Montagne
2014-11-16Cleanup: use BLI_listbase_*** prefix for count,sort,sort_rCampbell Barton
2014-11-14Fix T42593: Rigify crash when I press "Generate" - corrupted IDGroup's listba...Bastien Montagne
2014-11-10Fix/workaround T37073: Crash updating custom props visible in the UICampbell Barton
2014-11-03Fix T42233: Python property ignores 'PROPORTIONAL'Campbell Barton
2014-10-29Cleanup: warnings, typosCampbell Barton
2014-10-28WM: unneeded alloc the operator-type iteratorCampbell Barton
2014-10-28BMesh Py API: Fast index lookups for vert/edge/facesCampbell Barton
2014-10-13Fix T42005: Reset py-handlers could crashCampbell Barton
2014-10-08Fix Python ray-cast failing to check hit directionCampbell Barton
2014-10-08Ghost Context RefactorJason Wilkins
2014-10-01Fix T41971: BMesh mapping slot arg errorCampbell Barton
2014-09-29Cleanup: spellingCampbell Barton