diff --git a/src/meshgenerator.cpp b/src/meshgenerator.cpp index 81638fa2..9ced6701 100644 --- a/src/meshgenerator.cpp +++ b/src/meshgenerator.cpp @@ -374,7 +374,7 @@ nodemesh::Combiner::Mesh *MeshGenerator::combinePartMesh(const QString &partIdSt } } - float deformMapScale = 0.5; + float deformMapScale = 1.0; QString deformMapScaleString = valueOfKeyInMapOrEmpty(part, "deformMapScale"); if (!deformMapScaleString.isEmpty()) deformMapScale = deformMapScaleString.toFloat();