Skip to content

Commit fec134d

Browse files
author
Kurt Yoder
authored
Merge pull request #15 from dav92lee/patch-1
To not bug out on MTL files with transparency
2 parents f9d6be2 + 5b64c01 commit fec134d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pywavefront/material.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,10 @@ def parse_Ni(self, args):
150150
# unimplemented
151151
return
152152

153+
def parse_Tr(self, args):
154+
# unimplemented
155+
return
156+
153157
def parse_illum(self, args):
154158
# unimplemented
155159
return

0 commit comments

Comments
 (0)