Fix default surface resolution U/V mis-match
The resolution for surfaces was 12 for U, 4 for V,
where both should have been set to 4.
Regression in 9a076dd95a
This commit is contained in:
@@ -404,6 +404,7 @@ void BKE_curve_init(Curve *cu, const short curve_type)
|
||||
}
|
||||
else if (cu->type == OB_SURF) {
|
||||
cu->flag |= CU_3D;
|
||||
cu->resolu = 4;
|
||||
cu->resolv = 4;
|
||||
}
|
||||
cu->bevel_profile = NULL;
|
||||
|
||||
Reference in New Issue
Block a user