Jan Möbius
|
dea8812792
|
Fixed cmake path
|
2018-03-13 12:54:26 +01:00 |
|
Jan Möbius
|
34cfd71836
|
Merge branch 'skipping_ranges' into 'master'
Skipping ranges
See merge request OpenMesh/OpenMesh!153
|
2018-02-25 13:45:11 +01:00 |
|
Jan Möbius
|
d1e50f17d9
|
Merge branch 'deleted_halfedges' into 'master'
Deleted halfedges
See merge request OpenMesh/OpenMesh!154
|
2018-02-25 13:44:26 +01:00 |
|
Max Lyon
|
d36b24ac18
|
mark halfedges as deleted after collapse
|
2018-02-22 13:16:22 +01:00 |
|
Max Lyon
|
07b5df2872
|
add test to check if halfedges are marked as deleted after collapse
|
2018-02-22 13:15:10 +01:00 |
|
Max Lyon
|
52275f945d
|
add unit test for range iterators
|
2018-02-16 13:59:45 +01:00 |
|
Max Lyon
|
ca212ba8f2
|
let default range-based for skip deleted elements and add a version that includes deleted elements
|
2018-02-16 13:57:26 +01:00 |
|
Jan Möbius
|
958b7a1c09
|
Merge branch 'implicit_fallthrough' into 'master'
Fix implicit fallthrough warning on gcc
See merge request OpenMesh/OpenMesh!152
|
2018-01-26 16:06:18 +01:00 |
|
Jan Möbius
|
59b1daa49d
|
Merge branch 'MinGW_Fix' into 'master'
Small compilation fix for MINGW64 cross-compilation
See merge request OpenMesh/OpenMesh!151
|
2018-01-26 15:24:30 +01:00 |
|
Jan Möbius
|
1cb02d946f
|
Merge branch 'obj_exporter_fail_if_vertex_color_requested' into 'master'
obj exporter: fail if vertex color export was requested
See merge request OpenMesh/OpenMesh!150
|
2018-01-26 14:42:47 +01:00 |
|
Jan Möbius
|
0d5d47e443
|
Merge branch 'Fix_vertex_texcoord_in_obj_writer' into 'master'
Fix vertex texture coordinates export in OBJ exporter (Thanks to Manuel Massing for the patch)
See merge request OpenMesh/OpenMesh!149
|
2018-01-26 14:01:03 +01:00 |
|
Jan Möbius
|
d1088ae2e5
|
Fix implicit fallthrough warning on gcc
|
2018-01-26 13:38:21 +01:00 |
|
Jan Möbius
|
9856ed02a0
|
Small compilation fix for MINGW64 cross-compilation
|
2018-01-26 13:33:24 +01:00 |
|
Jan Möbius
|
0e3491ed88
|
obj exporter: fail if vertex color export was requested
|
2018-01-26 13:29:22 +01:00 |
|
Jan Möbius
|
2fb55bc26d
|
Fix vertex texture coordinates export in OBJ exporter (Thanks to Manuel Massing for the patch)
|
2018-01-26 13:18:18 +01:00 |
|
Jan Möbius
|
7856a4371b
|
Merge branch 'Fix_calc_sector_angle' into 'master'
calc_sector_angle: Check for real division by zero not with epsilon that was way to large
See merge request OpenMesh/OpenMesh!148
|
2018-01-05 11:47:55 +01:00 |
|
Jan Möbius
|
548a73bfad
|
calc_sector_angle: Check for real division by zero not with epsilon that was way to large
|
2018-01-05 11:05:08 +01:00 |
|
Jan Möbius
|
62c22a0100
|
Merge branch 'add_missing_break' into 'master'
Add missing break statements in OM::IO::restore
See merge request OpenMesh/OpenMesh!147
|
2017-11-17 13:31:39 +01:00 |
|
Martin Heistermann
|
f714802c8d
|
Add missing break statements in OM::IO::restore
|
2017-11-08 11:18:26 +01:00 |
|
Jan Möbius
|
827f34f4aa
|
Merge branch 'fixOBJWriterMissingTexCoords' into 'master'
applied fix for bad or missing vertex tex coords
See merge request OpenMesh/OpenMesh!145
|
2017-10-24 22:07:45 +02:00 |
|
Jan Möbius
|
e4d43ee6b3
|
Merge branch 'fixPropertyDuplication' into 'master'
changed the way status propertzies are copied.
Closes #48
See merge request OpenMesh/OpenMesh!144
|
2017-10-24 20:55:11 +02:00 |
|
Jan
|
1b236885e5
|
Updated changelog
|
2017-10-24 20:51:19 +02:00 |
|
Jan
|
cedfd8ddfd
|
Merge branch 'master' into fixOBJWriterMissingTexCoords
|
2017-10-24 20:49:40 +02:00 |
|
Jan
|
06f089909b
|
Updated changelog
|
2017-10-24 20:44:02 +02:00 |
|
Martin Schultz
|
b3417e5a88
|
applied fix for bad or missing vertex tex coords
|
2017-10-24 17:06:41 +02:00 |
|
Martin Schultz
|
29cbe82048
|
changed the way status propertzies are copied.
refcount is set to 1 if it was > 0 in the original mesh
fixes #48
|
2017-10-24 15:58:29 +02:00 |
|
Jan Möbius
|
64947924be
|
Merge branch 'gcc-7-fix' into 'master'
Fixed Build on gcc-7.2
See merge request OpenMesh/OpenMesh!143
|
2017-10-20 17:45:37 +02:00 |
|
Jan
|
acb62194f4
|
Fixed Build on gcc-7.2
|
2017-10-20 17:02:49 +02:00 |
|
Jan Möbius
|
9b898d0d6e
|
Merge branch 'Fix_version_macros' into 'master'
Fixed broken version macros (Thanks to Frederik Salomonsson for the fix)
See merge request OpenMesh/OpenMesh!142
|
2017-10-18 08:35:58 +02:00 |
|
Jan Möbius
|
b85ba1d671
|
Fixed broken version macros (Thanks to Frederik Salomonsson for the fix)
|
2017-10-17 15:13:15 +02:00 |
|
Jan Möbius
|
c57fece9f4
|
Merge branch 'face_normals' into 'master'
only compute normals for faces that are not deleted
See merge request !141
|
2017-08-08 17:54:34 +02:00 |
|
Max Lyon
|
dc77fbd384
|
only compute normals for faces that are not deleted
|
2017-08-08 14:14:30 +02:00 |
|
Jan Möbius
|
c48e95785d
|
Merge branch 'windows_ci_fix' into 'master'
Windows fix for CI paths
See merge request !140
|
2017-07-31 10:30:24 +02:00 |
|
Jan Möbius
|
c73b5ac1c6
|
Second fix
|
2017-07-31 08:49:20 +02:00 |
|
Jan Möbius
|
1a666c6491
|
Added path to windows libs
|
2017-07-28 16:42:05 +02:00 |
|
Jan Möbius
|
d3e50aed63
|
Merge branch 'featureSplitCopyInternal' into 'master'
Feature split copy internal
Closes #44
See merge request !137
|
2017-07-03 15:50:59 +02:00 |
|
Jan Möbius
|
561b54a442
|
Merge branch '45-possible-importer-bug' into 'master'
Resolve "Possible importer Bug?"
Closes #45
See merge request !138
|
2017-06-30 15:25:17 +02:00 |
|
Martin Schultz
|
cf8f90c40a
|
added enrtry to changelog for importerT returning valid facehandle if
nonmanifold face is added
|
2017-06-29 13:41:36 +02:00 |
|
Martin Schultz
|
41aab48143
|
modified the add_face function of importerT to always return a valid
FaceHandle
|
2017-06-29 13:38:22 +02:00 |
|
Martin Schultz
|
cd4e65f37f
|
Merge branch 'master' of https://www.graphics.rwth-aachen.de:9000/OpenMesh/OpenMesh into featureSplitCopyInternal
|
2017-06-29 10:31:42 +02:00 |
|
Martin Schultz
|
fcee42095f
|
added changes of split_copy and split_edge_copy to changelog
|
2017-06-29 10:28:42 +02:00 |
|
Martin Schultz
|
8302ef59dd
|
changed the split_copy overloaded function with edgehandle as first
parameter tzo always copy internal properties
|
2017-06-29 10:21:46 +02:00 |
|
Martin Schultz
|
019ea5d6ae
|
added check for overloaded split_copy with edgehandle as first parameter
to unittest
|
2017-06-29 10:21:01 +02:00 |
|
Martin Schultz
|
03b8e184b8
|
fixed unittests for split_edge_copy they were always passing
|
2017-06-29 10:19:44 +02:00 |
|
Jan Möbius
|
77251c5db8
|
Merge branch 'Boost_range_support' into 'master'
Boost range support (Thanks to Bastian Pranzas for the patch)
See merge request !135
|
2017-06-27 15:38:10 +02:00 |
|
Martin Schultz
|
da765870a0
|
added unittests for split_edge_copy
|
2017-06-27 13:22:59 +02:00 |
|
Martin Schultz
|
83e7cb2cde
|
added check for internal properties to split_copy unittest
|
2017-06-27 13:20:16 +02:00 |
|
Martin Schultz
|
ad950d46b7
|
made the face and edge split operations that copy properties also copy
builtin properties
|
2017-06-27 11:56:15 +02:00 |
|
Jan Möbius
|
ee809a543c
|
Merge branch 'added_unittest' into 'master'
Added a combined unittest for iterator and circulator
See merge request !136
|
2017-06-19 16:47:59 +02:00 |
|
Jan Möbius
|
5de6021880
|
Added a combined unittest for iterator and circulator
|
2017-06-19 16:05:14 +02:00 |
|