[Bf-extensions-cvs] [4e102def] master: Fix wrong property type

haikalle noreply at git.blender.org
Wed May 15 19:26:30 CEST 2019


Commit: 4e102def4453caa2e4334057743b727a722cbe66
Author: haikalle
Date:   Wed May 15 20:21:39 2019 +0300
Branches: master
https://developer.blender.org/rBA4e102def4453caa2e4334057743b727a722cbe66

Fix wrong property type

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

M	io_coat3D/__init__.py

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

diff --git a/io_coat3D/__init__.py b/io_coat3D/__init__.py
index ef2da4e0..c7109a24 100644
--- a/io_coat3D/__init__.py
+++ b/io_coat3D/__init__.py
@@ -1705,7 +1705,7 @@ class MaterialCoat3D(PropertyGroup):
     bring_metalness: BoolProperty(
         name="Import diffuse texture",
         description="Import diffuse texture",
-        default=True
+        default=''
     )
     bring_roughness: BoolProperty(
         name="Import diffuse texture",



More information about the Bf-extensions-cvs mailing list