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:
Diffstat (limited to 'io_coat3D/__init__.py')
-rw-r--r--io_coat3D/__init__.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/io_coat3D/__init__.py b/io_coat3D/__init__.py
index 87b97ce6..9f6c8306 100644
--- a/io_coat3D/__init__.py
+++ b/io_coat3D/__init__.py
@@ -1330,7 +1330,7 @@ class SCENE_PT_Main(bpy.types.Panel):
row = layout.row()
row.label(text="Please select it before using Applink.")
row = layout.row()
- row.prop(coat3D,"exchangedir",text="")
+ row.prop(coat3D,"exchangeFolder",text="")
row = layout.row()
row.operator("update_exchange_folder.pilgway_3d_coat", text="Apply folder")
@@ -1645,10 +1645,6 @@ class SceneCoat3D(PropertyGroup):
name="FilePath",
subtype="FILE_PATH",
)
- Exchange_folder: StringProperty(
- name="FilePath",
- subtype="DIR_PATH"
- )
exchangeFolder: StringProperty(
name="FilePath",
subtype="DIR_PATH"