Jan Möbius
9b59627e27
Made some variables const
2023-08-22 15:33:28 +02:00
Jan Möbius
ef4230893e
Fixed warning due to signed unsigned comparison
2023-08-22 15:23:43 +02:00
Jan Möbius
d81afb036b
Fixed some cppcheck warnings
2023-08-22 15:20:53 +02:00
Jan Möbius
1e450579c5
Fixed warning due to signed unsigned comparison
2023-08-22 15:20:27 +02:00
Jan Möbius
1f376e2cea
Some cppcheck fixes
2023-08-22 15:08:50 +02:00
Qiaozhi Lei
21b4bde190
init normal with 3 scalars instead of 1
2023-08-22 10:35:29 +01:00
Jan Möbius
22475bd9d9
Merge branch 'legacy-vector-min-max-const-args' into 'master'
...
legacy vector min max should take const args
See merge request OpenMesh/OpenMesh!335
2023-08-21 12:09:58 +00:00
Qiaozhi Lei
f8a118b2b0
legacy vector min max should take const args
2023-08-21 10:52:02 +01:00
Daniel Savchenko
676b4d2aae
Fixed: PrevHalfedge is optinal again
2023-08-18 16:03:07 +02:00
Martin Heistermann
6e2d5a8548
MeshChecker: rewrite a check with modern APIs, make error message more verbose.
2023-07-21 17:25:42 +02:00
Martin Heistermann
197a80bcb8
Extend MeshChecker to detect more invalid configurations.
2023-07-20 20:28:49 +02:00
Jan Möbius
85a971f6bd
Fixed misleading indentation
2023-06-29 11:17:22 +02:00
Jan Möbius
3db3606841
Merge branch 'test_emplace' into 'master'
...
Use emplace_back instead of push_back
See merge request OpenMesh/OpenMesh!333
2023-06-27 08:02:01 +00:00
Jan Möbius
998eec1390
Use emplace_back instead of push_back
2023-06-26 16:16:47 +02:00
Jan Möbius
e23d3f90e5
Added warning for garbage collection
2023-06-06 14:22:40 +02:00
Jan Möbius
bb6cad41c9
Merge branch 'cpp_check' into 'master'
...
Some more cppcheck fixes
See merge request OpenMesh/OpenMesh!331
2023-03-01 13:15:30 +00:00
Jan Möbius
11c55759f7
Updated and unified license headers
2023-03-01 13:03:33 +01:00
Jan Möbius
12e1efdb8a
Some more cppcheck fixes
2023-03-01 12:58:05 +01:00
Martin Heistermann
cbf40b5c6b
Fix #85 : OBJ export: do not store halfedge texture coordinates of boundary halfedges
2023-03-01 10:42:50 +01:00
Jan Möbius
b1fddbcd77
Merge branch 'master' of gitlab.vci.rwth-aachen.de:OpenMesh/OpenMesh
2023-02-28 15:05:14 +01:00
Jan Möbius
7c08a066ad
Fixed version number
2023-02-28 14:44:24 +01:00
Jan Möbius
af7e7183be
Some cppcheck fixes
2023-02-28 12:20:22 +01:00
Jan Möbius
aad3dd0b30
Cleanup debug output
2023-02-28 09:13:26 +01:00
Jan Möbius
d89152ebf5
Changed trimming of string
2023-02-28 08:59:44 +01:00
Jan Möbius
175e27aefb
Trim line
2023-02-27 16:55:33 +01:00
Jan Möbius
5a282c847a
More debug output
2023-02-27 16:25:13 +01:00
Jan Möbius
ed04dbb942
Use vector instead of list
2023-02-27 16:16:09 +01:00
Jan Möbius
347c5ca12e
More debug output
2023-02-27 15:59:45 +01:00
Jan Möbius
60df0f6c19
More debug output
2023-02-27 15:52:21 +01:00
Jan Möbius
67a5feb21f
More debug output
2023-02-27 15:19:17 +01:00
Jan Möbius
5d3a1aa38c
More debug output
2023-02-27 15:18:15 +01:00
Jan Möbius
8092d73c0e
More debug output
2023-02-27 15:08:44 +01:00
Jan Möbius
0db5d68a99
Merged master
2023-02-27 15:00:08 +01:00
Jan Möbius
bae6ee3c8c
PLY reader/writer: Support for meshlab texture coordinates and ids in PLY IO (Thanks to Gregoire Grzeczkowicz for the patch)
2023-02-27 13:32:24 +01:00
Max Lyon
14c973f44b
Write custom properties to file by default
2023-02-22 13:12:31 +01:00
Max Lyon
250210e262
Merge branch 'lyonm/custom-property-writing' of https://www.graphics.rwth-aachen.de:9000/OpenMesh/OpenMesh into lyonm/custom-property-writing
2023-02-22 11:59:18 +01:00
Max Lyon
133edfb517
clarify comment for Custom Option
2023-02-22 11:58:55 +01:00
Max Lyon
4d76037397
Merge branch 'master' into lyonm/custom-property-writing
2023-02-06 16:50:37 +01:00
Max Lyon
1f09627129
only read custom properties if the option includes Option::Custom
2023-02-06 16:50:05 +01:00
Max Lyon
e097a50a6e
only write custom properties if the Custom option is set
2023-02-06 10:10:59 +01:00
Max Lyon
121ff40b19
in calc_normal for EdgeHandle average incident face normals instead of incident vertex normals
2022-11-23 11:37:36 +01:00
Martin Heistermann
de1b03bf02
Add missing include.
2022-10-13 15:08:08 +02:00
Martin Heistermann
d554a90d43
OBJWriter performance: Add map from color to material index, avoids quadratic performance
2022-08-29 18:28:04 +02:00
Max Lyon
7a5aa1835b
use calc_face_normal if no normal property is available
2022-05-25 13:55:52 +02:00
Jan Möbius
187d670539
Merge branch 'Edge_Length' into 'master'
...
ModEdgeLength Fix incompatibility with Eigen vector type
Closes #81
See merge request OpenMesh/OpenMesh!320
2022-05-05 13:57:17 +00:00
Jan Möbius
3e19748a1b
More sqrnorm fixes
2022-05-05 15:42:17 +02:00
Jan Möbius
06b945d475
ModEdgeLength Fix incompatibility with Eigen vector type
...
closes #81
2022-05-05 14:33:15 +02:00
Martin Heistermann
b2bb6a32a7
Fix some "unused parameter" warnings.
2022-04-06 17:16:59 +02:00
Jan Möbius
7e670896a6
- added param 'texture_file' to the Options class, it specifies the path to the texture file
...
- added param 'material_file_extension' to the Options class, it specifies the material file suffix, default is ".mat" as it was before, we needed it becuase Blender expects ".mtl"
- removed default and copy constructor and destructor as well as assignment operator, because these are not necessary here, see https://en.cppreference.com/w/cpp/language/rule_of_three
(Thanks to Philipp Auersperg-Castell for the patch )
2022-03-07 10:30:52 +01:00
Jan Möbius
6e17383b49
Removed some duplicate code
2022-02-23 13:27:46 +01:00