6201 Commits

Author SHA1 Message Date
Guido Ranzuglia granzuglia
e41bcc1178 fixed small bugs 2013-10-15 07:50:23 +00:00
Guido Ranzuglia granzuglia
85c3fb8d45 - updated windows x64 installation file 2013-10-11 21:23:43 +00:00
Guido Ranzuglia granzuglia
7a74896286 - i got (auto) promotion! 2013-10-11 15:57:44 +00:00
Guido Ranzuglia granzuglia
3e4a7ac69b - temporary disabled the showselectedfaces and showselectedvertices decorators 2013-10-11 14:33:53 +00:00
Guido Ranzuglia granzuglia
ea9911890e - added README_HOW_TO_COMPILE_WITH_VS2010.txt file 2013-10-11 13:44:55 +00:00
Paolo Cignoni cignoni
9db3b5583d Added Selected face and vert decorator 2013-10-11 08:13:43 +00:00
Paolo Cignoni cignoni
12cfe10f22 Corrected measure topo info for quads 2013-10-10 16:07:07 +00:00
Paolo Cignoni cignoni
d558b54de6 Added dump of errorMsg() returned from failing filters in the log window. 2013-10-10 16:05:46 +00:00
Paolo Cignoni cignoni
2df9834e76 Updated to the new geodesic api 2013-10-10 10:56:55 +00:00
Guido Ranzuglia granzuglia
d61fc239b6 - updated the rendering plugins according the new per mesh rendering mode semantic.
WARNING!!! it was not possible to fully update the Splatting rendering plugin cause the actual rendering function is inside vcglib (not QMap & not id per mesh)
2013-10-10 09:57:07 +00:00
Guido Ranzuglia granzuglia
f93eacc3a6 - updated the rendering plugins according the new per mesh rendering mode semantic.
WARNING!!! it was not possible to fully update the Splatting rendering plugin cause the actual rendering function is inside vcglib (not QMap & not id per mesh)
2013-10-10 09:35:03 +00:00
Guido Ranzuglia granzuglia
0497e36c34 - updated the rendering plugins according the new per mesh rendering mode semantic. 2013-10-10 09:33:08 +00:00
Guido Ranzuglia granzuglia
cd27292094 - removed useless dynamic_cast 2013-10-09 16:25:23 +00:00
Gianpaolo Palma gianpaolopalma
13dabacfd2 Added support to the node Cylinder 2013-10-09 15:50:54 +00:00
Paolo Cignoni cignoni
e2d9bd6877 Removed useless reference to functions of glarea from shadow mapping decorator 2013-10-09 14:05:56 +00:00
Guido Ranzuglia granzuglia
93b65ec6df - updated the plugins code using the new per mesh rendering system.
This code will be changed again as soon as possible in order to prevent any possible concurrent access to the mesh rendering map.
2013-10-09 12:18:31 +00:00
Guido Ranzuglia granzuglia
fae46d91ed - WARNING!!!!! really thorny commit! Some functions have been moved from the .cpp to .h in order to avoid importing the .cpp file inside the plugin pro. Unfortunately in order to do so a qobject_cast<MultiViewer_Container*> has been switched to a dynamic_cast<MultiViewer_Container*>. 2013-10-09 12:16:04 +00:00
Guido Ranzuglia granzuglia
a5d5d5eb56 - Huge Commit! added per mesh rendering mode system!
Warning! there is a major drawback with the MeshRenderingInterface plugins. It will be fixed as soon as possible.
2013-10-08 17:09:33 +00:00
Guido Ranzuglia granzuglia
e212352d45 - Huge Commit! added per mesh rendering mode system!
Warning! there is a major drawback with the MeshRenderingInterface plugins. It will be fixed as soon as possible.
2013-10-08 17:07:55 +00:00
Matteo Dellepiane matteodelle
0115b88235 dellepiane: set use of distance and border quality as default in image_patch_param filter 2013-09-25 14:10:16 +00:00
Paolo Cignoni cignoni
8da7f4eb21 Orthography in help of sampling filter 2013-09-18 07:29:52 +00:00
Paolo Cignoni cignoni
1b91d1cdcc Add support of point cloud in the clustering filter 2013-09-18 07:16:31 +00:00
Paolo Cignoni cignoni
f7087ebc86 Removed a useless include glew.h 2013-09-18 04:22:05 +00:00
Paolo Cignoni cignoni
e411ca52a1 Added a signal updateLayerTable to the main window and moved connect of GLA to the layerdialog to the GLA constructor to manage the correct flow of signal and to avoid the possible initialization of the connect without an existing window…
Changed the importMesh of the MainWindow. Now if there is no project window it create it. 
It could be the bug that prevented the opening of a file on double-click on mac.
2013-09-18 04:21:10 +00:00
Paolo Cignoni cignoni
c8c48a722d Improved contour quality decorator 2013-09-18 04:17:01 +00:00
Paolo Cignoni cignoni
95b1fbd30a Added decorator to show quality isocontours on a mesh 2013-09-17 11:02:17 +00:00
Paolo Cignoni cignoni
461d11c5ad small changes to the filter texture 2013-09-16 12:29:04 +00:00
Paolo Cignoni cignoni
0746ead2e7 Added more info in the log of the poisson disk sampling filter 2013-09-10 13:39:52 +00:00
Luigi Malomo malomo
1ef6ac96cd the filter now works also on mesh not closed. 2013-09-10 13:28:07 +00:00
Paolo Cignoni cignoni
25b478925a exposed a couple of new parameters in the poisson disk sampling filter 2013-09-10 12:12:25 +00:00
Rosario Aiello aiello
8bf427db2d Minor fixes and refactoring of the filter code 2013-09-07 09:05:49 +00:00
Luigi Malomo malomo
cb0ff4f152 added colorize option to harmonic field filter 2013-09-03 18:00:09 +00:00
Luigi Malomo malomo
c5444e44bd Working harmonic field filter (still experimental) 2013-09-03 17:27:36 +00:00
Luigi Malomo malomo
185183bd5d Added skeleton for harmonic field filter. 2013-08-30 00:42:59 +00:00
Guido Ranzuglia granzuglia
d07213609b - updated decorator parameters viewer switching between different document views
- right-mouse click on decorator parameter item to switch off the decorator
2013-08-05 15:03:46 +00:00
Paolo Cignoni cignoni
d685b1afab updated to the recent changes to UpdateQuality that removed the duplicated geodesic code 2013-07-25 05:42:00 +00:00
Matteo Dellepiane matteodelle
0f527b8bb1 dellepiane: higher value for Max of Far plane set. 2013-07-19 13:04:34 +00:00
Paolo Cignoni cignoni
c718bce402 Various changes and refactoring during the exam code review 2013-07-17 22:43:43 +00:00
Guido Ranzuglia granzuglia
12c1bd9e08 - new tooltip mechanism (to be tested on mac) 2013-07-17 13:22:08 +00:00
Guido Ranzuglia granzuglia
0b08d56cc6 - closing stddialog if an xmlfilter is invoked and vice versa 2013-07-17 08:44:46 +00:00
Guido Ranzuglia granzuglia
3664dea494 - removed ExpandButtonWidget if all parameters are important 2013-07-17 08:00:42 +00:00
Guido Ranzuglia granzuglia
504864751d - cleaned up decorator parameters table when a glarea is closed 2013-07-17 07:35:28 +00:00
Rosario Aiello aiello
d8123eca6b A couple of fixes in the filter code, plus the needed changes in the maxflow/mincut library. 2013-07-16 17:10:45 +00:00
Guido Ranzuglia granzuglia
3e4cc3dbce - MeshLabFilterInterface creation and initialization temporary moved inside FilterThread 2013-07-16 09:12:00 +00:00
Guido Ranzuglia granzuglia
2c4d2c600c - Qtime init was missing 2013-07-16 09:10:35 +00:00
Guido Ranzuglia granzuglia
34b8034f23 - update pro for visual studio 2012 2013-07-12 09:15:57 +00:00
Guido Ranzuglia granzuglia
5bcccfe9f4 - script system fixed up for the release
- removed crash on filter_camera
2013-07-11 12:48:38 +00:00
Guido Ranzuglia granzuglia
fae09f7121 - removed stupid and really dangerous compiler error 2013-07-10 12:46:05 +00:00
Rosario Aiello aiello
4bb328a792 Removed useless code from the file filter_decompose.h 2013-07-06 13:44:49 +00:00
Rosario Aiello aiello
d3b532f7b3 Several fixes on the filter code. Everything should be working correctly now. 2013-07-05 15:45:21 +00:00