Be helpful and set default convexity of rotate_extrude to 2

This commit is contained in:
Marius Kintel 2015-01-29 00:11:52 -05:00
parent 597d07f357
commit 5f496b2554

View file

@ -79,7 +79,7 @@ AbstractNode *RotateExtrudeModule::instantiate(const Context *ctx, const ModuleI
node->scale = scale->toDouble();
if (node->convexity <= 0)
node->convexity = 1;
node->convexity = 2;
if (node->scale <= 0)
node->scale = 1;