5690 Commits

Author SHA1 Message Date
Guido Ranzuglia granzuglia
e1d644c8f5 main function has been commented. 2012-04-04 17:55:32 +00:00
Guido Ranzuglia granzuglia
a3adef9041 WARNING! Temporary solution in order to make MeshLab compile. It MUST be changed. 2012-04-04 17:54:26 +00:00
Paolo Cignoni cignoni
75451f8cfa Added Jhead library under external 2012-04-04 09:48:23 +00:00
Guido Ranzuglia granzuglia
f6c83dbd66 updated adding new interrupting system code. 2012-04-03 15:16:16 +00:00
Guido Ranzuglia granzuglia
ea2a277354 - added new interrupt system (it must be refined!)
- removed the old one
2012-04-03 15:11:03 +00:00
Guido Ranzuglia granzuglia
a72997a543 - added new interrupt system (it must be refined!)
- removed the old one
2012-04-03 14:56:00 +00:00
Massimiliano Corsini maxcorsini
f4ecb92417 move this filter, used for quick and dirty tests, in sandbox 2012-04-03 11:42:45 +00:00
Massimiliano Corsini maxcorsini
4229bbc998 2012-04-03 10:14:19 +00:00
Massimiliano Corsini maxcorsini
43452ca245 2012-04-03 08:10:38 +00:00
Paolo Cignoni cignoni
67751b06af Moved filter_mutualglobalNCC to plugins_experimental 2012-04-03 07:49:00 +00:00
Paolo Cignoni cignoni
04faa577ef moved filter_mutualglobal to plugins_experimental 2012-04-03 07:44:16 +00:00
Paolo Cignoni cignoni
ce5a13db53 Moved edit_ocme to plugins_experimental 2012-04-03 07:34:55 +00:00
Paolo Cignoni cignoni
b4b2cc6b70 Moved filter_musical_instruments to the experimental folder 2012-04-03 07:31:17 +00:00
Massimiliano Corsini maxcorsini
93e167481d 2012-04-02 16:53:54 +00:00
Manuele Sabbadin msabbadin
0675d0708a Properly commented connectedComponent.h 2012-04-02 15:30:20 +00:00
Massimiliano Corsini maxcorsini
acff174bd3 2012-04-02 15:16:38 +00:00
Massimiliano Corsini maxcorsini
fc0e3c8dfe 2012-04-02 14:26:04 +00:00
Massimiliano Corsini maxcorsini
722e55110d 2012-04-02 13:21:51 +00:00
Guido Ranzuglia granzuglia
21668b0b23 Pochio's certified changes. 2012-03-30 11:13:08 +00:00
Guido Ranzuglia granzuglia
a7d8ec7bdf added updateProgressBar mechanism for filter running in a different thread 2012-03-30 09:57:07 +00:00
Guido Ranzuglia granzuglia
65ce7deff1 added updateProgressBar mechanism for filter running in a different thread 2012-03-30 09:54:39 +00:00
Guido Ranzuglia granzuglia
d1716e586e added updateProgressBar mechanism for filter running in a different thread 2012-03-30 09:54:15 +00:00
Manuele Sabbadin msabbadin
35b89b1c67 Commented all the code in edit_point.cpp and removed an unused method from connectedComponent.h 2012-03-28 18:47:22 +00:00
Guido Ranzuglia granzuglia
4cc3f6cf7c - removed GLError caused by undetached vertex and fragment shader programs before attach them again. 2012-03-28 16:13:43 +00:00
Guido Ranzuglia granzuglia
75c9a83e12 new mac installer.
WARNING! the QTPATH variable is relative to my mac. change it if you are on a different computer.
2012-03-26 09:17:28 +00:00
Guido Ranzuglia granzuglia
d9c7bf8712 updated installation files. 2012-03-23 15:28:51 +00:00
Guido Ranzuglia granzuglia
591ebe80e5 saved temporary file in system temporary folder in order to avoid problem with os writing privileges. 2012-03-22 17:38:55 +00:00
Guido Ranzuglia granzuglia
ce5f22ec71 removed compiler errors. Enum type name used instead of class name. 2012-03-22 11:18:50 +00:00
Guido Ranzuglia granzuglia
58e6907f6a Even if Filter_SSynth inherits both from MeshFilterInterface and from MeshIOInterface, to avoid problem with Qt it's declared only as Q_INTERFACES(MeshFilterInterface). Q_INTERFACES(MeshIOInterface) has been removed. Otherwise MeshLab crashes when it's going to deallocate the plugin. 2012-03-22 11:09:50 +00:00
Marco Callieri mcallieri
fd93b20a33 corrected a problem with POW not able to choose the proper overload 2012-03-22 10:56:19 +00:00
Marco Callieri mcallieri
f672473813 corrected a near/far bug in the color projection(s) 2012-03-22 09:27:34 +00:00
Guido Ranzuglia granzuglia
9e4ede4f84 updated pro file 2012-03-22 09:01:26 +00:00
Paolo Cignoni cignoni
dacdb6541a Moved the edit point plugin from the FGT folder to the folder of the official plugins 2012-03-22 08:37:33 +00:00
Paolo Cignoni cignoni
c3ae546aba Small change to the pro of xml sample filter measure to patch a mac xml copying issue. 2012-03-22 08:34:51 +00:00
Paolo Cignoni cignoni
51896d3793 Small change to the pro of filter measure to patch a xml copying issue. 2012-03-22 08:33:45 +00:00
Marco Callieri mcallieri
6e3cf1cf74 now decorate_show_camera show only visible cameras, and filter_color_projection uses only visible cameras 2012-03-21 18:06:36 +00:00
Guido Ranzuglia granzuglia
607073d30a cleaned a bit the mutualinfo code 2012-03-21 17:29:08 +00:00
Guido Ranzuglia granzuglia
e7cd8628ec a different strategy for glarea disposal 2012-03-21 16:45:57 +00:00
Guido Ranzuglia granzuglia
fe86aad542 removed errors in shader, avoiding the filter to work properly on mac 2012-03-21 13:54:10 +00:00
Guido Ranzuglia granzuglia
fd491c3ed5 added update request every time the parameters (via GUI) are changed. 2012-03-21 12:09:20 +00:00
Guido Ranzuglia granzuglia
6af823d801 added control on opened img in order to avoid crash if the texture is not present in the folder. 2012-03-21 09:51:39 +00:00
Guido Ranzuglia granzuglia
9c5bbb8cab removed crashes in the plugin. changed a message error. 2012-03-21 09:49:43 +00:00
Guido Ranzuglia granzuglia
7e1c98db11 changed wrong texture pathname 2012-03-21 09:49:12 +00:00
Guido Ranzuglia granzuglia
3f3585ad51 properly destroyed the dialogs used by the render plugins. 2012-03-21 09:19:48 +00:00
Guido Ranzuglia granzuglia
5e14f342a6 removed crashes in the plugin. changed a message error. 2012-03-21 07:49:34 +00:00
Matteo Dellepiane matteodelle
d2d3bbc195 dellepiane: mutualglobal development 2012-03-20 19:04:40 +00:00
Guido Ranzuglia granzuglia
5d488083ab changed the Finalize signatures in the MeshRenderInterface interface. From MeshDocument& -> MeshDocument* in order to avoid crash and to close dialog if the MeshDocument is NULL. 2012-03-20 17:18:10 +00:00
Guido Ranzuglia granzuglia
97b5b9586a changed the Finalize signatures in the MeshRenderInterface interface. From MeshDocument& -> MeshDocument* in order to avoid crash and to close dialog if the MeshDocument is NULL.
Remain a small bug that will be fixed on the next release.
2012-03-20 16:49:20 +00:00
Guido Ranzuglia granzuglia
cffa491798 changed the Finalize signatures in the MeshRenderInterface interface. From MeshDocument& -> MeshDocument* in order to avoid crash and to close dialog if the MeshDocument is NULL. 2012-03-20 16:45:04 +00:00
Guido Ranzuglia granzuglia
0c8ff39a65 removed "none" shader. A "none" action is now added in the rendermenu by the MainWindow 2012-03-20 15:51:00 +00:00