Commit Graph

  • 250210e262 Merge branch 'lyonm/custom-property-writing' of https://www.graphics.rwth-aachen.de:9000/OpenMesh/OpenMesh into lyonm/custom-property-writing Max Lyon 2023-02-22 11:59:18 +01:00
  • 133edfb517 clarify comment for Custom Option Max Lyon 2023-02-22 11:58:55 +01:00
  • 7f3e219b31 add missing OpenMesh:: namespace Max Lyon 2023-02-08 13:56:05 +01:00
  • ebb000e167 add IO::Options::Custom to reading and writing in unittests_tutorials.cc Max Lyon 2023-02-08 10:25:15 +01:00
  • 4d76037397 Merge branch 'master' into lyonm/custom-property-writing Max Lyon 2023-02-06 16:50:37 +01:00
  • 0cdab1cade adapt unit tests to require specifying Options::Custom when writing and reading custom properties Max Lyon 2023-02-06 16:50:23 +01:00
  • 1f09627129 only read custom properties if the option includes Option::Custom Max Lyon 2023-02-06 16:50:05 +01:00
  • e097a50a6e only write custom properties if the Custom option is set Max Lyon 2023-02-06 10:10:59 +01:00
  • c2ea6fbae2 Merge branch 'fix_calc_normal_for_edges' into 'master' Jan Möbius 2022-11-23 15:04:04 +00:00
  • 121ff40b19 in calc_normal for EdgeHandle average incident face normals instead of incident vertex normals Max Lyon 2022-11-23 11:37:36 +01:00
  • 3f328cdf0d Merge branch 'mh/fix/add-missing-include' into 'master' Jan Möbius 2022-10-13 14:28:49 +00:00
  • de1b03bf02 Add missing include. Martin Heistermann 2022-10-13 15:07:59 +02:00
  • 161a715b03 Merge branch 'speed-up-objwriter-materials' into 'master' Jan Möbius 2022-08-30 05:08:38 +00:00
  • d554a90d43 OBJWriter performance: Add map from color to material index, avoids quadratic performance Martin Heistermann 2022-08-29 18:28:04 +02:00
  • 7c29f1e39e Merge branch 'fix_calc_halfedge_normal' into 'master' Jan Möbius 2022-08-25 07:29:53 +00:00
  • ad9eb8b48d Disable debian package build Jan Möbius 2022-07-21 13:15:28 +02:00
  • 8e90455fb8 Don't dd Documentation to source tarball Jan Möbius 2022-07-21 10:46:49 +02:00
  • f8703479d7 Notes about the debian packaging added Jan Möbius 2022-07-21 09:18:19 +02:00
  • 18b11323e1 Merge branch 'master' of gitlab.vci.rwth-aachen.de:OpenMesh/OpenMesh Jan Möbius 2022-07-21 09:14:07 +02:00
  • 30c2aa9974 Removed Debian packaging. Will be handled by Debian maintainers from now Jan Möbius 2022-07-21 09:14:00 +02:00
  • 7a5aa1835b use calc_face_normal if no normal property is available Max Lyon 2022-05-25 13:55:52 +02:00
  • 187d670539 Merge branch 'Edge_Length' into 'master' Jan Möbius 2022-05-05 13:57:17 +00:00
  • 3e19748a1b More sqrnorm fixes Jan Möbius 2022-05-05 15:42:17 +02:00
  • 86acc5fde6 Removed debug output Jan Möbius 2022-05-05 14:51:43 +02:00
  • f8ca3fa281 Updated chaneglog Jan Möbius 2022-05-05 14:34:19 +02:00
  • 06b945d475 ModEdgeLength Fix incompatibility with Eigen vector type Jan Möbius 2022-05-05 14:33:15 +02:00
  • d50cad4640 Next deb try Jan Möbius 2022-04-11 15:23:21 +02:00
  • 4a67600686 Try to get deb artifacts Jan Möbius 2022-04-11 13:37:35 +02:00
  • 1e4f44bd6b Removed the cpp11 builds for qt 5.15.1 Jan Möbius 2022-04-11 12:04:46 +02:00
  • 1a0093c68f Don't sign debian packages Jan Möbius 2022-04-11 12:04:20 +02:00
  • ef337959b8 Update debian package generation Jan Möbius 2022-04-11 10:12:46 +02:00
  • 12d51a7e08 Merge branch 'mh-fix-warnings' into 'master' Jan Möbius 2022-04-07 07:37:36 +00:00
  • b2bb6a32a7 Fix some "unused parameter" warnings. Martin Heistermann 2022-04-06 17:16:59 +02:00
  • c36d8a304c Merge branch 'support_texture_files' into 'master' Jan Möbius 2022-03-07 12:23:33 +00:00
  • cd1db1184c Relaxed cppcheck Jan Möbius 2022-03-07 13:23:01 +01:00
  • 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 Jan Möbius 2022-03-07 10:30:52 +01:00
  • dbcb0bf50c Updated cmake-library Jan 2022-02-25 09:39:48 +01:00
  • 825fb041e7 cmake-library update Jan 2022-02-25 09:26:00 +01:00
  • 7ff3a839f3 Updated cmake-library Jan 2022-02-24 15:30:46 +01:00
  • 781b0fcd51 Merge branch 'cmake_jan' into 'master' Jan Möbius 2022-02-23 14:10:42 +00:00
  • 6e17383b49 Removed some duplicate code Jan Möbius 2022-02-23 13:27:46 +01:00
  • cd26cd20e0 Removed duplicate cmake code Prefer GLVND OpenGL Jan Möbius 2022-02-23 13:25:25 +01:00
  • 9202308922 Moved inl file to hh Jan Möbius 2022-02-23 13:05:55 +01:00
  • 1d3982412e Merge branch 'cmake_jan' into 'master' Jan Möbius 2022-02-23 11:04:06 +00:00
  • 878474a0aa Removed globbing for unittest files Jan Möbius 2022-02-23 10:14:10 +01:00
  • 4a9fb88bfd Removed unnecessary include directories Jan Möbius 2022-02-23 10:10:19 +01:00
  • 7ccfc169a0 Updated changelog Jan Möbius 2022-02-23 10:07:39 +01:00
  • 049f2834f6 Cosmetics Jan Möbius 2022-02-23 10:07:25 +01:00
  • 3f2b96d73e Removed extra include directive Jan Möbius 2022-02-23 10:07:08 +01:00
  • 09267c3e3d Fixed win32 static part Jan Möbius 2022-02-23 09:29:19 +01:00
  • a81865c6ff Use implicit include directories via target link libraries for building apps Jan Möbius 2022-02-23 09:24:18 +01:00
  • 777f58f75e Set include directories for tools and core per target and not globally Jan Möbius 2022-02-23 09:14:33 +01:00
  • 18bc53814a Removed globbing for compile files and headers in OpenMesh Tools Jan Möbius 2022-02-23 09:03:19 +01:00
  • 1122479e99 Removed globbing for compile files and headers in OpenMesh Core Jan Möbius 2022-02-23 08:58:54 +01:00
  • e27838ef23 Cleanup OpenMP detection in cmake-library Jan Möbius 2022-02-15 09:53:57 +01:00
  • 4088194eee Fixed missing cmake-library in sources directory Jan Möbius 2022-01-20 13:00:37 +01:00
  • bae99eebbf Fixed uninitialized variable Jan Möbius 2022-01-19 09:00:24 +01:00
  • 3a0e0ddc71 Fixed linux builds Jan Möbius 2022-01-19 08:39:41 +01:00
  • 17e107bdbf Merge branch 'master' of https://gitlab.vci.rwth-aachen.de:9000/OpenMesh/OpenMesh Jan Möbius 2022-01-18 15:43:01 +01:00
  • c476d94ef6 Merge branch 'om_docu_update' into 'master' Jan Möbius 2022-01-18 14:26:03 +00:00
  • dd649fb951 Updated Version to 9.1 Jan Möbius 2022-01-18 14:35:03 +01:00
  • 25c6b34d0e Updated Version to 9.1 Jan Möbius 2022-01-18 14:34:43 +01:00
  • fbddd9d025 update docu for custom properties Alexandra Heuschling 2022-01-18 13:32:13 +01:00
  • adebfb1ec0 Define empty dependencies for the deploy tasks Jan Möbius 2022-01-18 13:07:01 +01:00
  • 58008f44b9 Only download required artifacts Jan Möbius 2022-01-18 11:43:52 +01:00
  • 47155741f7 Only download required artifacts Jan Möbius 2022-01-18 11:42:18 +01:00
  • 776c545dfb Fixed version extraction Jan Möbius 2022-01-18 11:41:16 +01:00
  • 60d5bb4ee6 Fixed links Jan Möbius 2022-01-18 11:34:35 +01:00
  • 9d097fcd28 Merge branch 'master' of https://gitlab.vci.rwth-aachen.de:9000/OpenMesh/OpenMesh Jan Möbius 2022-01-18 11:34:06 +01:00
  • 3a092eda04 Fixed links Jan Möbius 2022-01-18 11:33:58 +01:00
  • 121fa552fc Merge branch 'warnings' into 'master' Jan Möbius 2022-01-18 10:29:43 +00:00
  • e9f693a01b Removed unused variable Jan Möbius 2022-01-18 11:27:29 +01:00
  • a00fd54c2e Fixed link Jan Möbius 2022-01-18 10:29:31 +01:00
  • 10426ff43d Added missing parameter documentation Jan Möbius 2022-01-18 10:20:45 +01:00
  • f331ccc975 Fixed mismatching comment Jan Möbius 2022-01-18 10:20:28 +01:00
  • 9ae17c0078 Fixed unknown paper type in doxygen file Jan Möbius 2022-01-18 10:20:09 +01:00
  • 16b47e68c2 Doxygen: Fixed duplicate doc Jan Möbius 2022-01-18 10:12:19 +01:00
  • 7c5363916d Updated license header Jan Möbius 2022-01-18 09:50:04 +01:00
  • 253042c9fa Merge branch 'Filtered' Jan Möbius 2022-01-18 09:44:22 +01:00
  • 75fdfb398c Updated Release info and Version Jan Möbius 2022-01-18 09:43:49 +01:00
  • 963b87dbc8 Merge branch 'Filtered' into 'master' Jan Möbius 2022-01-17 16:31:46 +00:00
  • be2a4d9963 Removed warning Jan Möbius 2022-01-17 16:13:05 +01:00
  • 275a8e4e94 Silence some warnings in unittests Jan Möbius 2022-01-17 16:05:15 +01:00
  • 65abe0b926 Fixed size_t int comparisons Jan Möbius 2022-01-17 15:57:37 +01:00
  • 6f4d14374b Fixed Warnings in Normalcone Geometry Jan Möbius 2022-01-17 15:56:53 +01:00
  • 71a5f40ea8 Try to fix implicit operator= Jan Möbius 2022-01-17 15:32:09 +01:00
  • d40319dbd5 Merge branch 'master' of https://gitlab.vci.rwth-aachen.de:9000/OpenMesh/OpenMesh Jan Möbius 2022-01-17 15:00:52 +01:00
  • 6b12896055 Updated URLs Jan Möbius 2022-01-17 15:00:12 +01:00
  • 3ed5534abd Merge branch 'FixBinaryWarnings' into 'master' Jan Möbius 2022-01-17 08:16:32 +00:00
  • e6244ff02f Merge branch 'Fix_OBJ' into 'master' Jan Möbius 2022-01-17 08:13:58 +00:00
  • e989347184 fix warnings in binary Max Lyon 2022-01-14 17:20:43 +01:00
  • 7d4c3e179a Fixed some doxygen warnings Jan 2022-01-14 13:02:36 +01:00
  • d788ca7558 Merge branch 'Fix_OBJ' into 'master' Jan Möbius 2022-01-14 10:25:42 +00:00
  • 9809877ad1 Updated changelog Jan 2022-01-14 10:07:21 +01:00
  • 66271b6b0f Fixed unittest for double traits Jan 2022-01-14 10:02:40 +01:00
  • cfedb51619 Merge branch 'master' into Fix_OBJ Jan 2022-01-14 08:50:44 +01:00
  • d6b9476e66 Updated cmake-library for OpenMP updates Jan Möbius 2022-01-10 11:46:13 +01:00
  • 1214f12b8e Merge branch 'Updated_Doxyfile' into 'master' Jan Möbius 2021-12-16 15:04:36 +00:00
  • 0fb4eb31ac Merge branch 'MacM1' into 'master' Jan Möbius 2021-12-16 13:56:04 +00:00
  • d60ad5b794 Updated Doxygen file Jan Möbius 2021-12-16 13:28:36 +01:00