You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Meshes there are often binary and ASCII formats for each file type. There doesn't seem to be a way to resolve which one you would like easily. For example file"foo.ply creates a File{:ply}("foo.ply"), but the only dispatchable signatures are File{:binary_ply}, so I cannot use the m_str form.
What should be the behavior here?
The text was updated successfully, but these errors were encountered:
In Meshes there are often binary and ASCII formats for each file type. There doesn't seem to be a way to resolve which one you would like easily. For example
file"foo.ply
creates aFile{:ply}("foo.ply")
, but the only dispatchable signatures areFile{:binary_ply}
, so I cannot use them_str
form.What should be the behavior here?
The text was updated successfully, but these errors were encountered: