mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-12 09:17:50 -06:00
Fix incorrect comment
Co-authored-by: Ghostkeeper <Ghostkeeper@users.noreply.github.com>
This commit is contained in:
parent
0b4568d687
commit
7479aafe13
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ def trim_lines(in_obj, out_obj):
|
|||
|
||||
|
||||
def trim_line(line: str) -> Optional[str]:
|
||||
# Discards all rows that are not a vertex ("v"), face ("f") or vertex texture ("v")
|
||||
# Discards all rows that are not a vertex ("v"), face ("f") or vertex texture ("vt")
|
||||
values = line.split()
|
||||
|
||||
if values[0] == "vt":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue