Be helpful and set default convexity of rotate_extrude to 2

master
Marius Kintel 2015-01-29 00:11:52 -05:00
parent 597d07f357
commit 5f496b2554
1 changed files with 1 additions and 1 deletions

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;