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:
authorCampbell Barton <ideasman42@gmail.com>2011-02-16 05:52:12 +0300
committerCampbell Barton <ideasman42@gmail.com>2011-02-16 05:52:12 +0300
commit5b86f5a4077fb3fb24b08c72dff8d6f9be95a15d (patch)
tree959401deea4862b066c946b5dfd1df8301046dde /io_coat3D
parentd890d19a9ee4771e057a475a98b7a11013c58133 (diff)
update for changes in blender.
Diffstat (limited to 'io_coat3D')
-rw-r--r--io_coat3D/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/io_coat3D/__init__.py b/io_coat3D/__init__.py
index d1fc4352..61487e2b 100644
--- a/io_coat3D/__init__.py
+++ b/io_coat3D/__init__.py
@@ -51,7 +51,7 @@ def register():
bpy.coat3D['status'] = 0
bpy.coat3D['kuva'] = 1
- class ObjectCoat3D(bpy.types.IDPropertyGroup):
+ class ObjectCoat3D(bpy.types.PropertyGroup):
objpath = StringProperty(name="Object_Path")
coatpath = StringProperty(name="Coat_Path")
objectdir = StringProperty(name="ObjectPath", subtype="FILE_PATH")
@@ -59,7 +59,7 @@ def register():
path3b = StringProperty(name="3B Path", subtype="FILE_PATH")
- class SceneCoat3D(bpy.types.IDPropertyGroup):
+ class SceneCoat3D(bpy.types.PropertyGroup):
exchangedir = StringProperty(
name="FilePath",
subtype="DIR_PATH",