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-01-25 08:52:41 +0300
committerKalle-Samuli Riihikoski <haikalle@gmail.com>2011-01-25 08:52:41 +0300
commit059a219f56ae8726c16721558b3c3501456c41f9 (patch)
tree59c92667e34164f1b7bf5dc1408c56e082826aad /io_coat3D
parentbfd9e342e4b5a942d61135880db903919e2976b9 (diff)
After latest commit the buttons of the script didn't show right.
Diffstat (limited to 'io_coat3D')
-rw-r--r--io_coat3D/coat.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/io_coat3D/coat.py b/io_coat3D/coat.py
index fbda5575..c062ce7c 100644
--- a/io_coat3D/coat.py
+++ b/io_coat3D/coat.py
@@ -74,7 +74,7 @@ class SCENE_PT_Borgleader(ObjectButtonsPanel,bpy.types.Panel):
colL.active = False
else:
colL.active = False
- colL.operator("exportbutton", text="Export")
+ colL.operator("export_applink.pilgway_3d_coat", text="Export")
colL.label(text="Export Settings:")
colL.prop(coat3D,"exportover")
@@ -89,7 +89,7 @@ class SCENE_PT_Borgleader(ObjectButtonsPanel,bpy.types.Panel):
else:
colR.active = False
- colR.operator("importbutton", text="Import")
+ colR.operator("import_applink.pilgway_3d_coat", text="Import")
colR.label(text="Import Settings:")
colR.prop(coat3D,"importmesh")
colR.prop(coat3D,"importmod")
@@ -168,7 +168,7 @@ class SCENE_PT_Borgleader(ObjectButtonsPanel,bpy.types.Panel):
row = layout.row()
colL = row.column()
colR = row.column()
- colL.operator("deltex",text="Del Tex")
+ colL.operator("import_applink.pilgway_3d_deltex",text="Del Tex")
row = layout.row()
row.label(text="Author: haikalle@gmail.com")