99 Commits

Author SHA1 Message Date
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
Guido Ranzuglia
1e2a54cee2 - added locale support to MeshLab&MeshLabServer -fixed "not enough memory" bug in MeshLabServer 2017-01-09 17:51:01 +01:00
Marco Callieri
f948e80603 corrected exporting error, when saving multiple layers
MeshLabServer was iterating on the "output list", but always exporting
the current layer (meshDocument.mm()). Now it exports layers following
their order
- TO BE TESTED -
2016-12-21 12:10:31 +01:00
Paolo Cignoni
40b2748295 Added a missing required parameter in the meshlabserver creation of a fake context 2016-11-10 12:10:34 +01:00
Guido Ranzuglia
dc20b496f8 - added default value for parameter meaningless for meshlabserver 2016-11-10 10:12:42 +01:00
Matteo Dellepiane
c744160fbe Added needed parameter in shareddatacontextcreation
Min polygons for smooth rendering parameter was missing. I set it as the
default like in MeshLab
2016-11-10 08:57:02 +01:00
Guido Ranzuglia granzuglia
bd464dd3b4 - commented system("pause") used for windows debug 2016-10-17 05:43:45 +00:00
Guido Ranzuglia granzuglia
95bf135bc4 - fixed parsing bug 2016-10-17 05:42:02 +00:00
Guido Ranzuglia granzuglia
eedf9b7822 - rewritten meshlabserver 2016-10-17 04:41:44 +00:00
Federico Ponchio ponchio
6fcf2eb419 Moved OutFileMesh and OutProject definitions outside of main().
They were used in a template down causing problems with gcc, as it
would require c++11 to do so legally.
2014-08-27 11:37:00 +00:00
Guido Ranzuglia granzuglia
cb606bee58 - added support for mesh with double precision attributes
- removed some warnings
2014-08-09 09:16:12 +00:00
Guido Ranzuglia granzuglia
460270c22e - added missing control on opening mlx script file 2014-05-26 17:14:43 +00:00
Guido Ranzuglia granzuglia
38770e6851 - fixed "output mesh saving mask must be constrained on the chosen 3d file format mesh attribute capabilities" bug 2014-05-26 16:00:28 +00:00
Guido Ranzuglia granzuglia
6b698f7078 WARNING!!! CRITICAL COMMIT.
- Improved a lot the XML filter thread safety. There are still critical situation not properly managed.
- Improved the old scripting system mechanism support for the XML plugins.
- fixed various bugs
2014-05-23 09:22:08 +00:00
Paolo Cignoni cignoni
a1a87698fa Completed correction of the directory bug for meshlabserver 2014-05-14 14:09:58 +00:00
Paolo Cignoni cignoni
4d89feca7b Two small changes to meshlabserver:
- corrected bug about loading multiple meshes in different directories
- Corrected log printing for xml filters
2014-05-14 09:11:35 +00:00
Guido Ranzuglia granzuglia
b426b3ecdb - removed hard coded chars in parsing step 2014-05-14 08:05:42 +00:00
Guido Ranzuglia granzuglia
1957579d5c - fixed small bug 2014-05-13 14:25:09 +00:00