forked from bartvdbraak/blender
A tweak for text follow curve -- the old comment in the code says
"why not 0.5?", so I am setting it to 0.5 since it looks way better that way (I think somebody should really revisit this code at some point).
This commit is contained in:
parent
233ee5adb7
commit
3aa95760bc
@ -985,7 +985,7 @@ struct chartrans *text_to_curve(Object *ob, int mode)
|
||||
}
|
||||
|
||||
dtime= distfac*0.35f*twidth; /* why not 0.5? */
|
||||
dtime= distfac*0.0f*twidth; /* why not 0.5? */
|
||||
dtime= distfac*0.5f*twidth; /* why not 0.5? */
|
||||
|
||||
ctime= timeofs + distfac*( ct->xof - minx);
|
||||
CLAMP(ctime, 0.0, 1.0);
|
||||
|
Loading…
Reference in New Issue
Block a user