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--archimesh/achm_kitchen_maker.py2
-rw-r--r--precision_drawing_tools/__init__.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/archimesh/achm_kitchen_maker.py b/archimesh/achm_kitchen_maker.py
index bf17a554..28118259 100644
--- a/archimesh/achm_kitchen_maker.py
+++ b/archimesh/achm_kitchen_maker.py
@@ -345,7 +345,7 @@ class CabinetProperties(PropertyGroup):
('2', "90 CCW", ""),
('3', "180", ""),
),
- name="Rot",
+ name="Rotate",
description="Rotate cabinet relative to previous one",
)
diff --git a/precision_drawing_tools/__init__.py b/precision_drawing_tools/__init__.py
index 62de72b6..19b2b810 100644
--- a/precision_drawing_tools/__init__.py
+++ b/precision_drawing_tools/__init__.py
@@ -501,7 +501,7 @@ class PDTSceneProperties(PropertyGroup):
description="Number of Vertices per Cycle (180 Degrees)")
trig_tanmax : FloatProperty(name="Tangent Max", default=10, min=0.1,
description="Maximum Permitted Tangent Value")
- trig_off : FloatVectorProperty(name="Start Loc", default=(0,0,0),
+ trig_off : FloatVectorProperty(name="Start Location", default=(0,0,0),
description="Location in World Space for Origin of Wave")
trig_abs : BoolProperty(name="Absolute", default=False,
description="Use Absolute Values Only")