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:
authorAnkit Meel <ankitjmeel@gmail.com>2021-02-12 08:01:55 +0300
committerAnkit Meel <ankitjmeel@gmail.com>2021-02-12 08:01:55 +0300
commita65fb173355bca667432eab461bbbd08519ce1ae (patch)
tree4627c1de708782217b339c091349c96f04011479 /io_coat3D
parentca40d35086be8e527755e09a1fc88c970e93fb6b (diff)
Cleanup: Remove trailing period in descriptions.
Reduces warnings while running tests. Also fix some descriptions with strings concatenated but without a space in between. Reviewed by campbellbarton Differential Revision: https://developer.blender.org/D9655
Diffstat (limited to 'io_coat3D')
-rw-r--r--io_coat3D/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/io_coat3D/__init__.py b/io_coat3D/__init__.py
index 0a40a6d0..db0c8e0c 100644
--- a/io_coat3D/__init__.py
+++ b/io_coat3D/__init__.py
@@ -1821,7 +1821,7 @@ class SceneCoat3D(PropertyGroup):
)
bake_resolution: EnumProperty(
name="Bake Resolution",
- description="Bake resolution.",
+ description="Bake resolution",
items=(("res_64", "64 x 64", ""),
("res_128", "128 x 128", ""),
("res_256", "256 x 256", ""),
@@ -1835,7 +1835,7 @@ class SceneCoat3D(PropertyGroup):
)
folder_size: EnumProperty(
name="Applink folder size",
- description="Applink folder size.",
+ description="Applink folder size",
items=(("10", "10", ""),
("100", "100", ""),
("500", "500", ""),