projects
/
blender-staging.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merged changes in the trunk up to revision 41768.
[blender-staging.git]
/
source
/
blender
/
editors
/
transform
/
transform_orientations.c
diff --git
a/source/blender/editors/transform/transform_orientations.c
b/source/blender/editors/transform/transform_orientations.c
index 88a2163164a7705eb9232fb4ffa9c67228745b26..9367826e102e5f0cd77ae9891af55ffb6bc33cd6 100644
(file)
--- a/
source/blender/editors/transform/transform_orientations.c
+++ b/
source/blender/editors/transform/transform_orientations.c
@@
-791,7
+791,7
@@
int getTransformOrientation(const bContext *C, float normal[3], float plane[3],
float mat[4][4];
/* Rotation of MetaElem is stored in quat */
-
quat_to_mat4( mat,ml_sel->quat);
+ quat_to_mat4( mat,ml_sel->quat);
copy_v3_v3(normal, mat[2]);