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 19:25:10 +0300
committerKalle-Samuli Riihikoski <haikalle@gmail.com>2011-01-25 19:25:10 +0300
commit3ead9e602a2a9d5c5aef23845710f75ab5ffcff3 (patch)
tree31d38e194aa94cad34e2953be1412bcf366013b2
parentcb0358462c3953cdcdb92e10b4057d09050fe7d3 (diff)
delete texture button wasen't enabled.
-rw-r--r--io_coat3D/coat.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/io_coat3D/coat.py b/io_coat3D/coat.py
index 51ed930f..b2dd2a56 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")