[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [1493] trunk/py/scripts/addons/ io_coat3D/coat.py: After latest commit the buttons of the script didn' t show right.

Kalle-Samuli Riihikoski haikalle at gmail.com
Tue Jan 25 06:52:41 CET 2011


Revision: 1493
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-extensions&revision=1493
Author:   haikalle
Date:     2011-01-25 05:52:41 +0000 (Tue, 25 Jan 2011)
Log Message:
-----------
After latest commit the buttons of the script didn't show right. 

Modified Paths:
--------------
    trunk/py/scripts/addons/io_coat3D/coat.py

Modified: trunk/py/scripts/addons/io_coat3D/coat.py
===================================================================
--- trunk/py/scripts/addons/io_coat3D/coat.py	2011-01-24 19:28:20 UTC (rev 1492)
+++ trunk/py/scripts/addons/io_coat3D/coat.py	2011-01-25 05:52:41 UTC (rev 1493)
@@ -74,7 +74,7 @@
                 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 @@
         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 @@
         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 at gmail.com")
 



More information about the Bf-extensions-cvs mailing list