Added string to BIF_setSingleAxisConstraint() function for headerprint.

Needed for martin to further work on print stuff
This commit is contained in:
2005-03-21 17:52:45 +00:00
parent bc9291d806
commit bc77092959
5 changed files with 16 additions and 12 deletions

View File

@@ -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);
}