alemuntoni
|
dbc9d8a626
|
remove unuseful debug print
|
2022-01-25 17:46:36 +01:00 |
|
alemuntoni
|
60ebdaa1a0
|
add eigen conversions with applied transformations
|
2022-01-25 11:15:05 +01:00 |
|
alemuntoni
|
a28309b6bc
|
using same single instance of action searcher
|
2022-01-24 16:37:38 +01:00 |
|
alemuntoni
|
72b05e717e
|
singleton instance of action searcher
|
2022-01-24 15:06:46 +01:00 |
|
alemuntoni
|
1ad302e21a
|
include filter name always also when searching for python filter names
|
2022-01-24 12:02:19 +01:00 |
|
alemuntoni
|
98a9fc8bf3
|
consistent search engine organization
|
2022-01-24 11:59:48 +01:00 |
|
Paolo Cignoni
|
8d0638f23c
|
added randomSeed param to random displacement
|
2022-01-23 23:22:22 +01:00 |
|
alemuntoni
|
17640937f4
|
new deterministic searcher
|
2022-01-21 19:09:39 +01:00 |
|
Alessandro Muntoni
|
6e3df79048
|
Merge pull request #1195 from alemuntoni/filter_parametrization
Filter parametrization
|
2022-01-20 14:39:34 +01:00 |
|
alemuntoni
|
adde96dd94
|
python filter names
|
2022-01-20 13:29:34 +01:00 |
|
alemuntoni
|
fc018aa683
|
update vcglib
|
2022-01-20 13:06:50 +01:00 |
|
alemuntoni
|
a623f22dac
|
fix https://github.com/cnr-isti-vclab/PyMeshLab/issues/172
|
2022-01-19 12:06:58 +01:00 |
|
alemuntoni
|
92d0801524
|
avoid crash reported in #1064
|
2022-01-14 15:49:08 +01:00 |
|
alemuntoni
|
3adbc4ee63
|
documentation filter parametrization
|
2022-01-13 16:10:25 +01:00 |
|
alemuntoni
|
140714d9e3
|
add info on deprecation message for old filter names
|
2022-01-10 16:07:51 +01:00 |
|
Paolo Cignoni
|
cac36d7e01
|
Update meshselect.cpp
default for filter quality selection were a bit weird.
|
2021-12-21 11:35:23 +01:00 |
|
alemuntoni
|
2ace58ecad
|
fix #1174
|
2021-12-16 09:22:58 +01:00 |
|
alemuntoni
|
6dfd0bbd56
|
add eigen unsupported
|
2021-12-13 15:05:07 +01:00 |
|
alemuntoni
|
a53ac8cd49
|
lscm parametrization filter
|
2021-12-13 13:07:32 +01:00 |
|
alemuntoni
|
1263a6362b
|
harmonic parametrization function working
|
2021-12-06 15:54:38 +01:00 |
|
alemuntoni
|
08b0eb5e7b
|
filter parametrization plugin draft
|
2021-12-06 14:22:27 +01:00 |
|
alemuntoni
|
d9d9ed105c
|
possibility to set dummy texture
|
2021-12-06 12:52:22 +01:00 |
|
alemuntoni
|
d3fc1c62c7
|
MeshModel utility functions
|
2021-12-06 10:02:43 +01:00 |
|
Luigi Malomo
|
7591cbda6c
|
vcglib update ...
|
2021-11-29 12:47:45 +01:00 |
|
Luigi Malomo
|
a337cbfff6
|
updated vcglib
|
2021-11-29 12:16:20 +01:00 |
|
Luigi Malomo
|
f7320ede54
|
updated vcglib (bugfix for obj material import and stats)
|
2021-11-29 10:56:27 +01:00 |
|
alemuntoni
|
8395619f31
|
solve some warnings
|
2021-11-24 11:13:14 +01:00 |
|
alemuntoni
|
c35016d2e0
|
get textures map from MeshModel
|
2021-11-22 13:11:41 +01:00 |
|
alemuntoni
|
5012edc1d4
|
change mesh model id to int for pymeshlab
|
2021-11-22 11:17:05 +01:00 |
|
Luigi Malomo
|
d117cd638b
|
updated vcglib
|
2021-11-21 01:08:34 +01:00 |
|
Luigi Malomo
|
d4e83814d8
|
fixed plist editing during rebuild to force light theme on macOS
|
2021-11-21 01:05:13 +01:00 |
|
alemuntoni
|
4db57f53ca
|
minimum Qt required 5.15
|
2021-11-19 12:11:54 +01:00 |
|
Luigi Malomo
|
47efc89225
|
replaced new/delete arrays with a vector
|
2021-11-18 19:20:51 +01:00 |
|
Luigi Malomo
|
33bb98f127
|
fixed bug in fitting plane filter (barycenter point was never initialized)
|
2021-11-18 19:19:58 +01:00 |
|
Luigi Malomo
|
8662b97cae
|
removed qt deprecation waring
|
2021-11-18 16:48:47 +01:00 |
|
Luigi Malomo
|
01a2a86df5
|
using 'replace' command for plist manipulation as 'insert' complained during rebuild (when the plist is already present)
|
2021-11-18 16:48:10 +01:00 |
|
Luigi Malomo
|
e74dbc51e1
|
updated vcglib
|
2021-11-17 23:44:04 +01:00 |
|
alemuntoni
|
6b7742e7e8
|
small update on meshmodel
|
2021-11-17 18:01:21 +01:00 |
|
alemuntoni
|
2308a6e9cc
|
removed using namespace from vcglib
|
2021-11-17 17:41:35 +01:00 |
|
Paolo Cignoni
|
fa2302c96f
|
Update vcglib
|
2021-11-17 09:46:33 +01:00 |
|
Paolo Cignoni
|
74d16cc9be
|
moved back cleaning filter into the correct cleaning class...
|
2021-11-17 09:23:15 +01:00 |
|
Luigi Malomo
|
94227f1eb5
|
Update README.md
|
2021-11-16 19:20:00 +01:00 |
|
alemuntoni
|
787f76cd71
|
remove unuseful RichMesh parameter constructor without document
|
2021-11-16 10:39:11 +01:00 |
|
alemuntoni
|
f1a399b223
|
fix crash when delete mesh with active decorator
|
2021-11-16 10:13:03 +01:00 |
|
Luigi Malomo
|
6097c7f11e
|
forced light Aqua theme on macOS
|
2021-11-11 15:24:49 +01:00 |
|
Luigi Malomo
|
1caddb391d
|
Delete Info.plist
|
2021-11-11 15:13:03 +01:00 |
|
Alessandro Muntoni
|
2bc9d1be55
|
Merge pull request #1152 from alemuntoni/python_filter_renaming
Python filter renaming
|
2021-11-11 12:35:16 +01:00 |
|
alemuntoni
|
3dae8c2e98
|
update vcglib
|
2021-11-11 12:12:52 +01:00 |
|
alemuntoni
|
f39845f788
|
fix filter deprecation
|
2021-11-11 10:50:24 +01:00 |
|
alemuntoni
|
cbae46ce8c
|
add deprecated python name functions
|
2021-11-10 17:25:36 +01:00 |
|