alemuntoni
5c7d8bd4ca
filter fractal description fix
2020-09-09 17:34:47 +02:00
alemuntoni
7f67a3b13a
small filter description fixes
2020-09-09 17:34:47 +02:00
alemuntoni
77539af9c6
const correctness IO filter ssynth
2020-09-09 17:34:47 +02:00
alemuntoni
205205e21f
const correctness IO plugins
2020-09-09 17:34:47 +02:00
alemuntoni
f339fe6cb8
filter sketchfab allows to save API code in MeshLab settings
2020-09-01 10:05:07 +02:00
luz paz
5b1e759eb6
fix typos found in src/meshlabplugins
...
Follow up to #78
Found via `codespell v2.0.dev0`
```
codespell -q 3 -S ./src/external,./vcglib,./src/plugins_unsupported/external -L lod,vertexes src/meshlabplugins/
```
2020-08-20 08:02:38 -04:00
alemuntoni
7ec1d7f673
filter_select can now be executed without a QApplication instance running
2020-08-07 15:27:23 +02:00
alemuntoni
fe42f9427e
add pluginNames to all plugins; update vcg
2020-08-07 14:45:40 +02:00
Alessandro Muntoni
299bef5524
Merge pull request #761 from alemuntoni/RichParameterSet_refactoring
...
Huge RichParameter refactoring
2020-08-04 19:06:56 +02:00
alemuntoni
ddef2d7d28
general cleanups, moving all the gui for rich parameter in rich_parameter_gui folder
2020-08-03 18:07:19 +02:00
alemuntoni
bde27b81f5
RichParameterLists iterates on RichParameter references
2020-08-03 10:10:06 +02:00
alemuntoni
47b0828b29
references instead of pointers
2020-08-03 09:00:44 +02:00
alemuntoni
f67548bbc2
lot of constness, everything seems to work
2020-08-02 20:14:35 +02:00
alemuntoni
4a9d520928
fix macos build
2020-08-02 10:38:50 +02:00
alemuntoni
8d30b137e5
cmake fix
2020-08-02 10:36:22 +02:00
alemuntoni
d6ec84d0ef
other fixes
2020-08-02 10:20:47 +02:00
alemuntoni
8b9e0dd3bd
some other fixes
2020-08-02 09:47:20 +02:00
alemuntoni
02e826d777
rename stdparframe folder
2020-08-02 09:32:01 +02:00
alemuntoni
30869209df
fixes
2020-08-02 09:03:05 +02:00
alemuntoni
5fab6355bc
renamings
2020-08-01 20:17:12 +02:00
alemuntoni
d7fac30669
moving some classes
2020-08-01 18:42:43 +02:00
alemuntoni
145cd72be9
last amend...
2020-07-31 22:20:56 +02:00
alemuntoni
1f6699c621
amend last commit
2020-07-31 22:12:37 +02:00
alemuntoni
d9d3239c48
addParam takes a reference
2020-07-31 20:11:46 +02:00
alemuntoni
46905a8c95
fix last two commits
2020-07-31 19:38:48 +02:00
alemuntoni
5063bde0c9
RichParameterSet -> RichParameterList (actually it was already a list)
2020-07-31 17:29:06 +02:00
alemuntoni
1afe273d6b
removed filterparameter file, added some missing includes
2020-07-31 17:04:45 +02:00
Paolo Cignoni
5d1316f472
added fallback to xyz loading in case of failure of loading a plain pts ascii file that is not a expe pts file.
2020-07-31 13:12:33 +02:00
alemuntoni
07aad36c65
applyFilter now takes a const RichParameterSet
2020-07-30 15:44:13 +02:00
alemuntoni
9e68654b93
RichParameter val is now protected - safer resource management
2020-07-30 15:07:58 +02:00
alemuntoni
690e4abb91
RichParameter now is copiable and assignable, name field protected
2020-07-30 13:23:23 +02:00
alemuntoni
a547eb08bf
first move of some files
2020-07-29 18:40:51 +02:00
alemuntoni
331da865e1
bugfix missing break mutualinfo
2020-07-28 11:19:04 +02:00
alemuntoni
23fcdf59e3
fix random component color filter name
2020-07-28 09:59:41 +02:00
alemuntoni
c0e55e569a
fix missing return edit pickpoints
2020-07-13 12:18:54 +02:00
Alessandro Muntoni
4b57b144b5
Merge pull request #736 from feilen/master
...
Allow all filetypes supported by meshlab to be opened with meshlabserver
2020-06-26 15:32:41 +02:00
alemuntoni
ff9b23ddbd
fixes
2020-06-24 16:40:53 +02:00
alemuntoni
50be0e4c01
fix build fails
2020-06-24 08:54:58 +02:00
alemuntoni
3270ea1e23
cmake configuration for globalregistration plugin
2020-06-24 08:11:53 +02:00
Chelsea Jaggi
1d9f94e2b8
Revert "Regenerate CMakeLists.txt"
...
This reverts commit d7d16eac0d8a8ba7886b1cb05da3d15eec95dff0.
2020-06-23 21:06:36 -07:00
Chelsea Jaggi
d7d16eac0d
Regenerate CMakeLists.txt
2020-06-23 21:01:51 -07:00
Chelsea Jaggi
74f55f5273
Allow all filetypes supported by meshlab to be opened with meshlabserver
...
VisualSFM (and some other formats) output *.nvm, *.rd.out projects that
meshlab can easily import and use, but the logic for this never made it
into meshlabserver. I pretty much just wholesale copied/adapted the
existing code from meshlab into meshlabserver, allowing any supported
project to be imported like any other mlb file.
2020-06-23 16:32:37 -07:00
nmellado
9ea3e3c16a
Fix compilation error + remove logs
2020-06-23 16:17:12 +02:00
alemuntoni
1d147d123e
Add openGR lib. missing template for gr::AdaptivePointFilter::Options on filter_globalregistration
2020-06-23 11:13:58 +02:00
Paolo Cignoni
035f425f70
Added line width parameter in the background grid decorator
2020-06-23 10:49:41 +02:00
Paolo Cignoni
b51f9e01ac
Added line width parameter in the background grid decorator
2020-06-23 10:21:14 +02:00
nmellado
0a7cfc304e
Initial commit
...
Code source taken from: 56eafeeba0/demos/MeshlabPlugin
2020-06-23 08:45:27 +02:00
alemuntoni
b6dcc8772e
robustness on macos scripts, first try u3d macos
2020-06-18 12:34:50 +02:00
alemuntoni
132a44897d
another try
2020-06-15 16:30:52 +02:00
alemuntoni
c4b54e43e7
another appimage try
2020-06-15 16:16:28 +02:00