58 Commits

Author SHA1 Message Date
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
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
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
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
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
d594e7d304 removed compiler time errors 2010-08-03 08:27:11 +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
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
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
Paolo Cignoni cignoni
932cc14e53 Refactoring meshlab common files. Created a 'common' directory with the shared pieces of code. Most of the pro/pri files have been changed. A rebuild all is strongly suggested...
* Corrected Paths.
2009-11-23 11:22:29 +00:00
Guido Ranzuglia granzuglia
0d94829543 Scripting system has been restored and patched (tons of bugs). PS it should be re-engineered 2009-09-07 08:02:01 +00:00
Guido Ranzuglia granzuglia
675a4ab804 totally new parameters system...bugs surelly will be present! 2009-09-01 08:33:26 +00:00
Guido Ranzuglia granzuglia
486ee3d4a0 added <br> to improve readability 2009-04-22 15:33:46 +00:00
Guido Ranzuglia granzuglia
238971f1ac removed </br> 2009-04-22 15:26:03 +00:00
Guido Ranzuglia granzuglia
262b64b5c5 added </br> to improve readability 2009-04-22 15:19:06 +00:00
Paolo Cignoni cignoni
335d2d06ee improved robustness and directory managment of script loading part of meshlabserver 2009-03-03 10:58:21 +00:00
Paolo Cignoni cignoni
a21ded4913 added -om option that allow you to choose which data should be saved save in output
mesh"
2008-10-16 07:23:01 +00:00
Paolo Cignoni cignoni
3757ef1aab Completed the automatic creation of a text file containing all the available filters. Ready to be added to the wiki. 2008-08-20 22:58:28 +00:00
Paolo Cignoni cignoni
4493f2e089 Added computation of bbox after loading. Many filters rely a updated bbox. 2008-08-19 22:44:36 +00:00
Paolo Cignoni cignoni
c2b556332d Removed bug in command line params processig: added a check on argc while searching for multiple input files 2008-08-19 05:33:50 +00:00
Paolo Cignoni cignoni
9e129604d3 added ability to run scripts that need the use of multiple layers. aslo fixed a bug with meshio using parameters now 2008-08-14 09:06:15 +00:00
Paolo Cignoni cignoni
4eaa6c3284 fixed bug where the code used the old open function prototype in the MeshIOInterface 2008-08-08 12:10:58 +00:00
Paolo Cignoni cignoni
649108aacd Updated to reflect the changes to the MeshIOInterface. Now the framework can ask and use format-specific parameters during saving and opening. 2008-07-02 14:29:24 +00:00