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-03-18Fix crash using removed data as function argumentsCampbell Barton
2015-03-16PyAPI: bpy.ops enum error was cut shortCampbell Barton
2015-03-08BMesh Py API: calc_edge_angle functionsCampbell Barton
2015-03-06PyAPI: clarify fallback docstringCampbell Barton
2015-03-06Fix T43904: calc_vert_angle returns wrong valueCampbell Barton
2015-03-02cleanup: whitespaceCampbell Barton
2015-02-28Py Enum props definition: 'default' parameter cleanup/fix.Bastien Montagne
2015-02-23Fix mismatch (missing 'const' to mactch funcs declarations).Bastien Montagne
2015-02-20Fix T43739: bad documentation for bmesh py `intersect_face_point()`Bastien Montagne
2015-02-18CMake: indent & missing headerCampbell Barton
2015-02-18Include SDL information in system info text.Sybren A. Stüvel
2015-02-15missed this second last commitCampbell Barton
2015-02-15mathutils: Implement __hash__() functionsCampbell Barton
2015-02-15mathutils: add freeze() method, is_frozen attrCampbell Barton
2015-02-15mathutils: remove redundant read callbackCampbell Barton
2015-02-15mathutils: avoid extra alloc for Vector.lerpCampbell Barton
2015-02-15Fix crash setting Euler.order to a non-stringCampbell Barton
2015-02-13cleanupCampbell Barton
2015-02-11BPY RNA: add `is_property_readonly()`.Bastien Montagne
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