Fixed slow OBJ reader (Thanks to Etienne Danvoye for the patch)
Updated changelog
This commit is contained in:
@@ -9,10 +9,17 @@
|
|||||||
|
|
||||||
<tr valign=top><td><b>7.1</b> (?/?/?)</td><td>
|
<tr valign=top><td><b>7.1</b> (?/?/?)</td><td>
|
||||||
|
|
||||||
|
b>IO</b>
|
||||||
|
<ul>
|
||||||
|
<li>Fixed slow OBJ reader (Thanks to Etienne Danvoye for the patch) </li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
<b>General</b>
|
|
||||||
|
<b>Build System</b>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Remove old qmake project files. Unmaintained for a very long time</li>
|
<li>Remove old qmake project files. Unmaintained for a very long time</li>
|
||||||
|
<li>Replaced Qt finders</li>
|
||||||
|
<li>Added VS 2017 to CI builds</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
@@ -540,6 +540,7 @@ read(std::istream& _in, BaseImporter& _bi, Options& _opt)
|
|||||||
|
|
||||||
vhandles.clear();
|
vhandles.clear();
|
||||||
face_texcoords.clear();
|
face_texcoords.clear();
|
||||||
|
face_texcoords3d.clear();
|
||||||
|
|
||||||
// read full line after detecting a face
|
// read full line after detecting a face
|
||||||
std::string faceLine;
|
std::string faceLine;
|
||||||
|
|||||||
Reference in New Issue
Block a user