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:
-rw-r--r--object_print3d_utils/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/object_print3d_utils/__init__.py b/object_print3d_utils/__init__.py
index 2e0dbb7d..fbaec5ab 100644
--- a/object_print3d_utils/__init__.py
+++ b/object_print3d_utils/__init__.py
@@ -68,12 +68,12 @@ class Print3DSettings(PropertyGroup):
)
use_export_texture = BoolProperty(
name="Copy Textures",
- description="Copies textures on export to the output path",
+ description="Copy textures on export to the output path",
default=False,
)
use_apply_scale = BoolProperty(
name="Apply Scale",
- description="Applies scene scale setting on export",
+ description="Apply scene scale setting on export",
default=False,
)
export_path = StringProperty(