Fix error on FBX export after material changes

Update the addons repository as well.
This commit is contained in:
Dalai Felinto
2018-10-17 17:04:04 +00:00
parent c9faaa6ea7
commit ce4cfbe108

View File

@@ -466,7 +466,7 @@ class PrincipledBSDFWrapper(ShaderWrapper):
def normalmap_texture_get(self):
if not self.use_nodes or self.node_normalmap is None:
if not self.use_nodes or self.node_normalmap is None or self.node_normalmap == ...:
return None
return ShaderImageTextureWrapper(
self, self.node_normalmap,