diff --git a/io_coat3D/coat.py b/io_coat3D/coat.py
index b2dd2a565905628cc1950b5725bee70e293b5cde..705c75a0920702e20483955606a3e43bf4539552 100644
--- a/io_coat3D/coat.py
+++ b/io_coat3D/coat.py
@@ -161,8 +161,9 @@ class SCENE_PT_Main(ObjectButtonsPanel,bpy.types.Panel):
                 
         row = layout.row()
         row.label(text="Texture output folder:")
-        row = layout.row()
-        row.prop(coa,"texturefolder",text="")
+        if(context.selected_objects):
+            row = layout.row()
+            row.prop(coa,"texturefolder",text="")
         row = layout.row()
         if(coat['status'] == 0):
             row.label(text="Exchange Folder: not connected")