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:
authorhaikalle <haikalle@gmail.com>2019-05-15 21:45:48 +0300
committerhaikalle <haikalle@gmail.com>2019-05-15 21:45:48 +0300
commit197dd0f6a83ea006577242b34331d17c4cc6f222 (patch)
treed31b8b3e47a21f13d62a51f259ae8d93fcc1b645 /io_coat3D
parent4e102def4453caa2e4334057743b727a722cbe66 (diff)
Fixing the last commit error
Diffstat (limited to 'io_coat3D')
-rw-r--r--io_coat3D/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/io_coat3D/__init__.py b/io_coat3D/__init__.py
index c7109a24..c58cd5d0 100644
--- a/io_coat3D/__init__.py
+++ b/io_coat3D/__init__.py
@@ -1695,7 +1695,7 @@ class MaterialCoat3D(PropertyGroup):
name: StringProperty(
name="ApplinkAddress",
# subtype="APPLINK_ADDRESS",
- default=True
+ default=''
)
bring_diffuse: BoolProperty(
name="Import diffuse texture",
@@ -1705,7 +1705,7 @@ class MaterialCoat3D(PropertyGroup):
bring_metalness: BoolProperty(
name="Import diffuse texture",
description="Import diffuse texture",
- default=''
+ default=True
)
bring_roughness: BoolProperty(
name="Import diffuse texture",