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
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
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
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
Jan Möbius
10426ff43d
Added missing parameter documentation
2022-01-18 10:20:45 +01:00
Jan Möbius
16b47e68c2
Doxygen: Fixed duplicate doc
2022-01-18 10:12:19 +01:00
Jan Möbius
7c5363916d
Updated license header
2022-01-18 09:50:04 +01:00
Jan Möbius
6f4d14374b
Fixed Warnings in Normalcone Geometry
2022-01-17 15:56:53 +01:00
Jan Möbius
71a5f40ea8
Try to fix implicit operator=
2022-01-17 15:32:09 +01:00
Jan Möbius
3ed5534abd
Merge branch 'FixBinaryWarnings' into 'master'
...
fix warnings in binary
See merge request OpenMesh/OpenMesh!312
2022-01-17 08:16:32 +00:00
Max Lyon
e989347184
fix warnings in binary
2022-01-14 17:20:43 +01:00
Jan
7d4c3e179a
Fixed some doxygen warnings
2022-01-14 13:02:36 +01:00
Jan Möbius
d74c7aa020
Fixed OBJ reader not reading materials which start with a leading space
2021-09-24 12:56:39 +02:00
Jan Möbius
fad00c8eb9
Revert "Fixed OBJ reader not reading materials which start with a leading space"
...
This reverts commit f5e5aa83b1 .
2021-09-24 12:55:54 +02:00
Jan Möbius
f5e5aa83b1
Fixed OBJ reader not reading materials which start with a leading space
2021-09-24 11:10:47 +02:00
Jan Möbius
ec0d648e32
Merged master
2021-09-21 09:50:16 +02:00
Jan Möbius
b73c35aae3
Macro rename from vci_qt5 to vci_qt and renamed qt5_install_path to qt_install_path
2021-09-21 09:41:06 +02:00
Jan Möbius
4fc8d8bdc0
Merge branch 'cppcheck_fix' into 'master'
...
Cppcheck fix
See merge request OpenMesh/OpenMesh!306
2021-06-02 07:53:00 +00:00
Jan Möbius
d9679b512f
Fixed cppcheck warning, overwrite
2021-06-01 14:10:25 +02:00
Jan Möbius
ee99f0bb04
Fixed cppcheck warning, variable shadowing
2021-06-01 14:03:05 +02:00
Jan Möbius
48c2e464cb
PLY writer: Added option to choose if we want to write texture coordinates as uv or ply (Thanks to Ossi Saukko for the patch)
2021-06-01 12:47:22 +02:00
Johannes Lenzen
e26d263867
Merge branch 'master' into qt6
2021-05-03 13:43:34 +02:00
Jan Möbius
7bf1b94224
Fixed cppcheck warning
2021-04-27 12:25:24 +02:00
Johannes Lenzen
7cbe7f9085
Fixed linker problems and added version specific qt packages
2021-04-26 11:56:56 +02:00
Johannes Lenzen
6d344047fa
started qt6 migration
2021-04-26 10:03:03 +02:00
Jan Möbius
c6da50a483
Fixed warning
2021-04-13 10:09:31 +02:00
Jan Möbius
c6833ff28a
Merge branch 'CustomProperties' into 'master'
...
Automatic loading of properties stored in files without having to manually create the property before reading.
See merge request OpenMesh/OpenMesh!302
2021-03-17 09:39:52 +00:00
Max Lyon
fa5166f878
fix getPointsProperty not always available in PolyMeshT_impl.hh
2021-03-16 18:55:41 +01:00
Max Lyon
90da974598
update which properties are registered
2021-03-16 12:16:37 +01:00
Max Lyon
d017c03c62
disable binary<std::vector<T>> specialization if T is not default constructible
2021-03-15 17:11:57 +01:00
Max Lyon
2a4fd0b887
rename string_for_value_type to type_identifier
2021-03-15 16:15:24 +01:00
Max Lyon
20baccda4c
Remove Property specialization for std::string
2021-03-15 15:26:48 +01:00
Max Lyon
453b5eba67
fix size_of in binary<vector>
2021-03-15 14:15:37 +01:00
Max Lyon
7f6e86ff62
simplify how names for property types are generated
2021-03-15 14:15:18 +01:00
Max Lyon
39ba13266b
remove binary specialization for vector of string
2021-03-15 13:55:43 +01:00
Max Lyon
d6e3226714
remove some debug output
2021-03-15 10:26:00 +01:00
Max Lyon
eb0ff0f980
Merge branch 'master' into CustomProperties
2021-03-15 09:53:00 +01:00
Alexandra Heuschling
06d770d1b4
add support for properties of std::vector<bool>...
2021-03-15 01:50:35 +01:00