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
2012-12-23fix for bug where weight paint would draw hidden faces but not draw then with...Campbell Barton
2012-12-15style cleanup: stop the style checker script from complaining about '!*ptr'Campbell Barton
2012-12-15Fix #33497: seting object scale to 0 on one axis made moving verts in edit modeBrecht Van Lommel
2012-12-14add assert if both args to invert_m4_m4 are the same.Campbell Barton
2012-12-11define the size of matrix args for both rows/cols.Campbell Barton
2012-11-07fix [#33106] Decimate modifier/collapse give bad resultCampbell Barton
2012-11-04code cleanup: quiet -Wdouble-promotion, disabled this warnings for a few file...Campbell Barton
2012-10-29py api: add mathutils.Matrix adjugate(d) methods, also add adjoint_m2_m2() to...Campbell Barton
2012-10-23rename api functions...Campbell Barton
2012-10-21style cleanup: commentsCampbell Barton
2012-09-16Few cleanup in matrix mathutils (make mul_m3_m3m4 and mul_m4_m3m4 consistant ...Bastien Montagne
2012-07-18fix incorrect assert for mask face checking, also correct own bad spellingCampbell Barton
2012-07-07style cleanup: use c style comments in C codeCampbell Barton
2012-05-01Fix #31193: Normals don't have any Z componentSergey Sharybin
2012-04-29style cleanup: whitespace / commasCampbell Barton
2012-04-01Fix for is_orthogonal check which in fact was checking for orthonormal matrix.Sergey Sharybin
2012-03-25style cleanup: issues missed last commitCampbell Barton
2012-03-25style cleanup: conform to style guide - mostly operator whitespace changesCampbell Barton
2012-03-24style cleanup: pep8, indentationCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-08Fix ##30455: Orthographic grid alignment jumps/shifts when zoomingSergey Sharybin
2012-03-04style cleanup / comment formatting for bli/bke/bmeshCampbell Barton
2012-03-02style cleanupCampbell Barton
2012-02-27style cleanup (mostly whitespace)Campbell Barton
2012-01-26Fix orthogonality check for mat3 and mat4Sv. Lockal
2011-12-19Merging r42648 through r42722 from trunk into soc-2011-tomatoSergey Sharybin
2011-12-16Math lib: matrix multiplication order fix for two functions that wereBrecht Van Lommel
2011-12-15Object tracking: object with object solver constraint is now parented to scen...Sergey Sharybin
2011-12-04add a new object member to store the dsize, since with my recent commit broke...Campbell Barton
2011-11-11quiet -Wdouble-promotion warningsCampbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-09-12use vector size and const args where possible (no functional change)Campbell Barton
2011-09-06Merged the particles-2010 branch with node improvements into trunk.Lukas Toenne
2011-08-31typo fix: end of lines ;; --> ;Campbell Barton
2011-05-20rename mul_project_m4_v4 to mul_project_m4_v3.Campbell Barton
2011-03-27math lib and UV project: floats were being implicitly promoted to doubles, ad...Campbell Barton
2011-02-27doxygen: blender/blenlib tagged.Nathan Letwory
2011-02-13fix for warnings from Sparse static source code checker, mostly BKE/BLI and p...Campbell Barton
2011-01-31Todo issue: sculpting on deformed meshSergey Sharybin
2011-01-08remove unused code & variables.Campbell Barton
2011-01-06print_m3/m4 didnt use const char *, which gave an errror with passing strings...Campbell Barton
2010-11-22- blend_m3_m3m3 and blend_m4_m4m4 now support matrices with negative scales.Campbell Barton
2010-11-16fix for fix, r33086.Campbell Barton
2010-11-02fix for compiling with the c90 standard, support for non-static variable init...Campbell Barton
2010-10-30fix for own mistake with mat4_to_loc_rot_size(), flipping the scale on negati...Campbell Barton
2010-10-27dont use const for matrix arg, since it needs to be cast in most cases.Campbell Barton
2010-10-26move matrix decomposition out of object.c into BLI_math_matrix function: mat4...Campbell Barton
2010-10-22Fix for snapping pose bones with axis-angle rotation.Campbell Barton
2010-10-18enable DEBUG define in CMake and scons, also change booleans debug option to ...Campbell Barton
2010-10-18bugfix [#24291] Error parenting a child with any negative scaling coordinateCampbell Barton