Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenMesh
OpenMesh
Commits
aa98be12
Commit
aa98be12
authored
May 29, 2018
by
Jan Möbius
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'PLY_reader' into 'master'
Ply reader See merge request
!174
parents
1dee3f74
c187fc97
Pipeline
#7142
passed with stages
in 73 minutes and 56 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
Doc/changelog.docu
Doc/changelog.docu
+7
-1
src/OpenMesh/Core/IO/reader/PLYReader.cc
src/OpenMesh/Core/IO/reader/PLYReader.cc
+2
-0
No files found.
Doc/changelog.docu
View file @
aa98be12
...
...
@@ -9,6 +9,12 @@
<tr valign=top><td><b>7.2</b> (?/?/?)</td><td>
<b>IO</b>
<ul>
<li>PLY Reader: Allowing the PLY reader to read custom face ( Thanks to morgan Leborgne for the patch)</li>
</ul>
</tr>
...
...
@@ -16,7 +22,7 @@
<b>IO</b>
<ul>
<li>Fixed slow OBJ reader (Thanks to Etienne Danvoye for the patch) </li>
<li>
OBJ Reader:
Fixed slow OBJ reader (Thanks to Etienne Danvoye for the patch) </li>
</ul>
<b>Documentation</b>
...
...
src/OpenMesh/Core/IO/reader/PLYReader.cc
View file @
aa98be12
...
...
@@ -1270,6 +1270,8 @@ bool _PLYReader_::can_u_read(std::istream& _is) const {
omerr
()
<<
"Custom face Properties defined, before 'vertex_indices' property was defined. They will be skipped"
<<
std
::
endl
;
elements_
.
back
().
properties_
.
clear
();
}
}
else
{
options_
+=
Options
::
Custom
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment