10699 Commits

Author SHA1 Message Date
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
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
12ea457e13
Merge pull request #901 from demlow/animate_meshes
Animate meshes
2023-08-29 12:14:25 +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
Alessandro Muntoni
0241ff25a9
Merge pull request #1413 from jmespadero/patch-2
Add rnd() and randInt(n) functions to muparse
2023-07-28 15:50:01 +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
github-actions[bot]
cb34356dad
Automatic merge branch 'main' into 'devel' 2023-07-28 08:41:01 +00:00
Alessandro Muntoni
267e31b383
Update stale.yml 2023-07-28 10:40:33 +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
alemuntoni
e5595b1470 update vcg 2023-06-27 15:20:20 +02:00
PFasano99
7ef3fd4a96 Fixed minor mistake in select faces filter embree 2023-06-27 14:39:30 +02:00
github-actions[bot]
bd4d24d633
Automatic merge branch 'main' into 'devel' 2023-06-27 08:36:31 +00:00
alemuntoni
66221f0cce update vcg and filter embree postconditions 2023-06-27 10:22:10 +02:00