Be helpful and set default convexity of rotate_extrude to 2
This commit is contained in:
parent
597d07f357
commit
5f496b2554
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue