Lex van der Sluijs
d19a1a7bc0
Small changes to the text, removed last bit of obsolete code.
2023-11-23 17:01:13 +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]
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
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
alemuntoni
66221f0cce
update vcg and filter embree postconditions
2023-06-27 10:22:10 +02:00
davidboening
4e4e950cd7
version 1.3
...
fixed bottleneck (cotan weights) using Eigen::Triplet
changed progress bar
changed hashmap to vcg::tri::Index
other minor changes
2023-06-23 18:53:40 +02:00
davidboening
9d7664aa6e
version 1.2
...
two levels of caching (factorization, matrices), better encapsulation
2023-06-22 12:28:53 +02:00
davidboening
f8f213ea4e
version 1.1
...
Added matrix caching, major speedup in cotan weights computation
2023-06-21 18:35:03 +02:00
PFasano99
730a2bed6a
changed RichPosition to RichDirection in filter for face selection
2023-06-20 16:15:59 +02:00
PFasano99
1f4d286bdc
chenaged order of operations for normal inversion method, minor grammar correction
2023-06-19 23:40:23 +02:00
davidboening
a3879881cc
enabled actions to github
2023-06-19 11:39:10 +02:00
davidboening
66a6036277
version 1.0
...
fixed requirements, tested on various meshes.
2023-06-19 11:09:10 +02:00
davidboening
dc9385c246
added heatgeodesic to cmake
2023-06-17 22:27:51 +02:00
davidboening
8ef1e76548
added heat geodesic (not tested)
2023-06-17 22:27:09 +02:00
github-actions[bot]
42acda3573
Automatic merge branch 'main' into 'devel'
2023-06-07 12:58:52 +00:00
alemuntoni
3c4270bc77
fix minimum osx release
2023-06-07 14:33:44 +02:00