Commit Graph

1726 Commits

Author SHA1 Message Date
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
faab87122f Added file 2023-02-27 16:49:37 +01:00
Jan Möbius
edb376d02f Added file 2023-02-27 16:40:53 +01:00
Jan Möbius
b4a6360792 Removed file 2023-02-27 16:40:38 +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
c8018f6862 Debug output 2023-02-27 14:35:51 +01:00
Jan Möbius
4e5ac2e1bb Debug output 2023-02-27 14:23:57 +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
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
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
86acc5fde6 Removed debug output 2022-05-05 14:51:43 +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
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
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
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
Jan Möbius
a81865c6ff Use implicit include directories via target link libraries for building apps 2022-02-23 09:24:18 +01:00
Jan Möbius
777f58f75e Set include directories for tools and core per target and not globally 2022-02-23 09:14:33 +01:00
Jan Möbius
18bc53814a Removed globbing for compile files and headers in OpenMesh Tools 2022-02-23 09:03:19 +01:00
Jan Möbius
1122479e99 Removed globbing for compile files and headers in OpenMesh Core 2022-02-23 08:58:54 +01:00
Jan Möbius
bae99eebbf Fixed uninitialized variable 2022-01-19 09:00:24 +01:00
Jan Möbius
25c6b34d0e Updated Version to 9.1 2022-01-18 14:34:43 +01:00
Jan Möbius
e9f693a01b Removed unused variable 2022-01-18 11:27:29 +01:00