4026 Commits

Author SHA1 Message Date
Paolo Cignoni cignoni
dbb8d8fcea added ImportLocal to user defined simplex types 2010-02-23 00:48:33 +00:00
Paolo Cignoni cignoni
6b54218921 added support for vmi input 2010-02-23 00:44:39 +00:00
Nico Pietroni nicopietroni
995666832d Changed interface in order to response correctly with error messages of parameterization 2010-02-21 22:26:25 +00:00
Nico Pietroni nicopietroni
c138111770 * Resolved several bugs on parametrization for the 2 step processing.
* Added an initial smooth step of uv coordinates to speedup the process and make it more stable.

* Changed responses of the system if some problem happens during the parameterization

* Corrected wedge coordinates assigned on original mesh

* Tested successfully the parameterization with transfer color to texture.
2010-02-21 22:05:27 +00:00
Paolo Cignoni cignoni
97166b5621 fixed some bug about mesh directory
refactoring of part of code (removed method getFileNameFromPath)
2010-02-19 20:04:05 +00:00
Paolo Cignoni cignoni
549fae223d moved src\meshlab\render_template directory to src\distrib\render_template 2010-02-19 20:01:07 +00:00
Paolo Cignoni cignoni
aaec7445c5 Significant improvment of plymc filter. Now works with multiple meshes (use all the visible layers) and honors the Tr matrix. 2010-02-19 16:13:40 +00:00
Paolo Cignoni cignoni
54e9c75a07 slightly cleaned up the mechanism of communication of layer changes between the framework and the layer dialog. Corrected the bug involving the change of layer during the preview mode. 2010-02-19 16:12:03 +00:00
Paolo Cignoni cignoni
4d4cda337b harmless warnings 2010-02-19 00:16:43 +00:00
Paolo Cignoni cignoni
477a70b622 added slot for managin in a more safe way the change of layers in dynamic parameters 2010-02-19 00:15:18 +00:00
Paolo Cignoni cignoni
210e73a224 Added a filter to reset the trasform 2010-02-19 00:13:34 +00:00
Guido Ranzuglia granzuglia
06b96487c2 removed QStandardItemModel* from dialog 2010-02-18 12:54:28 +00:00
Paolo Cignoni cignoni
c1387566c2 fix compile problem (conform to new applyFilter sign) 2010-02-18 12:32:05 +00:00
Guido Ranzuglia granzuglia
4478389085 added CoformImportDialog 2010-02-18 10:39:11 +00:00
Paolo Cignoni cignoni
d59cbf2d08 updated to reflect the new syntax for getting filenames of the current mesh 2010-02-17 00:46:42 +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
Paolo Cignoni cignoni
debb836f1a Interface change
- re added MainWindowInterface super class. It is needed for the preview mechanism that need that a dialog is able to restart the execution of a filter. (messages would have been a better choice...)
- cleaned up the path/filenames storing in the MeshModel Class. now there are methods for getting the filename and the full path
2010-02-16 23:35:28 +00:00
Guido Ranzuglia granzuglia
d08358b163 changed class name from 3DCoformIOPlugin to CoformIOPlugin 2010-02-16 11:17:12 +00:00
Guido Ranzuglia granzuglia
a9a4e5c29e skeleton files for 3dRI format plugin 2010-02-16 10:53:42 +00:00
Paolo Cignoni cignoni
587a136da6 final small changes to the select by color filter 2010-02-15 19:11:22 +00:00
Paolo Cignoni cignoni
b6cf7080a7 Removed files accidentally committed here 2010-02-15 18:48:07 +00:00
Gregorio Palmas palmas
9b97904876 maxobjects parameter added 2010-02-15 15:08:21 +00:00
Fabio Ganovelli ganovelli
bbb99245d8 added meshlab plugin files 2010-02-15 14:08:22 +00:00
Paolo Cignoni cignoni
57e7a98475 removed the now useless autodialog stuff 2010-02-12 22:41:45 +00:00
Paolo Cignoni cignoni
4b9c5c77fa Removed the old out of standard dialog for transformations, Now it is well integrated in the framework 2010-02-12 22:25:39 +00:00
Paolo Cignoni cignoni
2d165bdf86 A bit of cleanup in the interfaces:
Removed MainwindowInterface class (no more need of it)
Removed autodialog/customDialog mechanism. Now each filter just fill the parameter list, if it is empty no dialog is created.
2010-02-12 22:14:06 +00:00
Paolo Cignoni cignoni
bbf18fbfe6 Added filters for working on matrix transformation. First step of the ultimate removal of custom dialogs from filters 2010-02-12 10:57:04 +00:00
Nico Pietroni nicopietroni
1dfdfd771f changed limits for double step 2010-02-11 17:16:30 +00:00
Nico Pietroni nicopietroni
2b2708fec2 added abstraction_num variable definition 2010-02-11 17:15:43 +00:00
Paolo Cignoni cignoni
d95d175d5d minor changes to better parameter parsing 2010-02-10 21:49:42 +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
0f49723b97 new updated install file 2010-02-10 11:54:00 +00:00
Paolo Cignoni cignoni
ae8a955ca9 more robust management of reading global parameters 2010-02-10 10:55:22 +00:00
Paolo Cignoni cignoni
a89037fd7b harmless warnings 2010-02-10 09:42:52 +00:00
Paolo Cignoni cignoni
ecc53978c7 corrected again the dll dest dir due to mismatch between unix and mac (mac is unix...) 2010-02-10 09:36:23 +00:00
Guido Ranzuglia granzuglia
646d0aa796 added semantic validator to RichParameterFactory 2010-02-09 20:58:49 +00:00
Luigi Malomo malomo
6a0a0592e9 Modified Texel Sampling and Texture filters to reflect changes within vcglib rasterization algorithm
Fixed some bugs in Filter Texture preventing properly texture assignment + minor changes
2010-02-09 19:14:20 +00:00
Guido Ranzuglia granzuglia
04770c04c2 added support for uncorrect script file 2010-02-09 18:39:45 +00:00
Gregorio Palmas palmas
39f72d04d4 added output clear to mytrenderer destructor 2010-02-09 14:09:26 +00:00
Guido Ranzuglia granzuglia
808a4b1818 added QHeaderView include 2010-02-08 15:36:51 +00:00
Paolo Cignoni cignoni
1df4e3b135 harmless warnings 2010-02-08 14:10:25 +00:00
Paolo Cignoni cignoni
a1a00cdbac Improved a bit the selection by color filter (now it has preview) 2010-02-08 14:08:40 +00:00
Paolo Cignoni cignoni
32b53bf718 Documentation added 2010-02-08 12:21:57 +00:00
Paolo Cignoni cignoni
8dd64eaac9 cleaned up some mismatch between defaults and current values (thanks to mogware guys) 2010-02-08 09:39:57 +00:00
Paolo Cignoni cignoni
f3c0264191 implemented missing RichParameterFactory::create( const QDomElement& np,RichParameter** par ) for dynamic floats and a few other bugs... (thanks to MogWare guys) 2010-02-08 09:36:26 +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
Paolo Cignoni cignoni
32fe64bd87 Some compiler warnings removed 2010-02-07 13:58:57 +00:00
Paolo Cignoni cignoni
393b2b0e23 API clear method cleaned 2010-02-06 10:05:25 +00:00
Fabio Ganovelli ganovelli
9f5ef89132 added destdir for unix 2010-02-05 17:12:04 +00:00