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 'uv_magic_uv/muv_preferences.py')
-rw-r--r--uv_magic_uv/muv_preferences.py15
1 files changed, 9 insertions, 6 deletions
diff --git a/uv_magic_uv/muv_preferences.py b/uv_magic_uv/muv_preferences.py
index 7e13c6ea..f80ad28e 100644
--- a/uv_magic_uv/muv_preferences.py
+++ b/uv_magic_uv/muv_preferences.py
@@ -20,11 +20,14 @@
__author__ = "Nutti <nutti.metro@gmail.com>"
__status__ = "production"
-__version__ = "4.3"
-__date__ = "1 Apr 2017"
-
-
-from bpy.props import BoolProperty, FloatProperty, FloatVectorProperty
+__version__ = "4.3.1"
+__date__ = "6 June 2017"
+
+from bpy.props import (
+ BoolProperty,
+ FloatProperty,
+ FloatVectorProperty,
+ )
from bpy.types import AddonPreferences
@@ -44,7 +47,7 @@ class MUV_Preferences(AddonPreferences):
# for Texture Projection
texproj_canvas_padding = FloatVectorProperty(
name="Canvas Padding",
- description="Canvas Padding.",
+ description="Canvas Padding",
size=2,
max=50.0,
min=0.0,