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-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
2012-08-25minor code cleanupCampbell Barton
2012-08-25don't use a while loop when in compatible_eul(). this is a low level rotation...Campbell Barton
2012-08-10zero rotation values for quat_apply_track() which were in fact just float in ...Campbell Barton
2012-08-05use define for 0.375 = GLA_PIXEL_OFS, used all over the interface.Campbell Barton
2012-07-25Fix regression introduced in svn rev49122Sergey Sharybin
2012-07-22code cleanup: remove unused math functions (where already noted as deprecated)Campbell Barton
2012-07-22code cleanup: use cosf and sinf when both args and results are float values.Campbell Barton
2012-07-21style cleanupCampbell Barton
2012-07-21use fabsf when using floats.Campbell Barton
2012-07-08style cleanupCampbell Barton
2012-05-21code cleanup: spellingCampbell Barton
2012-05-12style cleanup: whitespace, bli & makesdnaCampbell Barton
2012-04-28patch [#31104] Correct comment for mul_qt_v3Campbell Barton
2012-04-28code cleanup: Campbell Barton
2012-04-02code cleanup: replace inline axis angle conversion with axis_angle_to_mat3()Campbell Barton
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: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-09style cleanup: spelling.Campbell Barton
2012-03-04style cleanup - comment spelling + translate some dutch.Campbell Barton
2012-03-04style cleanup / comment formatting for bli/bke/bmeshCampbell Barton