Blender Git Commit Log

Git Commits -> Revision 3e23f00

Revision 3e23f00 by Campbell Barton (master)
December 19, 2009, 10:27 (GMT)
fix for non Euler-XYZ rotations...
- Camera to 3D view didnt check for rotation order.
- Fly mode didnt check for rotation order.

added util functions.
- object_apply_mat4(ob, mat4); applies a 4x4 matrix to an objects loc,scale,rot (accounting for rotation modes)
- object_mat3_to_rot(ob, mat3, use_compat); apply a 3x3 matrix to the objects rotation, option to use a euler compatible with the existing euler.

Commit Details:

Full Hash: 3e23f002b42dc1892665e1705f9f107c4e047b8a
SVN Revision: 25470
Parent Commit: de7ffa1
Lines Changed: +38, -16

4 Modified Paths:

/source/blender/blenkernel/BKE_object.h (+2, -0) (Diff)
/source/blender/blenkernel/intern/object.c (+26, -0) (Diff)
/source/blender/editors/object/object_transform.c (+1, -11) (Diff)
/source/blender/editors/space_view3d/view3d_view.c (+9, -5) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021