alemuntoni
dac26808bd
libjhead removed
2020-09-23 13:07:30 +02:00
alemuntoni
72c3de8697
postConditionMask is an output of applyFilter
2020-09-19 12:58:49 +02:00
alemuntoni
2a7b5fa81e
removed interfaces.h and interfaces.cpp
2020-09-18 16:43:19 +02:00
alemuntoni
233b3e9f54
filter_plugin_interface.h
2020-09-18 13:27:59 +02:00
alemuntoni
7ca8d10a77
io_plugin_interface.h, fix filter_trioptimize
2020-09-18 12:54:49 +02:00
alemuntoni
21377899e8
renaming initParameterList and filterArity const correctness
2020-09-17 15:09:53 +02:00
alemuntoni
3d98ec3a70
Better management of filterscript, removed unuseful pointers
2020-08-27 14:32:38 +02:00
luz paz
db3994710b
fix typos found in various files
...
Found via `codespell v2.0.dev0`
```
codespell -q 3 -S ./src/external,./vcglib,./src/plugins_unsupported/external -L lod,vertexes
```
2020-08-16 10:00:16 -04:00
alemuntoni
bde27b81f5
RichParameterLists iterates on RichParameter references
2020-08-03 10:10:06 +02:00
alemuntoni
228a82742b
small fix
2020-08-01 18:28:16 +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
alemuntoni
23bef8673f
removed RichParmiterCopyConstructor visitor
2020-07-30 17:38:23 +02:00
alemuntoni
69898a2be8
description and tooltip are protected in RichParameter
2020-07-30 16:00:04 +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
66f64eb701
removed decorators, everything seems to work
2020-07-29 22:34:59 +02:00
alemuntoni
a547eb08bf
first move of some files
2020-07-29 18:40:51 +02:00
alemuntoni
326e4a7c6f
fix memory leak - little organization improvement
2020-07-26 15:54:05 +02:00
alemuntoni
4363678d5d
moved alnParser
2020-06-24 12:37:12 +02: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
alemuntoni
5321334f31
removed qtscript from qmake and cmake
2020-05-27 14:55:31 +02:00
alemuntoni
b6a52a0de5
only classic plugin parameters admitted
2020-05-27 14:55:31 +02:00
alemuntoni
cf6abffe0c
iXMLfilter member function removed
2020-05-27 14:55:30 +02:00
Ryan Pavlik
2e69c640c8
Update build file template and generated files for better docs.
...
Also using a newer cmake-format version from
https://github.com/rpavlik/cmake_format
so formatting is better.
2020-05-06 16:57:44 -05:00
alemuntoni
04e22a5779
libmeshlab-common put inside the Frameworks directory of the macos appbundle
2020-05-04 15:17:50 +02:00
alemuntoni
8e58bb19c6
glew is initialized just one time
2020-04-22 16:49:38 +02:00
alemuntoni
671344c02d
missing dash meshlabserver win32-g++
2020-04-19 12:04:15 +02:00
alemuntoni
d2469242a7
meshlab-common for qmake (consistency with cmake)
2020-04-19 11:57:55 +02:00
alemuntoni
ce7c1d7d8a
libmeshlabcommon missing in meshlabserver for mac
2020-04-18 21:15:34 +02:00
alemuntoni
a79487e687
missing link meshlabcommon in meshlabserver
2020-04-18 20:59:28 +02:00
Ryan Pavlik
6f5657692e
Replace all other glewInit calls in maintained plugins and core.
2020-03-25 10:48:01 -05:00
alemuntoni
1b78c91e2e
test CompileAndRelease with MeshLabServer AppImage
2020-02-19 11:46:35 +01:00
alemuntoni
4ede42efd9
version computed at compile time and meshlabserver readme
2020-02-04 17:48:45 +01:00
alemuntoni
b29481d46b
missing distrib replacing and misleading indentations
2020-01-28 18:06:08 +01:00
alemuntoni
afb8562c81
fix missing common and glew in windows
2020-01-27 10:41:56 +01:00
alemuntoni
dac36bb0d5
deleted extra parentesis
2020-01-27 09:18:18 +01:00
alemuntoni
1f77f98e91
meshlab_mini working on linux
2020-01-27 09:18:17 +01:00
jmespadero
5a9cb09271
Trivial path validation
2019-12-16 12:03:51 +01:00
Alessandro Muntoni
d718653cff
Merge pull request #528 from jmespadero/meshlabserver_ascii
...
Meshlabserver ascii output. Code cleanups
2019-12-13 14:27:34 +01:00
jmespadero
6590ebd99c
code cleanups
2019-12-13 11:52:02 +01:00
Ryan Pavlik
f0f2bd7861
Scripts for CMake building
2019-12-12 17:30:26 -06:00
Ryan Pavlik
6c8ab64e76
Fix typos, most noticed by codespell.
2019-12-11 11:15:02 -06:00
alemuntoni
df95aa0596
meshlab builds with last visual studio versions; added deployment for windows
2019-12-10 12:02:12 +01:00
Marco Callieri
f8778c4473
Merge pull request #475 from nkemnitz/nkem-fix-snapshot-transparency
...
fix: Snapshot w/ transparency on Linux
2019-12-06 11:21:05 +01:00
Ryan Pavlik
d4564c341d
Use some system libraries if desired.
...
Specifically, lib3ds, openctm, bzip2, Eigen, and GLEW
2019-11-27 13:01:55 -06:00
Nico Kemnitz
8c4fc19c73
fix: Snapshot w/ transparency on Linux
2019-08-20 14:04:56 -04:00
Joseph E. Weaver
a93af4f279
Add ability to save STL as ASCII
...
Should also work with other formats that use the Binary parameter in their save parameter set. Not sure if this works with projects, since that looks like it might be a different code path and I only work with one STL at a time
2019-04-30 23:35:51 -04:00