Jan Möbius
24b8690bcd
Merge branch 'fix-retain-deprecation-warning' into 'master'
...
Fix warning by not calling now-empty and deprecated retain().
See merge request OpenMesh/OpenMesh!352
2025-04-08 07:09:56 +00:00
Jan Möbius
056d58f6ee
Merge branch 'fix-valence-1-split' into 'master'
...
PolyConnectivity: Support edge split in the presence of valence-1 vertices.
See merge request OpenMesh/OpenMesh!353
2025-04-08 07:09:03 +00:00
Martin Heistermann
92d0270066
PolyConnectivity: Support edge split in the presence of valence-1 vertices.
2025-04-07 16:38:28 +02:00
Martin Heistermann
ddb4b922a4
Fix warning by not calling now-empty and deprecated retain().
...
```
OpenMesh/Core/Utils/PropertyManager.hh:393:16: warning: 'retain' is deprecated [-Wdeprecated-declarations]
393 | pm.retain();
| ^
OpenMesh/Core/Utils/PropertyManager.hh:325:9: note: 'retain' has been explicitly marked deprecated here
325 | OM_DEPRECATED("retain no longer has any effect. Instead, named properties are always retained, while unnamed ones are not.")
```
2025-04-04 17:22:13 +02:00
Jan Möbius
eb2e6da9be
Merge branch 'master' of gitlab.vci.rwth-aachen.de:OpenMesh/OpenMesh
2024-09-10 13:12:49 +02:00
Jan Möbius
43a26f1c83
Updated docs to include recursive cloning
2024-09-10 13:12:29 +02:00
Jan Möbius
48c0803d74
Update README.md
2024-09-10 11:07:08 +00:00
Jan Möbius
acee4f9b29
Update README.md
2024-09-10 11:06:42 +00:00
Jan Möbius
56463a297f
Update CI
2024-07-16 09:09:29 +02:00
Jan Möbius
14d34ee9c4
Merge branch 'feature/make_smart' into 'master'
...
Implement PolyMeshT::make_smart(handle):
See merge request OpenMesh/OpenMesh!351
2024-05-29 07:00:34 +00:00
Martin Heistermann
480e88e2e9
Implement PolyMeshT::make_smart(handle):
...
This makes it more convenient to obtain a smart handle from a regular handle.
Calls to the free function in PolyMeshT were replaced with the
member function, as it is preferred by name resolution rules.
2024-05-28 15:34:00 +02:00
Jan Möbius
f13a3bf79f
Merge branch 'MissingGLInclude' into 'master'
...
Added missing gl include
See merge request OpenMesh/OpenMesh!350
2024-05-14 10:30:22 +00:00
Jan Möbius
f846bd5695
Merge branch 'master' of gitlab.vci.rwth-aachen.de:OpenMesh/OpenMesh
2024-05-14 10:59:48 +02:00
Jan Möbius
fe996ba64b
Updated license for release
2024-05-14 10:59:20 +02:00
Jan Möbius
c302cf196d
Update QGLViewerWidget.hh
2024-05-14 08:49:02 +00:00
Jan Möbius
4cb236e2e5
Update MeshViewerWidgetT.hh
2024-05-14 08:48:24 +00:00
Jan Möbius
001c06a95a
Added missing gl include
2024-05-14 10:29:57 +02:00
Jan Möbius
f8954fb5e5
Merge branch 'fix/objwriter-double-prec' into 'master'
...
OBJ Reader/Writer: avoid precision loss
See merge request OpenMesh/OpenMesh!349
2024-05-07 08:42:15 +00:00
Jan Möbius
9eefd50027
Update changelog.docu
2024-05-07 08:41:58 +00:00
Martin Heistermann
6e9c776acf
OBJReader: avoid precision loss.
2024-05-06 13:35:37 +02:00
Martin Heistermann
a305f82bee
OBJWriter: avoid precision loss when writing coordinates and normals.
2024-05-06 13:35:37 +02:00
Jan Möbius
961acb9e3d
Updated om-python commit hook
2024-02-23 08:25:39 +01:00
Jan Möbius
28d30b99b5
Merge branch 'add_vertex' into 'master'
...
add_vertex and new_vertex parameters changed to by value
See merge request OpenMesh/OpenMesh!348
2024-02-22 15:11:27 +00:00
Jan Möbius
49aeab8d3a
add_vertex and new_vertex parameters changed to by value
2024-02-22 14:54:20 +01:00
Jan Möbius
fc4545e4fa
Merge branch 'Holefiller' into 'master'
...
Holefiller
See merge request OpenMesh/OpenMesh!347
2024-02-21 11:06:17 +00:00
Jan Möbius
fa465cb05e
Added some basic holefiller doc
2024-02-21 10:53:01 +01:00
Jan Möbius
7820ccd258
Try to work around different algorithm results with different floating reps
2024-02-21 10:26:35 +01:00
Jan Möbius
bd3cc17b78
Changed holefiller test case
2024-02-21 10:10:54 +01:00
Jan Möbius
378c0a35b9
Simplified Holefiller tests and more cleanup
2024-02-21 09:06:03 +01:00
Jan Möbius
740818c61c
Fixed test values
2024-02-20 17:05:31 +01:00
Jan Möbius
2c38dc5de5
Added initial Unittest for Holefiller and some first cleanupo
2024-02-20 15:53:37 +01:00
Jan Möbius
90d868e36a
Initial Holefiller files from OpenFlipper
2024-02-20 15:06:17 +01:00
Jan Möbius
6cfaa5afa2
Merge branch 'master' of gitlab.vci.rwth-aachen.de:OpenMesh/OpenMesh
2024-02-15 09:52:23 +01:00
Jan Möbius
62ed92ff60
Fixed Version Macro
2024-02-15 09:52:09 +01:00
Jan Möbius
9bef0a2acf
Merge branch 'mac' into 'master'
...
Mac
See merge request OpenMesh/OpenMesh!346
2024-02-05 10:55:37 +00:00
Daniel Savchenko
2dda52d3bc
revert changes
2024-02-02 15:09:37 +01:00
Daniel Savchenko
fccf79d2f3
fetch same gtest version
2024-02-02 15:06:53 +01:00
Jan Möbius
cc1dbc6862
Merge branch 'ColorTraitVec3f' into 'master'
...
Fixed PLY reader compilation with Color Trait as Vec3f
See merge request OpenMesh/OpenMesh!345
2024-02-01 12:57:16 +00:00
Jan Möbius
b300377b66
Fixed PLY reader compilation with Color Trait as Vec3f
2024-02-01 12:04:49 +01:00
Jan Möbius
a7f30b6f70
Fixed bad last commit
2024-01-09 13:15:14 +00:00
Jan Möbius
37ccbdc922
Merge branch 'master' of gitlab.vci.rwth-aachen.de:OpenMesh/OpenMesh
2024-01-09 13:28:07 +01:00
Jan Möbius
cf03e2e796
Small fix to keep C++11 backward compatibility
2024-01-09 12:26:42 +00:00
Jan Möbius
15b3218b7f
Merge branch 'master' of gitlab.vci.rwth-aachen.de:OpenMesh/OpenMesh
2024-01-09 13:00:03 +01:00
Jan Möbius
1d4a866282
Small patch to keep backward compatibility with c++11
2024-01-09 12:59:45 +01:00
Jan Möbius
b81a52e8d7
Merge branch 'warnings' into 'master'
...
Warnings
See merge request OpenMesh/OpenMesh!344
2023-12-01 12:41:37 +00:00
Jan Möbius
47ab6d7bda
Increased cppcheck errors
2023-12-01 11:03:05 +01:00
Jan Möbius
12763e7667
Avoid undefined call to pure virtual function
2023-12-01 10:12:22 +01:00
Jan Möbius
b9fce3fa1e
Get rid of buggy mips macro
2023-12-01 09:29:59 +01:00
Jan Möbius
b87d230df6
Fixed cppcheck warning about const parameter
2023-12-01 09:17:57 +01:00
Jan Möbius
21469b8142
Reduced number of allowed cppcheck warnings
2023-12-01 09:17:36 +01:00