Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warning messages for comment lines if the first piece of data has multiple characters #8

Open
bfrymire opened this issue Jan 10, 2023 · 1 comment
Labels
bug 😅 Juju did a bad thing

Comments

@bfrymire
Copy link

The header of an OBJ file that was generated by Meshlab will start with comments about the file. For example:

####
#
# OBJ File Generated by Meshlab
#
####
# Object voronoi.obj
#
# Vertices: 763
# Faces: 88
#
####
mtllib ./voronoi.obj.mtl

The lines with #### are comments, although will be output as warning messages:

DotobjClassGroup(): Created group "__dotobj_group__"
DotobjModelLoad(): Warning! "####" is not recognised. (ln=1)
DotobjModelLoad(): Warning! "####" is not recognised. (ln=9)
DotobjModelLoad(): Warning! "####" is not recognised. (ln=21)
@JujuAdams
Copy link
Owner

Not something I'll be fixing in the short term. Feel free to author a PR and I'll review (and maybe merge) that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 😅 Juju did a bad thing
2 participants