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 'io_scene_ms3d/ms3d_strings.py')
-rw-r--r--io_scene_ms3d/ms3d_strings.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/io_scene_ms3d/ms3d_strings.py b/io_scene_ms3d/ms3d_strings.py
index 98658760..0a0f8b55 100644
--- a/io_scene_ms3d/ms3d_strings.py
+++ b/io_scene_ms3d/ms3d_strings.py
@@ -190,6 +190,12 @@ ms3d_str = {
'PROP_NAME_TRANSPARENCY': "Transparency",
'PROP_NAME_TRANSPARENCY_MODE': "Transp. Mode",
'PROP_NAME_VERBOSE': "Verbose",
+ 'ENUM_VERBOSE_NONE_1': "None",
+ 'ENUM_VERBOSE_NONE_2': "",
+ 'ENUM_VERBOSE_NORMAL_1': "Normal",
+ 'ENUM_VERBOSE_NORMAL_2': "",
+ 'ENUM_VERBOSE_MAXIMALIMAL_1': "Maximal",
+ 'ENUM_VERBOSE_MAXIMALIMAL_2': "",
'PROP_SMOOTHING_GROUP_INDEX': "Smoothing group id",
'PROP_NAME_ROTATION_MODE' : "Bone Rotation Mode",
'PROP_DESC_ROTATION_MODE' : "set the preferred rotation mode of bones",