Commit Graph

2797 Commits

Author SHA1 Message Date
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
7f3e219b31 add missing OpenMesh:: namespace 2023-02-08 13:56:05 +01:00
Max Lyon
ebb000e167 add IO::Options::Custom to reading and writing in unittests_tutorials.cc 2023-02-08 10:25:15 +01:00
Max Lyon
4d76037397 Merge branch 'master' into lyonm/custom-property-writing 2023-02-06 16:50:37 +01:00
Max Lyon
0cdab1cade adapt unit tests to require specifying Options::Custom when writing and reading custom properties 2023-02-06 16:50:23 +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
Jan Möbius
c2ea6fbae2 Merge branch 'fix_calc_normal_for_edges' into 'master'
Fix calc_normal for edges

See merge request OpenMesh/OpenMesh!325
2022-11-23 15:04:04 +00: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
Jan Möbius
3f328cdf0d Merge branch 'mh/fix/add-missing-include' into 'master'
Add missing include.

See merge request OpenMesh/OpenMesh!324
2022-10-13 14:28:49 +00:00
Martin Heistermann
de1b03bf02 Add missing include. 2022-10-13 15:08:08 +02:00
Jan Möbius
161a715b03 Merge branch 'speed-up-objwriter-materials' into 'master'
OBJWriter performance: Add map from color to material index, avoids quadratic performance

See merge request OpenMesh/OpenMesh!323
2022-08-30 05:08:38 +00:00
Martin Heistermann
d554a90d43 OBJWriter performance: Add map from color to material index, avoids quadratic performance 2022-08-29 18:28:04 +02:00
Jan Möbius
7c29f1e39e Merge branch 'fix_calc_halfedge_normal' into 'master'
use calc_face_normal if no normal property is available

See merge request OpenMesh/OpenMesh!321
2022-08-25 07:29:53 +00:00
Jan Möbius
ad9eb8b48d Disable debian package build 2022-07-21 13:15:28 +02:00
Jan Möbius
8e90455fb8 Don't dd Documentation to source tarball 2022-07-21 10:46:49 +02:00
Jan Möbius
f8703479d7 Notes about the debian packaging added 2022-07-21 09:18:19 +02:00
Jan Möbius
18b11323e1 Merge branch 'master' of gitlab.vci.rwth-aachen.de:OpenMesh/OpenMesh 2022-07-21 09:14:07 +02:00
Jan Möbius
30c2aa9974 Removed Debian packaging. Will be handled by Debian maintainers from now 2022-07-21 09:14:00 +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
86acc5fde6 Removed debug output 2022-05-05 14:51:43 +02:00
Jan Möbius
f8ca3fa281 Updated chaneglog 2022-05-05 14:34:19 +02:00
Jan Möbius
06b945d475 ModEdgeLength Fix incompatibility with Eigen vector type
closes #81
2022-05-05 14:33:15 +02:00
Jan Möbius
d50cad4640 Next deb try 2022-04-11 15:23:21 +02:00
Jan Möbius
4a67600686 Try to get deb artifacts 2022-04-11 13:37:35 +02:00
Jan Möbius
1e4f44bd6b Removed the cpp11 builds for qt 5.15.1 2022-04-11 12:04:46 +02:00
Jan Möbius
1a0093c68f Don't sign debian packages 2022-04-11 12:04:20 +02:00
Jan Möbius
ef337959b8 Update debian package generation 2022-04-11 10:12:46 +02:00
Jan Möbius
12d51a7e08 Merge branch 'mh-fix-warnings' into 'master'
Fix some "unused parameter" warnings.

See merge request OpenMesh/OpenMesh!319
2022-04-07 07:37:36 +00:00
Martin Heistermann
b2bb6a32a7 Fix some "unused parameter" warnings. 2022-04-06 17:16:59 +02:00
Jan Möbius
c36d8a304c Merge branch 'support_texture_files' into 'master'
- added param 'texture_file' to the Options class, it specifies the path to the texture file

See merge request OpenMesh/OpenMesh!318
2022-03-07 12:23:33 +00:00
Jan Möbius
cd1db1184c Relaxed cppcheck 2022-03-07 13:23:01 +01: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
dbcb0bf50c Updated cmake-library 2022-02-25 09:39:48 +01:00
Jan
825fb041e7 cmake-library update 2022-02-25 09:26:00 +01:00
Jan
7ff3a839f3 Updated cmake-library 2022-02-24 15:30:46 +01:00
Jan Möbius
781b0fcd51 Merge branch 'cmake_jan' into 'master'
Removed duplicate cmake code

See merge request OpenMesh/OpenMesh!317
2022-02-23 14:10:42 +00:00
Jan Möbius
6e17383b49 Removed some duplicate code 2022-02-23 13:27:46 +01:00
Jan Möbius
cd26cd20e0 Removed duplicate cmake code
Prefer GLVND OpenGL
2022-02-23 13:25:25 +01:00
Jan Möbius
9202308922 Moved inl file to hh 2022-02-23 13:05:55 +01:00
Jan Möbius
1d3982412e Merge branch 'cmake_jan' into 'master'
Cmake jan

See merge request OpenMesh/OpenMesh!316
2022-02-23 11:04:06 +00:00
Jan Möbius
878474a0aa Removed globbing for unittest files 2022-02-23 10:14:10 +01:00
Jan Möbius
4a9fb88bfd Removed unnecessary include directories 2022-02-23 10:10:19 +01:00
Jan Möbius
7ccfc169a0 Updated changelog 2022-02-23 10:07:39 +01:00
Jan Möbius
049f2834f6 Cosmetics 2022-02-23 10:07:25 +01:00
Jan Möbius
3f2b96d73e Removed extra include directive 2022-02-23 10:07:08 +01:00
Jan Möbius
09267c3e3d Fixed win32 static part 2022-02-23 09:29:19 +01:00