Blender Git Loki
Git Commits -> Revision 59ca83c
Revision 59ca83c by Campbell Barton (master) April 15, 2013, 15:16 (GMT) |
rename axis_angle_to_mat3_no_norm() --> axis_angle_normalized_to_mat3(). this matches closer to convention from existing functions - angle_v3v3() angle_normalized_v3v3(). also added assert to ensure argument given to axis_angle_normalized_to_mat3() is in fact normalized. |
Commit Details:
Full Hash: 59ca83c3a9a94efa1e7415c83f0fe2033fcfcd28
SVN Revision: 56064
Parent Commit: 03d6319
Lines Changed: +17, -32
6 Modified Paths:
/source/blender/blenlib/BLI_math_rotation.h (+1, -1) (Diff)
/source/blender/blenlib/intern/math_rotation.c (+5, -20) (Diff)
/source/blender/bmesh/operators/bmo_dupe.c (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/paint_stroke.c (+4, -4) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+5, -5) (Diff)
/source/blender/modifiers/intern/MOD_screw.c (+1, -1) (Diff)
/source/blender/blenlib/intern/math_rotation.c (+5, -20) (Diff)
/source/blender/bmesh/operators/bmo_dupe.c (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/paint_stroke.c (+4, -4) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+5, -5) (Diff)
/source/blender/modifiers/intern/MOD_screw.c (+1, -1) (Diff)