10725 Commits

Author SHA1 Message Date
Alessandro Muntoni
98947bcfdc Merge branch 'devel' 2023-12-12 12:11:47 +01:00
Alessandro Muntoni
a993140abe move option to build with brew llvm 2023-12-11 16:27:27 +01:00
Alessandro Muntoni
e066d7d46f update vcg submodule 2023-12-11 15:22:35 +01:00
Alessandro Muntoni
73227a09e4 update vcg submodule 2023-12-11 14:53:01 +01:00
Alessandro Muntoni
d245705de1 remove meshlab portable from macos release 2023-12-11 09:27:08 +01:00
Alessandro Muntoni
62a165c6df update cgal mirror links 2023-12-11 09:12:22 +01:00
Alessandro Muntoni
f642ba465a update vcg submodule 2023-12-11 09:08:16 +01:00
Alessandro Muntoni
44707d9aff
Merge pull request #1444 from ptc-lexvandersluijs/feature_alphawrap
Feature: new Mesh filter plugin that provides the 3D Alpha Wrap algorithm from CGAL
2023-12-07 08:48:17 +01:00
Alessandro Muntoni
9213493d9e Merge branch 'main' into devel
# Conflicts:
#	src/vcglib
2023-11-30 17:05:53 +01:00
Alessandro Muntoni
ca1f5ab1d4 update vcg submodule 2023-11-30 16:42:20 +01:00
Alessandro Muntoni
36bce6d52e Merge branch 'main' into devel
# Conflicts:
#	src/vcglib
2023-11-29 13:47:04 +01:00
Alessandro Muntoni
eeebbe9235 update vcglib submodule 2023-11-29 13:45:58 +01:00
Alessandro Muntoni
40d6386a70
Update python filter name 2023-11-24 12:38:37 +01:00
Alessandro Muntoni
2b95d80847
fix build on linux - using cgal downloaded source 2023-11-24 09:59:07 +01:00
Lex van der Sluijs
c48e0dc2f7 Reverted changes to Readme.md 2023-11-23 17:19:02 +01:00
Lex van der Sluijs
d19a1a7bc0 Small changes to the text, removed last bit of obsolete code. 2023-11-23 17:01:13 +01:00
Alessandro Muntoni
5bb42ba642 add possibility to use layer name when save snapshot, fix #1358 2023-11-22 11:31:54 +01:00
Lex van der Sluijs
baba156815 Cleaned up commented-out code. Improved the dialog texts. 2023-11-21 20:43:50 +01:00
Lex van der Sluijs
cc3ac43634 Added first version of filter_mesh_alpha_wrap, which implements the Alpha Wrap capability of CGAL (starting at 5.5) as a plugin. 2023-11-21 19:46:09 +01:00
Lex van der Sluijs
7b7ec727bd
Update README.md 2023-11-21 19:32:45 +01:00
Lex van der Sluijs
eb2cbc8cbd
Update README.md 2023-11-21 19:16:39 +01:00
Lex van der Sluijs
d2837fd57d
Update README.md 2023-11-21 19:15:58 +01:00
github-actions[bot]
32d84cd97f
Automatic merge branch 'main' into 'devel' 2023-11-20 15:14:55 +00:00
Alessandro Muntoni
4c321e19dc fix #1387, can import gltf point clouds 2023-11-20 16:14:31 +01:00
Alessandro Muntoni
92788b0154 Merge branch 'main' into devel 2023-11-20 13:31:25 +01:00
Alessandro Muntoni
c42c5ecdd8 update create release action 2023-11-20 12:14:58 +01:00
github-actions[bot]
a93cc6482e
Automatic merge branch 'main' into 'devel' 2023-11-16 09:32:51 +00:00
Alessandro Muntoni
06c2e556be fix size error on eigen mesh conversions for custom point attributes 2023-11-16 10:32:20 +01:00
github-actions[bot]
6082150bd4
Automatic merge branch 'main' into 'devel' 2023-11-15 16:53:36 +00:00
Alessandro Muntoni
c5b5b701ef handle macdeployqt error, since it returns 0 even if it fails... 2023-11-15 17:53:02 +01:00
github-actions[bot]
c29cb4b97f
Automatic merge branch 'main' into 'devel' 2023-11-15 12:57:12 +00:00
Alessandro Muntoni
30bd2e8bb8 test macdeployqt output 2023-11-15 13:56:38 +01:00
alemuntoni
612aeba709 no need to link tbb when using system library 2023-11-06 17:10:04 +01:00
alemuntoni
3b47855a1d generic brew prefix on macos build script 2023-11-06 16:53:50 +01:00
github-actions[bot]
360a3d2f17
Automatic merge branch 'main' into 'devel' 2023-11-06 12:56:05 +00:00
alemuntoni
8744bca3aa update levmar - build on macos arm64 2023-11-06 13:55:34 +01:00
Alessandro Muntoni
867f1698c5 CreateRelease uses brew llvm on macos 2023-11-03 16:23:05 +01:00
Alessandro Muntoni
ed33ea4afa use brew llvm on macos 2023-11-03 13:54:44 +01:00
Alessandro Muntoni
96af090400 embree4 working windows and linux 2023-11-03 13:50:40 +01:00
alemuntoni
aba046d294 fix download embree windows 2023-11-03 09:34:22 +01:00
Alessandro Muntoni
f0a6ddac7d update to embree4 2023-10-31 14:30:39 +01:00
Alessandro Muntoni
3d3cd7e79f fix openmp target 2023-10-31 11:43:50 +01:00
Alessandro Muntoni
7093fff986 fix embree configuration - it always needs tbb 2023-10-30 15:49:17 +01:00
Alessandro Muntoni
cc8631909c
Merge pull request #1437 from PFasano99/devel
filter_embree
2023-10-25 12:36:05 +02:00
Alessandro Muntoni
23070c9de7 restore filter_mesh_booleans 2023-10-25 10:24:38 +02:00
alemuntoni
e1118ef863 update vcg 2023-10-16 16:33:24 +02:00
alemuntoni
666198d5be rename python filters, hide select visible faces filter 2023-10-16 16:11:03 +02:00
alemuntoni
7b1f86881d missing 'with' in BuildMeshlab workflow file 2023-10-16 15:05:19 +02:00
alemuntoni
8724db38b3 Merge branch 'devel' into devel-PFasano99
# Conflicts:
#	.github/workflows/BuildMeshLab.yml
#	src/vcglib
2023-10-16 14:58:57 +02:00
alemuntoni
f43e829082 fix #1421 2023-10-16 12:19:30 +02:00