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:
authorAlexander N <alpha-beta-release@gmx.net>2013-03-17 22:29:43 +0400
committerAlexander N <alpha-beta-release@gmx.net>2013-03-17 22:29:43 +0400
commite56284b89d7a3c68f234a8c7c12aa7f1e620404c (patch)
treefffcc7ba354c95207814cbb59b052563880f0924 /io_scene_ms3d/ms3d_strings.py
parent50a08afe70a91a55b410e5cc4b16244956e6814d (diff)
fix: invalid header warning; changed: verbose modes from bool to enum; changed: position of update scene;
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",