9402 Commits

Author SHA1 Message Date
Alessandro Muntoni
98947bcfdc Merge branch 'devel' 2023-12-12 12:11:47 +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
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
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
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
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
alemuntoni
612aeba709 no need to link tbb when using system library 2023-11-06 17:10:04 +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
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
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
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
Alessandro Muntoni
aff3f8e68c
Merge pull request #1426 from jmespadero/tokens
Add bbox-related variables and rnd() function to muparser expressions
2023-10-05 12:59:27 +02:00
jmespadero
0b44eb991c Add bbox tokens to muparse 2023-10-04 17:17:12 +02:00
jmespadero
74be3fc6fc bbox_tokens 2023-10-04 15:44:37 +02:00
Alessandro Muntoni
0f5d624679 Merge branch 'devel' into animate_meshes
# Conflicts:
#	src/meshlab/layerDialog.cpp
2023-08-29 10:19:51 +02:00
Alessandro Muntoni
e20fc348aa
Merge pull request #1407 from davidboening/devel
Added approximated geodesic compuation to filter_geodesic
2023-07-31 11:29:09 +02:00
Alessandro Muntoni
d7166cfdf5 update vcg submodule 2023-07-31 10:43:30 +02:00
jmespadero
8a51f54ef1
include rnd() and randInt() functions to muparser
small bugfix
2023-07-28 14:16:31 +02:00
jmespadero
07cb607f58
include ramdom 2023-07-28 13:47:32 +02:00
jmespadero
1bc6afaafd
Add rnd() and randInt(n) functions to muparse
Add two functions to muParse to generate random numbers

* rnd() will generate a random double value in [0.0 .. 1.0) interval
* randInt(n) will generate a random integer value in [0 .. n) interval

Those functions may be used to generate noise custom noise algorithm that can be aplied to geometry, colors, normals, etc. or select a random number of vertex/faces than can be erased/processed in posterior filters.
2023-07-28 13:42:38 +02:00
Alessandro Muntoni
12c3ee1e20
Merge pull request #1412 from jmespadero/patch-1
Link to muparser help in several filter dialogs
2023-07-28 10:37:51 +02:00
jmespadero
0e2a8aa9ec
link to muparser help 2023-07-28 10:24:02 +02:00
davidboening
ae6212cb8f reflecting vcglib changes 2023-07-21 19:33:00 +02:00
davidboening
7d9b26dfe8 Updated descriptions, added progress bar. 2023-07-21 10:40:05 +02:00
davidboening
3faad7bd73 candidate final
- removed heatgeodesic filter

- merged heatgeodesic filter into geodesic filter

- moved algorithmic part to vcglib
2023-07-20 23:01:18 +02:00
Alessandro Muntoni
32f3723869 fix pymeshlab issue 137 - filter plymc uses tmp dir to save temporary files 2023-07-13 11:03:37 +02:00
davidboening
f14dca3693 version 1.4.1
- removed matrix caching

- updated description

- minor refactoring
2023-07-12 09:39:22 +02:00
PFasano99
30c83fa8d3 Merge branch 'devel' of https://github.com/PFasano99/meshlab into devel 2023-06-27 16:24:14 +02:00
PFasano99
e1444ca9ea changed from incrementalSelection to don't clean slection in Select Visible faces filter 2023-06-27 16:23:01 +02:00