8924 Commits

Author SHA1 Message Date
alemuntoni
f5533656f1 fix save crash on e57, setting min and max quality on scanheader 2021-10-22 12:06:38 +02:00
Oleg Alexandrov
119a1bd27d When splitting a view, remember the orientation 2021-10-20 20:49:26 -07:00
alemuntoni
872f817b93 fix collada importer 2021-10-20 11:31:39 +02:00
alemuntoni
6bcf6f8207 update vcg 2021-10-20 10:36:04 +02:00
Alessandro Muntoni
0ddf4b7093
Merge pull request #1120 from alemuntoni/filter_refactoring
Filter refactoring
2021-10-15 18:00:04 +02:00
alemuntoni
cf9200a16e fix #1121 2021-10-15 17:58:42 +02:00
alemuntoni
6d10f4291b update vcg and fix some indentation 2021-10-15 17:11:40 +02:00
Paolo Cignoni
4ae73d25f2 Added scale to the curvature methods 2021-10-15 17:11:40 +02:00
alemuntoni
0e8ddf2754 split in connected components filter does not leave selection 2021-10-15 15:25:01 +02:00
alemuntoni
b2827402e7 select visible points filter -> select convex hull visible points 2021-10-15 14:37:19 +02:00
alemuntoni
c6c09b866a remove cross field creation filter 2021-10-15 13:41:50 +02:00
alemuntoni
b8dab23a45 update vcg and fix some indentation 2021-10-15 11:18:28 +02:00
alemuntoni
fad9590fe4 select problematic faces first clears the selection 2021-10-15 10:44:49 +02:00
Paolo Cignoni
a88581ae7c Added scale to the curvature methods 2021-10-14 21:49:39 +02:00
alemuntoni
c321c42e87 filter mls uses a custom per vertex attribute for the radius 2021-10-14 17:09:37 +02:00
alemuntoni
77a185f0d1 filter mls refactored 2021-10-14 14:54:02 +02:00
alemuntoni
0dd645b76f split into functions filter mls 2021-10-14 12:26:28 +02:00
alemuntoni
7919b46f99 filter mls - indentation 2021-10-14 11:00:15 +02:00
alemuntoni
a2558b12fc remove reference to points on filter_ms, using only mesh reference 2021-10-14 10:39:42 +02:00
alemuntoni
e59959e633 avoid current mesh change on mls projection, see https://github.com/cnr-isti-vclab/PyMeshLab/issues/152 2021-10-14 09:40:29 +02:00
alemuntoni
08247b7a60 add initMLS 2021-10-14 09:28:20 +02:00
alemuntoni
8b714931e7 "points cloud movement" takes two mesh parameters 2021-10-14 09:02:36 +02:00
alemuntoni
371bfbc256 remove "delaunay triangulation" filter 2021-10-14 09:02:36 +02:00
alemuntoni
975fd90cbc remove "change visibility of layers" filter 2021-10-14 09:02:03 +02:00
alemuntoni
0361b30844 refactor directional geom preserv filter, and add two more filters to add custom point attributes 2021-10-14 09:02:03 +02:00
alemuntoni
45cc5398cc remove "vertex color noise" filter 2021-10-14 09:02:03 +02:00
alemuntoni
b12ff34627 remove "select folded faces" filter 2021-10-14 08:58:11 +02:00
alemuntoni
dc3312a7aa remove "change the current layer" filter 2021-10-14 08:58:11 +02:00
alemuntoni
a5451d4273 unique repair non manifold edges filter 2021-10-14 08:58:11 +02:00
alemuntoni
1f9c785286 unique remove t-vertices filter 2021-10-14 08:58:11 +02:00
alemuntoni
eea574356b remove compact vert and face filters 2021-10-14 08:58:11 +02:00
alemuntoni
5ad9516523 fix #1113 2021-10-13 15:30:19 +02:00
alemuntoni
89416cc6f4 add possibility to not show warning message, fix #1115 2021-10-13 12:31:13 +02:00
alemuntoni
e7b9b6b700 fix #1110 2021-10-11 12:01:05 +02:00
alemuntoni
416077886f force rm of plugins directory when make clean 2021-10-08 14:24:10 +02:00
alemuntoni
d012ca40f7 set focus on apply button in filter dock dialog 2021-10-08 13:50:08 +02:00
alemuntoni
7a0f62e434 better resize filter dock dialog 2021-10-07 17:29:26 +02:00
Alessandro Muntoni
09b1e4927b
Merge pull request #1107 from gabryon99/master
Fix for a bug in the align tool
2021-10-06 11:23:32 +02:00
gabryon99
08db0b68ba fix for bug was crashing align tool 2021-10-06 10:49:51 +02:00
alemuntoni
08dbacbeb9 change default userdef point color 2021-10-04 17:27:37 +02:00
alemuntoni
2946699eef add possibility to get list of polygonal faces from CMeshO 2021-10-04 16:05:00 +02:00
alemuntoni
e5da1dfeaf indentation and better docs in filter sampling 2021-10-04 14:05:24 +02:00
Alessandro Muntoni
5a1ee5debd
Merge pull request #1104 from StefanBruens/wayland_support
WIP: Add support for Wayland
2021-10-04 11:53:05 +02:00
alemuntoni
15ee09eaf0 fix build macos 2021-10-04 11:26:37 +02:00
alemuntoni
6918b756c1 fix shaders dir on AppImage and linux portable 2021-10-04 11:10:52 +02:00
Stefan Brüns
4678e6b86b Ignore missing X display during glewInit
The display is already initialized by Qt, and may be backed by Wayland.

For GLEW 2.2.1 (not yet released) glewContextInit would be the right
choice, but calling glewInit (which calls glewContextInit first, and then
checks for the X display) and ignoring any NO_GLX_DISPLAY errors has the
same effect.

Fixes running Meshlab under Wayland.
Also see #936
2021-10-02 16:32:51 +02:00
alemuntoni
71ec523950 fix spelling error, glueing -> gluing 2021-10-01 11:13:37 +02:00
alemuntoni
f4b5a0abcb fix #787 2021-10-01 11:06:56 +02:00
alemuntoni
00dc5220cf add clang-format configuration 2021-10-01 11:04:10 +02:00
alemuntoni
589cf4d27c remove unuseful OpenGL::GLX target link from glew 2021-09-30 16:29:32 +02:00