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
2013-01-28add mathutils function to intersect 2 circles. Converted to C from a python s...Campbell Barton
2012-12-21replace MIN/MAX 3,4 with inline functionsCampbell Barton
2012-12-16correct bad commentCampbell Barton
2012-12-16replace TypeError with Value error for matrix operations where the type is ri...Campbell Barton
2012-12-16add Matrix.normalized(), handy for transforming normals.Campbell Barton
2012-12-08ifdef out dynstr so mathutils can be compiled as an external module again.Campbell Barton
2012-12-02change uiButGetStrInfo() to use a trailing NULL arg rather then passing the n...Campbell Barton
2012-11-12code cleanup: spelling,Campbell Barton
2012-11-05default to Python3.3 on Linux for SCons and CMake, warn when building with py...Campbell Barton
2012-11-04code cleanup: quiet -Wdouble-promotion, disabled this warnings for a few file...Campbell Barton
2012-10-31fix for crash in python matrix utility functions .inverted/adjugated/transpos...Campbell Barton
2012-10-29py api: add mathutils.Matrix adjugate(d) methods, also add adjoint_m2_m2() to...Campbell Barton
2012-10-27use min/max inline functions where MIN2/MAX2 were doing type conversion.Campbell Barton
2012-10-23use min_ max_ functions in more places.Campbell Barton
2012-10-21style cleanup: commentsCampbell Barton
2012-10-16code cleanup: use float sizes for function args.Campbell Barton
2012-10-12remove BLI_noise from BLI_blenlib.h, not that many files need this.Campbell Barton
2012-10-09code cleanup: make header defines more consistent, JOYSENSOR header guard had...Campbell Barton
2012-09-27incorrect spelling in commentsCampbell Barton
2012-09-20code cleanup: remove unused macros, commet some which may be useful later - o...Campbell Barton
2012-08-28fix bug in mathutils.geometry.intersect_point_line() where 4D vectors were tr...Campbell Barton
2012-08-27support unary positive operators for vectors (same as numpy), so you can do '...Campbell Barton
2012-08-25minor code cleanupCampbell Barton
2012-07-25don't pass the same value to axis_angle_to_quat() for axis & quat.Campbell Barton
2012-07-17Spellcheck: minkovsky -> minkowski! (Only in comments/UI messages :/ ).Bastien Montagne
2012-07-17code cleanup: spellingCampbell Barton
2012-07-07style cleanup: use c style comments in C codeCampbell Barton
2012-07-04fix error in node template and quiet warning.Campbell Barton
2012-06-27utility function to get the points inside a list of planes.Campbell Barton
2012-06-26fix for a handful of memory leaks relating to parsing and allocating arbitrar...Campbell Barton
2012-06-26mathutils.Vector(kw=value) wasn't raising an error as it should.Campbell Barton
2012-06-17style cleanup:Campbell Barton
2012-06-11Fixing first part of [#31760] Assignments not working properly for Object.dim...Bastien Montagne
2012-06-06Corrected documentation for intersect_point_quad_2d to match exactly howSergey Sharybin
2012-05-26add vector versions of hsv_to_rgb, rgb_to_hsv & rgb_to_hsv_compatCampbell Barton
2012-05-20code cleanup:Campbell Barton
2012-05-07Style cleanup: displist moduleSergey Sharybin
2012-05-05code cleanup: function naming for BLI functions.Campbell Barton
2012-04-30code cleanup: header cleanupCampbell Barton
2012-04-28Code and style cleanup in own modules in BKE and also mball moduleSergey Sharybin
2012-04-22bmesh py api: expose BM_face_split_n() to the python api;Campbell Barton
2012-04-22correction to py docs from mgschwan on IRC.Campbell Barton
2012-04-15add 'idprop' module so we can document idprop.types.*, currently doc generato...Campbell Barton
2012-04-10fix for too small MATHUTILS_TOT_CB when the game engine runs.Campbell Barton
2012-04-02Hopefully last change to matrix orthogonal check, touches Py API onlySergey Sharybin
2012-04-01Fix for is_orthogonal check which in fact was checking for orthonormal matrix.Sergey Sharybin
2012-03-30patch to add __deepcopy__ to mathutils types, this is no different to __copy_...Campbell Barton
2012-03-27bmesh py api:Campbell Barton
2012-03-26style cleanup: python apiCampbell Barton
2012-03-21fix for Quaternion.to_axis_angle() returning a zero axis vector.Campbell Barton