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
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
Alessandro Muntoni
ac0fa3f42d
fix CreateRelease workflow
2023-06-23 15:39:16 +02:00
Alessandro Muntoni
9fda93bb10
using composites on CreateRelease
2023-06-23 15:24:51 +02:00
Alessandro Muntoni
ab419fa6c2
deploy in a composite action
2023-06-23 14:44:26 +02:00
Alessandro Muntoni
f33415303d
build in a composite action
2023-06-23 14:02:08 +02:00
Alessandro Muntoni
65262978ac
missing powershell
2023-06-23 12:31:13 +02:00
Alessandro Muntoni
9cb8fa34b1
move win certificate on composite action
2023-06-23 12:29:16 +02:00
Alessandro Muntoni
42cafd353c
fix mac certificate
2023-06-23 12:21:38 +02:00
Alessandro Muntoni
723e39cdf3
sign on composite action
2023-06-23 12:17:24 +02:00
Alessandro Muntoni
96c778446e
not passing runner os as input
2023-06-23 12:13:30 +02:00
Alessandro Muntoni
f56fb04d42
try different check
2023-06-23 12:11:43 +02:00
Alessandro Muntoni
e22e5180be
pass runner as input
2023-06-23 12:02:17 +02:00
Alessandro Muntoni
2cbe1da0ba
test always false condition
2023-06-23 11:55:16 +02:00
Alessandro Muntoni
16d8084ad3
try using composite with if
2023-06-23 11:52:28 +02:00
Alessandro Muntoni
e53c72026e
try composite action
2023-06-23 11:36:16 +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
github-actions[bot]
c3866af43e
Automatic merge branch 'main' into 'devel'
2023-06-20 12:29:36 +00:00
Alessandro Muntoni
adc07be2ce
fix windows sign
2023-06-20 14:29:01 +02:00