Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'ant_landscape/__init__.py')
-rw-r--r--ant_landscape/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ant_landscape/__init__.py b/ant_landscape/__init__.py
index e2d43c57..0e10b8b4 100644
--- a/ant_landscape/__init__.py
+++ b/ant_landscape/__init__.py
@@ -439,7 +439,7 @@ class AntLandscapePropertiesGroup(bpy.types.PropertyGroup):
)
smooth_mesh: BoolProperty(
name="Smooth",
- default=False,
+ default=True,
description="Shade smooth"
)
tri_face: BoolProperty(