mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 03:55:56 +08:00
Fix incorrect comment
Co-authored-by: Ghostkeeper <Ghostkeeper@users.noreply.github.com>
This commit is contained in:
parent
0b4568d687
commit
7479aafe13
@ -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…
x
Reference in New Issue
Block a user