We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f18318 commit 2155e8dCopy full SHA for 2155e8d
pywavefront/obj.py
@@ -183,7 +183,7 @@ def parse_vt(self):
183
184
# Since list() also consumes StopIteration we need to sanity check the line
185
# to make sure the parser advances
186
- if self.values[0] == "vt":
+ if self.values and self.values[0] == "vt":
187
self.next_line()
188
189
def consume_texture_coordinates(self):
0 commit comments