From 3ead9e602a2a9d5c5aef23845710f75ab5ffcff3 Mon Sep 17 00:00:00 2001
From: Kalle-Samuli Riihikoski <haikalle@gmail.com>
Date: Tue, 25 Jan 2011 16:25:10 +0000
Subject: [PATCH] delete texture button wasen't enabled.

---
 io_coat3D/coat.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/io_coat3D/coat.py b/io_coat3D/coat.py
index 51ed930f5..b2dd2a565 100644
--- a/io_coat3D/coat.py
+++ b/io_coat3D/coat.py
@@ -184,7 +184,7 @@ class SCENE_PT_Settings(ObjectButtonsPanel,bpy.types.Panel):
         row.label(text="Exchange Folder:")
         row = layout.row()
         row.prop(coat3D,"exchangedir",text="")
-        #row = layout.row()
+        row = layout.row()
         #colL = row.column()
         #colR = row.column()
         #colL.prop(coat3D,"export_box")
@@ -205,7 +205,7 @@ class SCENE_PT_Settings(ObjectButtonsPanel,bpy.types.Panel):
         #row = layout.row()
         #colL = row.column()
         #colR = row.column()
-        #colL.operator("import_applink.pilgway_3d_deltex",text="Delete Textures")
+        row.operator("import_applink.pilgway_3d_deltex",text="Delete Textures")
         #row = layout.row()
         #row.label(text="Author: haikalle@gmail.com")
         
-- 
GitLab