7655 Commits

Author SHA1 Message Date
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
alemuntoni
8aa8dc3d63 restore system qhull 2020-04-21 15:10:05 +02:00
alemuntoni
9b50930e1e fix appimage for system libs in linux 2020-04-21 15:08:56 +02:00
alemuntoni
ffede70358 fix appimage and portable, meshlab_mini compiles only jhead 2020-04-21 11:53:13 +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
87f018f41c restoring muparser 2020-04-21 11:15:03 +02:00
alemuntoni
a5d1e0ae81 system muparser 2020-04-21 11:02:26 +02:00
alemuntoni
d287465c83 tsai moved to unsupported/external 2020-04-19 17:27:46 +02:00
alemuntoni
98986b18e2 qtsoap moved to unsupported/external 2020-04-19 17:22:49 +02:00
alemuntoni
c40454413b maxflow moved to unsupported/external 2020-04-19 17:18:11 +02:00
alemuntoni
9fc18aaffe GotoBLAS2 moved to unsupported/external 2020-04-19 16:25:18 +02:00
alemuntoni
2a3081e7e5 comiso lib moved to unsupported/external 2020-04-19 16:20:25 +02:00
alemuntoni
fc79f5e054 ann external library moved to unsupported 2020-04-19 16:09:20 +02:00
alemuntoni
b71a3bade5 system lib3ds under linux 2020-04-19 16:01:32 +02:00
alemuntoni
1d8193b6ef using system eigen and glew on linux 2020-04-19 15:36:59 +02:00
alemuntoni
728b3baca1 moved bzip lib to plugins_unsupported/external 2020-04-19 15:21:39 +02:00
alemuntoni
c77bcd6df0 try without bzip 2020-04-19 15:01:50 +02:00
alemuntoni
86e46cabd5 find ioctm 2020-04-19 14:48:40 +02:00
alemuntoni
671344c02d missing dash meshlabserver win32-g++ 2020-04-19 12:04:15 +02:00
alemuntoni
d2469242a7 meshlab-common for qmake (consistency with cmake) 2020-04-19 11:57:55 +02:00
alemuntoni
aea91156de bugfix cmake version 2020-04-19 11:52:00 +02:00
alemuntoni
ce7c1d7d8a libmeshlabcommon missing in meshlabserver for mac 2020-04-18 21:15:34 +02:00
alemuntoni
a79487e687 missing link meshlabcommon in meshlabserver 2020-04-18 20:59:28 +02:00
alemuntoni
0a15ef65b6 qmake creates libmeshlabcommon instead of libcommon 2020-04-18 19:12:24 +02:00
Paolo Cignoni
c0155cbbbe Added a missing UpdateBoxAndNormals 2020-04-17 19:13:52 +02:00
alemuntoni
0f10548d62 fix compile error on windows 2020-04-17 17:14:03 +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
alemuntoni
1c22938aad solve warning 2020-04-16 11:46:56 +02:00
Ryan Pavlik
6a8ee72aab glarea: Don't crash on unknown decorator name. 2020-04-15 11:21:03 -05: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
alemuntoni
e540aa44bd update copyright Info.plist 2020-04-09 15:09:33 +02:00
alemuntoni
f1935ee851 removed error message for 64-bit meshlab version 2020-04-09 15:01:55 +02:00
alemuntoni
94f4a45b18 Copyright in Info.plist, rescheduling CompileAndRelease 2020-04-09 14:39:43 +02:00
alemuntoni
d89fcea373 Apply automatic ML_VERSION and Info.plist change 2020-04-09 10:56:40 +00:00
alemuntoni
54e486f900 Apply automatic ML_VERSION and Info.plist change 2020-04-09 10:53:48 +00:00
alemuntoni
c91bc2b285 Handling right exception on meshlab start 2020-04-07 19:58:54 +02:00
Alessandro Muntoni
1ded552449
Merge pull request #631 from alemuntoni/master
Use custom opengl32.dll when glewInit fails on windows
2020-04-07 16:54:18 +02:00
alemuntoni
42d1d1a03d use_cpu_opengl docs 2020-04-07 14:49:01 +02:00
alemuntoni
c0ce2b3ea8 CMake build for use_cpu_opengl subproject 2020-04-07 14:40:19 +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
alemuntoni
833621d1eb documentation 2020-04-06 13:11:59 +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
alemuntoni
6bd76dbc33 update question message box 2020-04-05 16:52:19 +02:00
alemuntoni
584320cdaf allow meshlab to be run also on computers with drivers that do not support newer versions of opengl 2020-04-05 16:10:31 +02:00