Bugfix 26131
Option "Align view to selected" only aligned to the last activated item in editmode. This whilst code comment even said "use alignment from Manipulator in normal mode". Now it does what it's (apparently) meant to do, and what brazilians think it should! ;) It aligns to selected!
This commit is contained in:
@@ -1879,7 +1879,7 @@ static void axis_set_view(bContext *C, float q1, float q2, float q3, float q4, s
|
||||
float twmat[3][3];
|
||||
|
||||
/* same as transform manipulator when normal is set */
|
||||
ED_getTransformOrientationMatrix(C, twmat, TRUE);
|
||||
ED_getTransformOrientationMatrix(C, twmat, FALSE);
|
||||
|
||||
mat3_to_quat( obact_quat,twmat);
|
||||
invert_qt(obact_quat);
|
||||
|
Reference in New Issue
Block a user