Jan Möbius
|
b3708fa4a7
|
- Removed VS2008 Visual Studio files
|
2018-12-14 09:20:52 +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
|
617b5e78de
|
Fixed PolyConnectivity is_collapse_ok, missing some configurations (Thanks to Simon Flöry for the patch)
|
2018-12-10 08:54:25 +01:00 |
|
Janis Born
|
7bd56c6fc1
|
rename PropertyManager factory functions
makePropertyManagerFromNew -> makeTemporaryProperty
makePropertyManagerFromExisting -> getProperty
makePropertyManagerFromExistingOrNew-> getOrMakeProperty
deprecate old function names
|
2018-11-30 20:13:05 +01:00 |
|
Janis Born
|
9bb0de2911
|
add HandleToPropHandle metaprogram helper
|
2018-11-30 20:12:27 +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
|
05292e103c
|
Merge branch 'master' into compile-time-connectivity-type
|
2018-10-30 10:33:34 +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
|
87a2db3fe1
|
check version before trying to read file
|
2018-10-23 11:21:01 +02:00 |
|
Max Lyon
|
f8b906c2d9
|
add function to access current writer version
|
2018-10-23 11:20:41 +02:00 |
|
Max Lyon
|
6ca8816c29
|
add function that turns writer version into string
|
2018-10-23 11:20:28 +02:00 |
|
Max Lyon
|
e618a5e48d
|
Merge branch 'master' into persistent_edge_properties
|
2018-10-12 15:16:52 +02:00 |
|
Max Lyon
|
8ce8d8a623
|
reduce scope of variables
|
2018-10-12 15:16:33 +02:00 |
|
Max Lyon
|
1e9e4d5922
|
fix copy paste bugs for status writing
|
2018-10-12 14:05:52 +02:00 |
|
Max Lyon
|
ac5503d137
|
more implementation of status reading
|
2018-10-12 14:05:25 +02:00 |
|
Max Lyon
|
f9b39f21c7
|
implement status informationr reading and writing
|
2018-10-12 11:35:18 +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 |
|
Max Lyon
|
fcb68a2845
|
fix typo
|
2018-08-08 14:38:07 +02:00 |
|
Max Lyon
|
c0fa8fcdb0
|
store status slightly better
|
2018-08-08 14:01:01 +02:00 |
|
Max Lyon
|
a7264c89fb
|
store status
|
2018-08-08 12:05:57 +02:00 |
|
Max Lyon
|
9bbc296ad0
|
fix wrong number of written bits for meshes with between 2^15 and 2^16 halfedges
|
2018-08-08 11:38:42 +02:00 |
|
Max Lyon
|
4142d5f4de
|
fix warnings
|
2018-08-08 11:09:24 +02:00 |
|
Max Lyon
|
76607e4ec6
|
read meshes based on halfedge information
|
2018-08-08 10:59:51 +02:00 |
|
Max Lyon
|
3583c77f3d
|
add methods to importer to create a mesh based on halfedges
|
2018-08-08 10:58:51 +02:00 |
|
Max Lyon
|
95fceb4545
|
write halfedge based mesh information to file
|
2018-08-08 10:58:13 +02:00 |
|
Max Lyon
|
b511128131
|
add methods to exporter for accessing halfedges for vertices and faces and for accessing next halfface, incident vertex and incident face for halfedges
|
2018-08-08 10:55:44 +02:00 |
|
Max Lyon
|
3e4e954730
|
update om file format verision to 2.0
|
2018-08-08 10:54:46 +02:00 |
|
Alexander Dielen
|
c79e5b2e63
|
register vtk writer for static builds
|
2018-07-05 17:00:02 +02:00 |
|
Max Lyon
|
4c80002241
|
Update documentation of split_copy to reflect the fact that properties are copied from the old face to the new ones.
|
2018-06-19 09:24:00 +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
|
c68c630eab
|
Prevent endless loop in PLY reader when unknown property types are read.
|
2018-06-18 13:16:33 +02:00 |
|
Jan Möbius
|
3c9437d31c
|
Merge branch 'master' into compile-time-connectivity-type
|
2018-05-30 10:59:40 +02:00 |
|
Jan Möbius
|
2b21fabfdd
|
Allowing the PLY reader to read custom face ( Thanks to morgan Leborgne for the patch)
|
2018-05-29 15:16:37 +02:00 |
|
Jan Möbius
|
a6d50c11aa
|
Update to new version
|
2018-05-29 12:52:53 +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
|
ab07fbb70e
|
- Removed old qmake .pro files (Unmaintained for a long time)
|
2018-04-19 12:58:13 +02:00 |
|
Jan Möbius
|
7d25a21cad
|
Merge branch 'feature-free-functions' into 'master'
Feature free functions
Closes #52
See merge request OpenMesh/OpenMesh!168
|
2018-04-18 14:41:56 +02:00 |
|
Jan Möbius
|
f308270716
|
Work around ptr_fun deprecation (Thanks to Andreas Fabri for the patch)
|
2018-04-18 08:41:41 +02:00 |
|
Jan Möbius
|
0441ba5fa8
|
Work around ptr_fun deprecation (Thanks to Andreas Fabri for the patch)
|
2018-04-18 08:41:17 +02:00 |
|
Christian Mattes
|
74350f54de
|
Proper spacing between methods
|
2018-04-16 13:21:54 +02:00 |
|
Christian Mattes
|
7bb868b2be
|
Replaced usage of length() by norm() to avoid forcing both to be implemented
|
2018-04-16 13:15:45 +02:00 |
|
Jan Möbius
|
b135803c86
|
Removed unary_function from hash
|
2018-04-16 10:03:10 +02:00 |
|
Christian Mattes
|
4eab053275
|
Added free functions for non-C++11 Vectors
|
2018-04-12 16:07:41 +02:00 |
|
Christian Mattes
|
377562d11a
|
Fixed last occurences of non-free-function usage (at least as far as covered by the tests).
|
2018-04-12 15:16:50 +02:00 |
|
Christian Mattes
|
57e2e07432
|
Implemented necessary free functions for OpenMesh Vectors
|
2018-04-12 11:30:12 +02:00 |
|
Christian Mattes
|
5e7493b3a9
|
Altered PolyMesh template to work with Eigen's Vectors
|
2018-04-12 11:11:55 +02:00 |
|
Jan Möbius
|
018652e5a4
|
Only Issue Warning if compile Order for MeshIO.hh is violated. Remove Check if errors are reported.
|
2018-04-05 14:09:47 +02:00 |
|
Jan Möbius
|
7765cef65a
|
Fixed remaining cppcheck warnings and set max warnings to 0
|
2018-04-05 09:44:30 +02:00 |
|