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
Guido Ranzuglia granzuglia
d9d2d8066c
- OTHER DANGEROUS COMMIT! significantly changed the RichMesh parameters management
...
- fixed various bugs on running script files inside MeshLab itself
2014-04-24 16:01:20 +00:00
Guido Ranzuglia granzuglia
7391b248aa
- fixed parsing bugs
2014-04-22 14:25:20 +00:00
Guido Ranzuglia granzuglia
f94498c5a4
- new MeshLabServer version able to deal with mlp files has been committed
2014-04-18 20:53:13 +00:00
Guido Ranzuglia granzuglia
34b8034f23
- update pro for visual studio 2012
2013-07-12 09:15:57 +00:00
Paolo Cignoni cignoni
5167dd5a16
Corrected the method used to compute normals in meshlab server to make it uniform with the rest of meshlab (call updateNormalsandBB whenever possible)
2013-02-14 10:58:38 +00:00
Massimiliano Corsini maxcorsini
b3a23e3214
add the pre-processor tag NO_XSERVER_DEPENDENCY to allow the compilation of meshlab server without the need of XSERVER (if necessary)
2013-02-12 16:17:40 +00:00
Paolo Cignoni cignoni
17a7bb7e7c
Changed the pro of meshlabserver to include the general.pri
2012-11-05 10:09:42 +00:00
Guido Ranzuglia granzuglia
60c99be464
- called the access function instead of directly the member
2012-10-18 10:09:19 +00:00
Paolo Cignoni cignoni
c1ad4c594f
Updated the basecode to the last changes of the VCG library
...
- UpdateNormals -> UpdateNormal
- Reduced the number of needed includes of the vcg library
2012-10-15 09:21:23 +00:00
Guido Ranzuglia granzuglia
698de0bc71
- added return 0 to the main
...
- added reference to meshlab.qrc in the pro file, in order to get access to the XML filter formal file schema.
2012-09-21 13:53:43 +00:00
Guido Ranzuglia granzuglia
6fc47d7398
- MeshLabServer is now a MeshLabApplication, not only a QApplication
2011-09-06 09:38:50 +00:00
Paolo Cignoni cignoni
70bfe7cb63
Corrections of include paths to comply the new folder arrangement of the VCG library (sample plugins and meshlabserver)
2011-04-03 23:29:16 +00:00
Paolo Cignoni cignoni
1a71834244
updated to the new addmesh that wants both filename and label
2010-12-22 12:23:22 +00:00
Paolo Cignoni cignoni
b87e1cdbc4
improved the management of the Log onto a different file in the meshlabserver
2010-12-13 09:58:33 +00:00
Guido Ranzuglia granzuglia
dedaa19080
added reference to xmlpatterns in .pro file
2010-12-06 16:18:48 +00:00
Guido Ranzuglia granzuglia
a03d63e3e8
changed current mesh
2010-10-06 06:42:07 +00:00
Guido Ranzuglia granzuglia
26fb620ec0
crash bugs have been patched
2010-10-05 16:10:12 +00:00
Guido Ranzuglia granzuglia
b9d83f94f7
- now it's possible to save more than a file
...
- added update normal for mesh without saved normals
2010-10-05 13:54:58 +00:00
Paolo Cignoni cignoni
77acdf20aa
doxygen files for building up the Filter Reference Manual
2010-09-17 13:20:49 +00:00
Guido Ranzuglia granzuglia
fe3dbea3fa
added QtScript to the qt session
2010-09-01 10:40:11 +00:00
Guido Ranzuglia granzuglia
d594e7d304
removed compiler time errors
2010-08-03 08:27:11 +00:00
Guido Ranzuglia granzuglia
e805a2a4b0
added linux-g++ tag.
2010-05-05 11:44:54 +00:00
Guido Ranzuglia granzuglia
904d6fa9fc
replaced unix token with pair linux-g++-32, linux-g++-64 in order to avoid conflict with mac os.
2010-05-03 08:10:00 +00:00
Guido Ranzuglia granzuglia
f4ec5d0aa4
a lot of updated stuff in order to compile in linux.
2010-04-30 17:33:53 +00:00
Paolo Cignoni cignoni
94b305d4a3
removed a few harmless warnings
2010-03-03 00:30:14 +00:00
Paolo Cignoni cignoni
774882f866
updated to reflect the new syntax for getting filenames of the current mesh
2010-02-16 23:43:27 +00:00
Guido Ranzuglia granzuglia
c03ff19c35
changed from qApp->dir() to QDir::currentPath()
2010-02-10 13:13:26 +00:00
Guido Ranzuglia granzuglia
d274c80574
added \n on "No Script to apply."
2010-02-10 11:54:47 +00:00
Guido Ranzuglia granzuglia
04770c04c2
added support for uncorrect script file
2010-02-09 18:39:45 +00:00
Paolo Cignoni cignoni
d44245310d
Correctly abstracted the global stuff in sound class. (Thanks to Mogware guys)
2010-02-08 09:32:48 +00:00
Guido Ranzuglia granzuglia
8480bbf642
from QDir::currentdir() to qApp->currentDirPath()
2010-02-05 14:42:03 +00:00
Paolo Cignoni cignoni
dee98c5025
Applyed patched submitted by Tracker for ubuntu compilation
2010-02-05 11:49:56 +00:00
Guido Ranzuglia granzuglia
4406599ed8
patched relative paths and script bugs. Removed filterMap and code referring to it.
2010-02-05 11:42:00 +00:00
Paolo Cignoni cignoni
a51bacc63b
Made linking working again for mac after the creation of the distrib folder
2010-02-03 10:21:38 +00:00
Guido Ranzuglia granzuglia
3b351487c5
changed from meshlabdistrib to distrib
2010-02-01 12:46:05 +00:00
Guido Ranzuglia granzuglia
f5ccb5b6cf
renamed meshlabdistrib to distrib
2010-02-01 10:20:47 +00:00
Guido Ranzuglia granzuglia
2aa06f201d
new meshlab directories' structure. changed values DESTDIR/DESTDIRDLL options.
2010-01-29 16:23:17 +00:00
Guido Ranzuglia granzuglia
139aa41d9f
patched CONFIG syntax in all *.pro
2010-01-29 09:27:42 +00:00
Guido Ranzuglia granzuglia
889eb66a75
working meshlabserver.pro project for VS2005-2008
2009-12-11 15:38:51 +00:00
Paolo Cignoni cignoni
2210eacc99
Corrected compilation for the mingw platform
2009-12-09 00:33:53 +00:00
Paolo Cignoni cignoni
6770877355
Updated pros and sources to comply to the new common library system
2009-12-05 00:46:37 +00:00
Paolo Cignoni cignoni
4228b6e078
Changes to comply to the common plugin interface
2009-11-27 17:37:48 +00:00