Commit Graph

501 Commits

Author SHA1 Message Date
Jan Möbius
2c0ba7b7eb Change tutorial, as PLY now supports face colors 2019-02-21 12:54:25 +01:00
Jan Möbius
3fbc166201 - PLY Reader/Writer: Support for face colors (Thanks to Steve and Barb Demlow for the patch) 2019-02-21 12:49:56 +01:00
Jan Möbius
faa1a7917d Get rid of the T.cc naming for template implementations 2019-02-20 12:14:46 +01:00
Jan Möbius
458a9d18b3 Updated changelog 2019-02-06 10:20:27 +01:00
Jan Möbius
4c2c8f34c0 - PLY Reader: Fix file load for ASCII PLY without a newline at the end of the file (Thanks to Mathieu Lamarre for the patch )
closes #64
2019-02-04 08:52:41 +01:00
Jan Möbius
315b0ef126 Updated Documentation git push 2019-01-17 09:41:42 +01:00
Jan Möbius
c2089a172a Updated changelog 2019-01-17 08:37:25 +01:00
Jan Möbius
ed76d2cf8b Typo 2019-01-17 08:24:58 +01:00
Jan Möbius
2a01991523 Added documentation for the eigen vector interface 2019-01-17 08:19:29 +01:00
Jan Möbius
38efdce5f5 Some cleanup 2019-01-15 16:12:51 +01:00
Jan Möbius
5b074c4457 Removed links to VS2013 binaries 2019-01-15 15:07:41 +01:00
Jan Möbius
2c52593cd7 Removed the old svn revision date headers 2019-01-15 11:21:12 +01:00
Jan Möbius
dfcb0ce949 Updated changelog
closes #63
2019-01-15 11:09:27 +01:00
Jan Möbius
ede0b5a487 Updated DoxyFile to 1.8.13 2018-12-14 09:31:14 +01:00
Jan Möbius
0ee735dba2 - Use Fixed as stream option in OBJ writer to avoid problems with other programs reading scientific notation
closes #60
2018-12-10 10:32:10 +01:00
Jan Möbius
ce071bff37 Updated changelog 2018-12-10 08:53:42 +01:00
Isaak Lim
7be4147452 add link to python bindings in documentation (see #56) 2018-12-05 16:37:00 +01:00
Jan Möbius
28205fe3e2 Merge branch 'Reduce_CI_Builds' into 'master'
Remove VS2013 support

See merge request OpenMesh/OpenMesh!195
2018-12-03 13:59:11 +01:00
Janis Born
770d7ddad3 fix missing code snippets in tutorial due to renamed variable 2018-12-03 11:30:37 +01:00
Jan Möbius
7e223084ab Removed the app builds for VS2013 to reduce workload and start removal of VS2013 as supported platform 2018-12-03 11:22:55 +01:00
Jan Möbius
ab12d50e5e Updated tutorial unittest. Fixed tutorial variable names. 2018-12-03 07:52:59 +01:00
Janis Born
6578d0da9c link to PropertyManager class in property tutorial 2018-12-01 12:52:37 +01:00
Janis Born
82708a3533 update custom properties tutorial to use PropertyManager and the new factory functions 2018-11-30 20:13:37 +01:00
Jan Möbius
56dc45f047 Fix PLY Reader hang when reading directly from istream (Thanks to Paul Loré for the patch)
closes #46
2018-11-27 14:34:35 +01:00
Jan Möbius
460db33f69 Merge branch 'persistent_edge_properties' into 'master'
Persistent edge properties

See merge request OpenMesh/OpenMesh!184
2018-11-27 13:03:44 +01:00
Jan Möbius
62934cbd6e As we remove VS2012 support, we release as OpenMesh 8.0 2018-10-30 10:06:20 +01:00
Max Lyon
12f3e09d6b update changelog 2018-10-23 11:49:21 +02:00
Jan Möbius
18e39fee46 Rename the DEPRECATED macro into OM_DEPRECATED to prevent a macro clash with Intel MKL (Thanks to Morgan Leborgne for the patch) 2018-09-25 10:15:47 +02:00
Jan Möbius
9a81b465e3 Linked SmartTagger docu into main docu pages 2018-06-19 15:12:41 +02:00
Jan Möbius
6ff2ae372b Updated changelog 2018-06-19 14:42:23 +02:00
Jan Möbius
b0ece67d46 TriConnectivity: Added two functions split_edge and split_edge_copy to mask the PolyConnectivity functions of the same name (Prevents creation of valence 2 vertices on trimeshes)
closes #51
2018-06-19 09:04:51 +02:00
Jan Möbius
e5e82e5ff2 Updated changelog [skip ci] 2018-06-18 15:36:10 +02:00
Jan Möbius
c187fc97d8 Updated changelog 2018-05-29 15:17:53 +02:00
Jan Möbius
a6d50c11aa Update to new version 2018-05-29 12:52:53 +02:00
Jan Möbius
206da01086 Missing changelog entry 2018-05-29 12:34:37 +02:00
Jan Möbius
402d196e85 Missing changelog entry 2018-05-29 12:32:25 +02:00
Jan Möbius
e31653a789 Fixed typo in changelog 2018-05-29 12:30:38 +02:00
Jan Möbius
bd03dee61d Updated changelog for release date 2018-05-29 12:28:55 +02:00
Jan Möbius
89633936a5 Removed hint to svn 2018-05-29 09:44:00 +02:00
Jan Möbius
20307d250b Merge branch 'uild_instructions' into 'master'
Updated Build instructions

See merge request OpenMesh/OpenMesh!172
2018-05-29 09:17:08 +02:00
Jan Möbius
2e147e07b3 Updated Build instructions
[skip-ci]
2018-05-29 09:16:12 +02:00
Jan Möbius
24a1eafc9a Fixed slow OBJ reader (Thanks to Etienne Danvoye for the patch)
Updated changelog
2018-05-29 07:42:01 +02:00
Jan Möbius
d097d916e5 Updated to 7.1 release candidate version 2018-04-19 12:59:45 +02:00
Jan Möbius
d1fdd45c4b Updated for release preparation 2018-04-18 14:55:39 +02:00
Jan Möbius
473c4050a3 Merge branch 'cpp_check_fixes' into 'master'
Fixed some cppcheck warnings

See merge request OpenMesh/OpenMesh!161
2018-04-05 11:32:41 +02:00
Jan Möbius
b487c49b86 Updated changelog 2018-04-05 11:03:02 +02:00
Jan Möbius
76e33791e0 Fixed some cppcheck warnings 2018-04-05 09:08:44 +02:00
Isaak Lim
a3afc2d728 remove python bindings references from Docs 2018-03-21 16:24:28 +01:00
Isaak Lim
ed77e39e8d remove the python bindings from this project 2018-03-21 15:33:22 +01:00
Jan Möbius
958b7a1c09 Merge branch 'implicit_fallthrough' into 'master'
Fix implicit fallthrough warning on gcc

See merge request OpenMesh/OpenMesh!152
2018-01-26 16:06:18 +01:00