Fix for [ #5785 ] standard bezier curve resolution doesn't show correctly in 3d

view: Just made the initial curve resolution consistent between curve parts'
resolution and curve object's resolution.
This commit is contained in:
Matt Ebb 2007-01-22 23:11:18 +00:00
parent 42ef81d88b
commit 43b390c936

@ -126,7 +126,7 @@ Curve *add_curve(int type)
cu->size[0]= cu->size[1]= cu->size[2]= 1.0;
cu->flag= CU_FRONT+CU_BACK;
cu->pathlen= 100;
cu->resolu= cu->resolv= 6;
cu->resolu= cu->resolv= 12;
cu->width= 1.0;
cu->wordspace = 1.0;
cu->spacing= cu->linedist= 1.0;