Added string to BIF_setSingleAxisConstraint() function for headerprint.
Needed for martin to further work on print stuff
This commit is contained in:
@@ -568,7 +568,7 @@ void extrude_mesh(void)
|
||||
if(transmode=='n') {
|
||||
Mat4MulVecfl(G.obedit->obmat, nor);
|
||||
VecSubf(nor, nor, G.obedit->obmat[3]);
|
||||
BIF_setSingleAxisConstraint(nor);
|
||||
BIF_setSingleAxisConstraint(nor, NULL);
|
||||
}
|
||||
Transform(TFM_TRANSLATION);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user