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
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
ff0f9539f5
reformatted meshlabserver help
2018-04-19 16:38:16 +02:00
Paolo Cignoni
042312a18a
linux lib again
2018-02-21 20:31:46 +01: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
7788bbe5c2
updated meshlabserver help text
2018-02-09 10:10:09 +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
Marco Callieri
70b9dd7fc4
Merge pull request #133 from lzhbrian/master
...
Fix some typo
2017-07-04 15:19:49 +02: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
granzuglia
e62e921389
updated the help file according to real syntax
2017-06-26 12:43:09 +10:00
lzhbrian
f34ccaee3c
Fix some typo
2017-04-15 13:58:03 +08: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
Paolo Cignoni
f675047c92
Explicit add of the Eigen folder to the include path.
...
Needed since the removal of the hardcoded paths of Eigen inside the
library.
2017-01-26 15:47:07 +01: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
Guido Ranzuglia granzuglia
c2981d6edc
- WARNING!!!! DANGEROUS COMMIT. REALLY UNTESTED!!! added support for xml filters in old fashioned scripting system
2014-05-13 14:03:44 +00:00