GPencil: Change default Stroke thickness when convert curves
The thickness by default was using the old Draw Engine values and it was too thick in new engine.
This commit is contained in:
@@ -174,7 +174,7 @@ static void gpencil_convert_spline(Main *bmain,
|
||||
|
||||
/* Create Stroke. */
|
||||
bGPDstroke *gps = MEM_callocN(sizeof(bGPDstroke), "bGPDstroke");
|
||||
gps->thickness = 10.0f;
|
||||
gps->thickness = 1.0f;
|
||||
gps->fill_opacity_fac = 1.0f;
|
||||
gps->hardeness = 1.0f;
|
||||
gps->uv_scale = 1.0f;
|
||||
|
||||
Reference in New Issue
Block a user