116 Commits

Author SHA1 Message Date
alemuntoni
7878f9076e fix meshlabserver 2020-11-27 16:44:00 +01:00
alemuntoni
dd4ebb03d3 fix meshlabserver 2020-11-24 19:19:53 +01:00
alemuntoni
7036ab5570 renamings 2020-11-24 19:12:57 +01:00
alemuntoni
13658b0ba0 applyFilter has a new parameter for output values 2020-11-13 14:26:27 +01:00
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
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
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
alemuntoni
8e58bb19c6 glew is initialized just one time 2020-04-22 16:49:38 +02:00
Ryan Pavlik
6f5657692e Replace all other glewInit calls in maintained plugins and core. 2020-03-25 10:48:01 -05: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
6c8ab64e76 Fix typos, most noticed by codespell. 2019-12-11 11:15:02 -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
Joseph E. Weaver
b2d104feb0 Add rough framework for saving ASCII STL
Figured out the plumbing to add a new sub parameter command line option, where it hooks into the the export code in the server, and how to set the right flag in the parameter set for the IO object
2019-04-30 23:25:45 -04:00
easterngarden
c18324caf0 fix meshlabserver issue 357 2018-09-27 17:33:18 -07:00
Marco Callieri
68f4b097b4 saving view state in project is now optional
added checkbox in project saving window. Default is ON (save state).
2018-08-29 15:21:12 +02:00
Marco Callieri
9bae8dbd8d qPrintable to qUtf8Printable in the WHOLE project
qUtf8Printable is better to deal with special characters.
also in QT documentation it is said is better when logging strings.
However, we use it also to store filenames and text-based ID, if we only use one, and not alternating between qUtf8Printable and qPrintable, thins should be smoother, but since it is a project-wide change, it is potentially DANGEROUS, NOT YET FULLY TESTED
2018-02-19 16:36:31 +01:00
Marco Callieri
859ab61adb removed warnings 2018-02-14 17:43:11 +01:00
Marco Callieri
cc9aa18124
Merge pull request #179 from markstock/server_writes_radii
Server now exports point radii if available
2018-02-07 13:10:31 +01:00
Marco Callieri
37df43adf3 added version number to MeshlabServer 2018-02-01 15:06:11 +01:00
granzuglia
7a19e3ceb9 - fixed a lot of compiler errors and added (hopefully) support for visual studio 2017 2017-12-16 18:50:35 +11:00
gianpaolopalma
ebad76f177 Added new functinalities to the MeshLab project
- Added a new project type (.mlb) to save matrix and camera data in
binary format using Base64 encoding
- Added the saving of the rendering options of each mesh layer
- Bug fixed in the appendProject
2017-11-27 13:37:49 +01:00
Mark Stock
6386926752 Server now exports point radii if available 2017-07-10 14:03:22 -06:00
granzuglia
6eb883884b - fixed "no mesh" crash 2017-06-28 10:40:28 +10:00
granzuglia
b4103dc0d4 - fixed "file paths containing spaces are not correctly managed" bug - added "save polygonal mesh info" support 2017-06-28 10:09:14 +10:00
Guido Ranzuglia
98b0e889e7 - fixed "svn and sfn are not updated in MeshLabServer" bug 2017-03-25 01:16:36 +11:00
Guido Ranzuglia
5df9747207 - new meshlabserver version managing in a more flexible way the layer to be exported 2017-03-15 11:26:26 +11:00