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
alemuntoni
f4c859350f
fix qhull.cmake
2021-09-29 11:16:50 +02:00
alemuntoni
470958165c
use bundled qhull
2021-09-29 11:09:46 +02:00
Alessandro Muntoni
db4263a979
Merge pull request #1101 from gabryon99/master
...
add "overlapping meshes" filter to the ICP Plugin
2021-09-27 16:16:15 +02:00
gabryon99
82eebfd23a
add overlap meshes filter to the ICP Plugin
2021-09-27 11:54:34 +02:00
Stefan Brüns
17a657a2c5
Port filter_qhull to reentrant libqhull version
...
Current versions of Qhull no longer provide a non-reentrant version of
the shared library.
See #841 .
2021-09-26 22:22:53 +02:00
Stefan Brüns
16e7f6905c
Fix scope of CMake Policy variables
...
Commit 7d47760d37b4 ("moving some settings to an apposite cmake file")
moved the `cmake_policy(SET CMP0072 NEW)` from the toplevel scope to the
scope of the included file. For details, see
https://cmake.org/cmake/help/latest/manual/cmake-policies.7.html
Set NO_POLICY_SCOPE when including the file, to move the POLICIES back
to the toplevel scope. Also remove the extra cmake_minimum_version from
external/CMakeLists.txt, as it implicitly calls
`cmake_policy(VERSION 3.10)`, resetting any policies introduced with
cmake 3.11 and newer (i.e. CMP0072).
Fixes #1095 .
2021-09-26 22:09:23 +02:00
alemuntoni
170ec290a1
filter name on icon action tooltip
2021-09-22 12:43:20 +02:00
alemuntoni
155b43485d
make BoolWidget label clickable
2021-09-22 11:49:36 +02:00
alemuntoni
c40a327981
update vcg
2021-09-17 14:20:08 +02:00
alemuntoni
0ebe40bf44
no hidden frame for advanced parameters
2021-09-17 14:19:04 +02:00
alemuntoni
f83122aebd
better management category labels in parameter frame
2021-09-17 14:19:04 +02:00
alemuntoni
8dac7f0d5e
custom attributes ply parameters name
2021-09-17 14:19:04 +02:00
alemuntoni
22f76be572
curvature function name refactoring
2021-09-17 14:19:04 +02:00
alemuntoni
4b7c53c6a0
add functions to convert curvature into eigen matrices
2021-09-17 14:19:04 +02:00
alemuntoni
22c0f504a5
adjust additional checkboxes alignment in RichParameterDialog
2021-09-17 14:19:04 +02:00
alemuntoni
b8f7675de4
discrete curvatures return min, max and percentiles; fix #1082
2021-09-17 14:19:04 +02:00
alemuntoni
d4b458f3a6
make apply button default in filter dialog
2021-09-17 14:19:04 +02:00
alemuntoni
82e8706d2f
make right sizes of filter dock dialog
2021-09-17 14:19:04 +02:00
alemuntoni
1365aea862
label align right on parameter widgets
2021-09-17 14:19:04 +02:00
alemuntoni
0688b4cb95
revised size policies for all widgets
2021-09-17 14:19:04 +02:00
alemuntoni
8dceb15a0a
better management of help labels in rich widgets
2021-09-17 14:19:04 +02:00
alemuntoni
fbbdfb0760
better graphic for RichPosition and RichDirection, label description for RichBool
2021-09-17 14:19:04 +02:00
alemuntoni
461e48395d
using vertical scroll area in save dialog
2021-09-17 14:19:04 +02:00
alemuntoni
e4ba11c6d4
adjust backwards compatibility of scripts for RichPosition and RichDirection
2021-09-17 14:19:04 +02:00
alemuntoni
2967ffe08f
RichPoint3f split into RichPosition and RichDirection
2021-09-17 14:19:04 +02:00
alemuntoni
5c80061c7d
copyright and refactor
2021-09-17 14:19:04 +02:00
alemuntoni
5ae7c854f6
add tooltip and vertical spacer to frame
2021-09-17 14:19:04 +02:00
alemuntoni
87820d506e
set VerticalScrollArea to FilterDock
2021-09-17 14:19:04 +02:00
alemuntoni
bf8fb777cf
add VerticalScrollArea class
2021-09-17 14:19:04 +02:00
alemuntoni
0db1c76635
working as expected without scrollbar
2021-09-17 14:19:04 +02:00
alemuntoni
b42a5a7285
remove vertical spacer
2021-09-17 14:19:04 +02:00
alemuntoni
8bec9a7fb5
added vertical spacer to filter dock dialog
2021-09-17 14:19:04 +02:00
alemuntoni
e4f86b4b72
small size improvement
2021-09-17 14:19:04 +02:00
alemuntoni
ad95581ba8
documentation and some size fix
2021-09-17 14:19:04 +02:00
alemuntoni
8715a84761
preview working
2021-09-17 14:19:04 +02:00
alemuntoni
a455753003
check if filter is previewable
2021-09-17 14:19:04 +02:00
alemuntoni
66ee31cff8
using new filter dock dialog
2021-09-17 14:19:04 +02:00