[Bf-extensions-cvs] [197dd0f6] master: Fixing the last commit error

haikalle noreply at git.blender.org
Wed May 15 20:45:58 CEST 2019


Commit: 197dd0f6a83ea006577242b34331d17c4cc6f222
Author: haikalle
Date:   Wed May 15 21:45:48 2019 +0300
Branches: master
https://developer.blender.org/rBA197dd0f6a83ea006577242b34331d17c4cc6f222

Fixing the last commit error

===================================================================

M	io_coat3D/__init__.py

===================================================================

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",



More information about the Bf-extensions-cvs mailing list