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
2014-11-20Fix T42638: Roll angle inconsistent flip in edit mode.Bastien Montagne
2014-09-24Cleanup: use float versions of functions when in/output are floatsCampbell Barton
2014-07-30Cleanup: general cleanup in BLI_math code (mostly, use 'const' where possible...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-14Math Lib: mat3_to_eulo2 & mat3_to_eul2 mixed float/double differentlyCampbell Barton
2014-05-14Code cleanup: doxy commentsCampbell Barton
2014-04-20Code cleanup: correct abs useCampbell Barton
2014-04-20Math Lib: faster version of rotation_between_vecs_to_mat3Campbell Barton
2014-04-19Minor change to recent commit (avoid transpose)Campbell Barton
2014-04-19Math Lib: add rotation_between_vecs_to_mat3Campbell Barton
2014-04-19Math Lib: minor optimization for axis_angle_normalized_to_mat3Campbell Barton
2014-03-31Tweak slerp assert to be less pickyCampbell Barton
2014-03-31Py API: Vector.slerp(). also added interp_v3_v3v3_slerp(_safe) functionsCampbell Barton
2014-03-28Code cleanup: use sqrtf when input and output are floatCampbell Barton
2014-03-20Math Lib: add angle_qt functionsCampbell Barton
2014-03-16Fix T39210: Grid Fill is generating mesh that's inconsistent with selected ed...Bastien Montagne
2014-02-27Fix T38858: Crazy spaces was unpredictable with co-linear edgesCampbell Barton
2014-02-01Math lib: add axis_angle_normalized_to_quat, use when length is knownCampbell Barton
2014-01-17Math: Code cleanupSergej Reich
2013-12-05Code Cleanup: use strict flags for math lib, add inline declarationsCampbell Barton
2013-10-22style cleanupCampbell Barton
2013-10-12Further tweak for dual quaternion armature deform problem, tweak the epsilonBrecht Van Lommel
2013-10-12Fix dual quaternion armature deform giving erratic results in some cases. BugBrecht Van Lommel
2013-09-11add angle_to_mat2 utility function.Campbell Barton
2013-08-23set function args in BLI_math_rotation as const where possible.Campbell Barton
2013-07-21code cleanup: add break statements in switch ()'s, (even at the last case).Campbell Barton
2013-07-19style cleanup: braces/indentationCampbell Barton
2013-06-23remove vec_rot_to_mat3(), replace with axis_angle_normalized_to_mat3()Campbell Barton
2013-05-27fix error in own recent commit, also other minor changes.Campbell Barton
2013-05-26BLI_math rename functions:Campbell Barton
2013-04-15rename axis_angle_to_mat3_no_norm() --> axis_angle_normalized_to_mat3().Campbell Barton
2013-04-15New implementation for twist brushes.Antony Riakiotakis
2013-04-04code cleanup: use bools, (float)sin/(float)cos -> sinf/cosf, more meaningful ...Campbell Barton
2013-02-19fix for [#34283] wasn't working in my tests (attached to original report),Campbell Barton
2013-02-11style cleanup: also some typosCampbell Barton
2013-01-29skip calculating the normal for each face when triangulating, all callers mak...Campbell Barton
2013-01-21mesh-cache deform modifier,Campbell Barton
2013-01-12code cleanup: style and replace (float)sin, (float)cos with sinf, cosfCampbell Barton
2012-12-11define the size of matrix args for both rows/cols.Campbell Barton
2012-11-18style cleanup: comments & spellingCampbell Barton
2012-11-04code cleanup: quiet -Wdouble-promotion, disabled this warnings for a few file...Campbell Barton
2012-11-03code cleanup: float <> double conversion.Campbell Barton
2012-10-22style cleanupCampbell Barton
2012-10-21style cleanup: commentsCampbell Barton
2012-09-27incorrect spelling in commentsCampbell Barton
2012-09-25fix [#32646] Duplifaces can have wrong orientation with ngonsCampbell Barton
2012-09-20code cleanup: remove unused macros, commet some which may be useful later - o...Campbell Barton
2012-08-25code cleanup: vec_to_quatCampbell Barton
2012-08-25add conjugate_qt_qt(), also some code cleanup and use const for 'rotOrders' v...Campbell Barton