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:
authorKalle-Samuli Riihikoski <haikalle@gmail.com>2011-10-15 22:10:40 +0400
committerKalle-Samuli Riihikoski <haikalle@gmail.com>2011-10-15 22:10:40 +0400
commit855de6d13b5345ce39359ef375a1f0fb7e5bcbc4 (patch)
tree71e80d9eec06a7d626d379d3ef7c311da76b765e /io_coat3D/__init__.py
parent5f7ba38178fca02d54b127df944cbd6e27246041 (diff)
Fixed pivot point move when using applink.
Diffstat (limited to 'io_coat3D/__init__.py')
-rw-r--r--io_coat3D/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/io_coat3D/__init__.py b/io_coat3D/__init__.py
index f051db3c..c5663d29 100644
--- a/io_coat3D/__init__.py
+++ b/io_coat3D/__init__.py
@@ -71,6 +71,8 @@ def register():
name="FilePath",
subtype="DIR_PATH",
)
+ cursor_loc = FloatVectorProperty(name="Cursor_loc",description="location")
+
exchangedir = StringProperty(
name="FilePath",
subtype="DIR_PATH"