alemuntoni
9f19e890ac
other warnings and cleanups
2020-05-03 18:00:19 +02:00
alemuntoni
f583d13191
warnings and cleanups
2020-05-03 18:00:19 +02:00
alemuntoni
72327c5abe
some cleanups
2020-05-03 18:00:19 +02:00
alemuntoni
c0faa97c13
non-xml screened poisson working
2020-05-03 18:00:19 +02:00
alemuntoni
0b3859e522
non xml screened poisson
2020-05-03 18:00:19 +02:00
alemuntoni
8e58bb19c6
glew is initialized just one time
2020-04-22 16:49:38 +02:00
alemuntoni
7fc0c02cf7
filter_sample_dyn and filter_sample_gpu renamed
2020-04-22 11:38:01 +02:00
alemuntoni
8104928d55
filter_sample and edit_sample target and headers/sources renamed
2020-04-22 11:28:33 +02:00
alemuntoni
c37cd6c594
sample_dyn, sample_gpu, sample_geodesic and sample_iso moved to meshlabplugins
2020-04-21 19:00:34 +02:00
alemuntoni
3c905d9ef5
sampleedit and samplefilter moved to meshlabplugins
2020-04-21 18:30:29 +02:00
Alessandro Muntoni
66fa654ce5
Merge pull request #649 from DmitryUlyanov/patch-2
...
Fix compile arg for isoparametrization plugin
2020-04-21 16:10:43 +02:00
Dmitry Ulyanov
a50ceb0c22
fix compile argument
...
Solves `undefined symbol: GOMP_parallel` at runtime.
2020-04-21 12:46:42 +03:00
alemuntoni
4686e6ebe6
using system qhull on linux
2020-04-21 11:26:37 +02:00
alemuntoni
a5d1e0ae81
system muparser
2020-04-21 11:02:26 +02:00
alemuntoni
1d8193b6ef
using system eigen and glew on linux
2020-04-19 15:36:59 +02:00
alemuntoni
86e46cabd5
find ioctm
2020-04-19 14:48:40 +02:00
Paolo Cignoni
c0155cbbbe
Added a missing UpdateBoxAndNormals
2020-04-17 19:13:52 +02:00
Alessandro Muntoni
d0fadedabf
Merge pull request #644 from rpavlik/fix-643
...
Fix 643
2020-04-17 16:59:27 +02:00
alemuntoni
f0a570d7d5
small fixes and update vcglib
2020-04-17 16:44:52 +02:00
Ryan Pavlik
1c5182a4c0
Fix issue #643
...
Update edit_point to account for changes back in b3edc44 and
de9510a
2020-04-15 11:21:03 -05:00
alemuntoni
c2516bc5c0
deprecated QTime replaced with QElapsedTimer
2020-04-09 17:33:23 +02:00
Marco Callieri
9e9363af08
fixed cursors on selection
...
fixed bug where modifiers were added but never disappeared. Fixed incosistencies when multiple modifiers were pressed
2020-04-06 15:15:27 +02:00
Marco Callieri
6dadb0724b
removed unnecessary condition
...
when transfering color/normal/quality to texture on a second mesh, the source mesh may well bbe a pointcloud. It must be triangulated to transfer texture->texture
2020-04-05 21:31:52 +02:00
Paolo Cignoni
c68a10bed4
Removed need for writable dir in poisson screened surface
2020-04-02 19:40:30 +02:00
Alessandro Muntoni
a5f1ae8506
Merge pull request #620 from rpavlik/qhull
...
Fix usage of system vs bundled qhull with CMake
2020-03-26 16:27:14 +01:00
Ryan Pavlik
f9010941fe
Fix usage of system qhull.
2020-03-25 10:48:25 -05:00
Ryan Pavlik
6f5657692e
Replace all other glewInit calls in maintained plugins and core.
2020-03-25 10:48:01 -05:00
alemuntoni
8017717376
fix missing var
2020-03-10 13:16:16 +01:00
alemuntoni
7b3abe760b
gcc warnings, bugfixes and indentation
2020-03-10 12:55:43 +01:00
alemuntoni
cf69669b71
more gcc warnings
2020-03-10 10:21:31 +01:00
alemuntoni
b27902ead2
warnings and indentation
2020-03-09 18:09:23 +01:00
alemuntoni
669757ba8a
solved more gcc warnings
2020-03-09 16:16:36 +01:00
alemuntoni
93d5ccde97
more gcc warnings and indentantions
2020-03-06 17:37:21 +01:00
alemuntoni
db3ca0ef79
fix filter color projection gcc warnings
2020-03-06 17:12:24 +01:00
alemuntoni
13cffe8329
fix warnings
2020-03-05 18:26:15 +01:00
alemuntoni
4f390636d4
more fixed warnings
2020-03-05 17:04:31 +01:00
alemuntoni
5369127ee4
edit paint and edit point wanrings gcc
2020-03-05 16:24:11 +01:00
alemuntoni
3c6096b6e9
fix compile without NDEBUG
2020-03-05 15:37:31 +01:00
alemuntoni
e27379959e
other gcc naive warnings
2020-03-05 14:55:57 +01:00
alemuntoni
1a61944ca0
fix errors
2020-03-05 14:54:01 +01:00
alemuntoni
522195d949
edit align warnings, reverting mirror for aqtinstall
2020-03-05 14:25:34 +01:00
alemuntoni
3c9ec9c75e
fix libcommon and decorate plugin gcc warnings
2020-03-05 12:11:32 +01:00
Alessandro Muntoni
387999ffc8
Merge pull request #591 from alemuntoni/master
...
Fix warnings and wirkaround for github actions aqtinstall for windows
2020-03-05 10:29:55 +01:00
Alessandro Muntoni
963d7e368b
Merge pull request #587 from rpavlik/remove-license-conflict
...
Remove license conflict
2020-03-05 09:55:25 +01:00
alemuntoni
6684ae4c4b
fix various warnings, update vcg, workaround for aqtinstall
2020-03-05 09:46:28 +01:00
Ryan Pavlik
b261fe0e04
Codespell and typo fixes.
...
Partially directed by the Debian "lintian" tool.
2020-03-04 11:21:46 -06:00
Ryan Pavlik
f23c41e7a6
filter_screened_poisson: Port fix for uninitialized read.
...
Port from the copy of this software included in Geogram:
https://github.com/alicevision/geogram/blob/master/src/lib/geogram/third_party/PoissonRecon/Array.h
2020-03-04 10:49:33 -06:00
Ryan Pavlik
b9e0f1c36c
filter_screened_poisson: Remove license-conflicting PLY file lib.
...
Modifications ported over from the copy of this software found in Geogram:
4a55fcc041
2020-03-04 10:48:07 -06:00
alemuntoni
54dfee3b14
fix misleading indentation warnings
2020-03-02 11:55:39 +01:00
alemuntoni
9f8f543638
fixed missing icons problem (missing backslash...)
2020-02-07 10:04:37 +01:00