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
d9044ada93
Merge remote-tracking branch 'alemuntoni/filter_refactoring' into filter_refactoring
...
# Conflicts:
# src/CMakeLists.txt
2021-10-14 09:05:08 +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
alemuntoni
c5ca4f0023
"points cloud movement" takes two mesh parameters
2021-10-07 16:19:39 +02:00
alemuntoni
d92495fdb4
remove "delaunay triangulation" filter
2021-10-07 15:31:00 +02:00
alemuntoni
9bcbe0aedd
remove "change visibility of layers" filter
2021-10-07 15:26:17 +02:00
alemuntoni
bdb3824590
refactor directional geom preserv filter, and add two more filters to add custom point attributes
2021-10-07 14:52:48 +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
alemuntoni
99a1ce1d42
BUILD_MESHLAB_MINI cmake option adds plugin targets but excluding them from target all
2021-09-30 15:56:01 +02:00
alemuntoni
414f614297
docs and update nexus
2021-09-30 14:55:15 +02:00
alemuntoni
c6a0b6a2dd
glew prefers to link OpenGL::GL target
2021-09-30 12:52:27 +02:00
alemuntoni
ea61ad59ec
possibility to only use legacy opengl
2021-09-30 12:08:01 +02:00
alemuntoni
8051b58ed6
default behavuoir is to use legacy opengl
2021-09-30 11:46:54 +02:00
Alessandro Muntoni
21da5b6c96
Merge pull request #1100 from StefanBruens/use_reentrant_qhull
...
RFC: Port filter_qhull to reentrant libqhull version
2021-09-30 09:03:18 +02:00
alemuntoni
96fe665c32
silence warning FindQHull.cmake
2021-09-29 17:43:17 +02:00
alemuntoni
fca9bc30d0
remove FindQHull.cmake
2021-09-29 17:32:17 +02:00
alemuntoni
c5b719ebfa
fix qhull includes
2021-09-29 12:55:34 +02:00