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
2017-04-26BLI_math: add helper function to extract XY 2D scale from a 4D matrix.Bastien Montagne
2016-12-01Merge branch 'master' into blender2.8Lukas Tönne
2016-11-25Math Lib: rotate matrix cleanupCampbell Barton
2016-09-25port math function from Viewport FXMike Erwin
2016-09-25specialize mat3 multiply routinesMike Erwin
2016-09-25specialize mat4 multiply routinesMike Erwin
2016-09-24constify BLI_math_matrix inputsMike Erwin
2016-06-23Fix minor typo - Was m[3][4] instead of m[4][4] for a 4x4 matrixJoshua Leung
2016-06-16BLI_math: Add double versions of functionsCampbell Barton
2016-05-13BLI_math: add 'equals_m4m4' (and 'm3' variant) helpers.Bastien Montagne
2015-12-07Added a comment to our use of the term 'adjoint' in BLI_math.Lukas Tönne
2015-10-15BLI_math: add normalize_m#_ex functionsCampbell Barton
2015-10-09BLI_math: add mat3_polar_decompose, interp_m3_m3m3 and interp_m4_m4m4.Bastien Montagne
2015-07-11BLI_matrix space_transform: Add a 'local-invariant' setter.Bastien Montagne
2015-04-27Math Lib: add mul_v3_mat3_m4v3Campbell Barton
2014-10-30Complementary fix for rB8054372: Follow the common naming scheme byLukas Tönne
2014-10-30Math Lib: add transpose_m3_m3, m3_m4, m4_m4Campbell Barton
2014-10-30Fix negate_m3 (taking 4x4 matrix)Campbell Barton
2014-09-16Math Lib: add mul_v3_project_m4_v3Campbell Barton
2014-09-06Math Lib: Add copy_m2_m2, unit_m2, zero_m2Campbell Barton
2014-08-01Cleanup: Move SpaceTransform helpers from `BKE_shrinkwrap` to `BLI_math_matrix`.Bastien Montagne
2014-07-21Math Lib: rename mul_serie_m3 to mul_m3_series & reorder argsCampbell Barton
2014-07-20Math Lib: use variable length args for mul_serie_m3,m4 (instead of trailing N...Campbell Barton
2014-06-26Code cleanup: remove MAT3/4_UNITY defines, just call unit_m3/4Campbell Barton
2014-05-29Math lib: add negate_m3, negate_m4Campbell Barton
2014-05-23Bake-API: relaxing in the check for scale uniformityDalai Felinto
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-30Convenience macro for print_ funcs, saves passing id each timeCampbell Barton
2014-03-25Fix T38870: Freezes when jumping in front of a keyframe.Sergey Sharybin
2014-01-05Text3d: selection in editmode now follows rotated text along pathCampbell Barton
2013-10-26correct typoCampbell Barton
2013-10-20Code cleanup: added generic function copt_m3_m3dSergey Sharybin
2013-10-19Move utility functions from mball to mathutilsSergey Sharybin
2013-09-11Fix #36701: Mask pivioting doesnt honor parentingSergey Sharybin
2013-07-30function renaming for own recently added BLI_math functions, suggested by Bre...Campbell Barton
2013-07-26fix [#36282] Spin error with non uniform scaleCampbell Barton
2013-07-26optimization: call one bmesh operator for rotate (not 3).Campbell Barton
2013-05-26BLI_math rename functions:Campbell Barton
2013-05-08add matrix multiply for projection that outputs 2d values.Campbell Barton
2013-04-18Support object scale for mesh display options. (currently only uniform scale ...Campbell Barton
2013-04-16Blender Internal Render in viewportTon Roosendaal
2013-02-12Old bug fix: Uv smart stitch failed to detect angle if islands wereAntony Riakiotakis
2013-02-09code cleanup: use const for matrix functions vector args.Campbell Barton
2013-01-29skip calculating the normal for each face when triangulating, all callers mak...Campbell Barton
2013-01-23math: Add functions to decompose transformation matricesSergej Reich
2012-12-15Fix #33497: seting object scale to 0 on one axis made moving verts in edit modeBrecht Van Lommel
2012-12-11define the size of matrix args for both rows/cols.Campbell Barton
2012-11-09style cleanup: indentationCampbell Barton
2012-11-07fix [#33106] Decimate modifier/collapse give bad resultCampbell Barton
2012-10-29py api: add mathutils.Matrix adjugate(d) methods, also add adjoint_m2_m2() to...Campbell Barton