6392 Commits

Author SHA1 Message Date
Paolo Cignoni cignoni
0d1de03166 Updated the Release Notes 2014-05-07 09:31:29 +00:00
Paolo Cignoni cignoni
dbf568db9c Added support of polygonal meshes in OBJ output. Now meshes with faux edges set are correctly exported as polygonal meshes (and not tris) 2014-05-05 23:58:46 +00:00
Fabio Ganovelli ganovelli
7b34078410 added the options to reorient the vertex normals to copmly with the cameras in Bundler datasets (ora datasets with vertex-to-camera correspondences set, that is, with attribute CorrVec:
struct Corr{
unsigned int id_img; // the  associated camera
unsigned int key; 
float x,y; // position in the image (not used)
};
typedef std::vector<Corr> CorrVec;
2014-04-30 13:47:25 +00:00
Paolo Cignoni cignoni
c17714f3bd Improved selection-by-quality filters
Now they consistently works also for point clouds.
2014-04-29 22:43:39 +00:00
Paolo Cignoni cignoni
22978e2e15 Corrected a small bug in the Redetail sampler (wrong init of the vertex marker) 2014-04-29 13:50:23 +00:00
Guido Ranzuglia granzuglia
79001833fa - added some scaring code comments 2014-04-28 14:55:00 +00:00
Guido Ranzuglia granzuglia
ffd347abd7 - fixed the "crash on executing xml filters in preview mode" bug 2014-04-28 14:45:34 +00:00
Paolo Cignoni cignoni
c0bf8a016d Improved the sample xml filter: now it correctly delclare its postcondition 2014-04-28 12:00:58 +00:00
Paolo Cignoni cignoni
4ea27695e8 Updated the Review notes 2014-04-28 12:00:11 +00:00
Paolo Cignoni cignoni
d78ad7b061 corrected the IsPreviewable bug. Now filter changing face color or face normal are again previewable. 2014-04-28 11:58:39 +00:00
Paolo Cignoni cignoni
2045c106fe Improved on screen Help. Now it reports the trick for quick visibility toggling in the Layer window. 2014-04-25 21:12:50 +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
576801bd37 - added glContext initialization to constructor 2014-04-22 09:20:40 +00:00
Guido Ranzuglia granzuglia
c795bee368 - notes updated 2014-04-18 21:32:04 +00:00
Guido Ranzuglia granzuglia
c1ab2fad2e - new MeshLabServer version able to deal with mlp files has been committed 2014-04-18 20:54:55 +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
f302a0e986 - WARNING: DANGEROUS COMMIT!!! fixed "MeshWidget set the current value as current combo box index in the widget" bug 2014-04-18 14:22:52 +00:00
Guido Ranzuglia granzuglia
05bdf28f77 - WARNING: DANGEROUS COMMIT!!! fixed "MeshWidget set the current value as current combo box index in the widget" bug 2014-04-18 14:22:06 +00:00
Paolo Cignoni cignoni
2472ead395 removed useless piece of code in filter sampling 2014-04-17 14:59:37 +00:00
Paolo Cignoni cignoni
a96d5a139b Added a constructor to RenderMode to allow the direct instancing of a rendermode with a given drawmode 2014-04-17 14:57:58 +00:00
Paolo Cignoni cignoni
09b276236b Corrected an error in the name of a signal that prevented the update of the progress bar in the xml based filters 2014-04-16 09:44:48 +00:00
Paolo Cignoni cignoni
850162d96b Added the addOrGetMesh method to the MeshModel Class to allow the simple rewrite of exsiting layers
QT-Registered RenderMode type to allow the safe message containing non-QT types
2014-04-16 09:21:38 +00:00
Paolo Cignoni cignoni
5eb859bc75 Committed the OFFICIAL Release note doc. Please keep it updated when ever you commit something. 2014-04-08 09:39:32 +00:00
Paolo Cignoni cignoni
bbade83542 Updated all the involved filters to the recent changes to the picking reimplementation. 2014-04-08 09:35:37 +00:00
Paolo Cignoni cignoni
3b7fc88c33 Added sw implementation also of face selection 2014-04-07 14:49:37 +00:00
Paolo Cignoni cignoni
ab0670f380 Corrected wrong inclusion order 2014-04-07 12:48:46 +00:00
Paolo Cignoni cignoni
1d307bb9b4 Added sw selection for points. 2014-04-07 12:33:12 +00:00
Paolo Cignoni cignoni
b54cad284d Improving the new web 2014-04-03 19:37:04 +00:00
Paolo Cignoni cignoni
ec3f34e939 Improving the new web 2014-04-03 13:14:09 +00:00
Guido Ranzuglia granzuglia
2165363994 - fixed "hidden what it should have never been shown" bug 2014-04-03 09:52:20 +00:00
Paolo Cignoni cignoni
14f161f797 Improving the new web 2014-04-03 06:22:16 +00:00
Paolo Cignoni cignoni
2a41df3176 Improving the new web 2014-04-02 14:41:01 +00:00
Paolo Cignoni cignoni
7346d9f6d8 Improving the web 2014-04-02 14:29:27 +00:00
Paolo Cignoni cignoni
cb91e71151 Added new version of the web based on bootstrap 2014-04-02 13:45:15 +00:00
Guido Ranzuglia granzuglia
5178d46623 - updated web page 2014-04-02 13:31:57 +00:00
Guido Ranzuglia granzuglia
35bbf6a645 - 32 bit installer updated 2014-04-01 20:59:53 +00:00
Paolo Cignoni cignoni
8c62f4a363 Small adjustment to the far plane default to get more robust estimations... 2014-04-01 15:56:59 +00:00
Guido Ranzuglia granzuglia
99eb2af194 - readded getFov function 2014-04-01 11:40:11 +00:00
Paolo Cignoni cignoni
58e1917233 Corrected bug on variable poisson disk sampling for mesh with no quality 2014-04-01 10:47:44 +00:00
Paolo Cignoni cignoni
93f1405710 Significant changes in the managment of the clipping planes.
Far plane is no more controllable. It is automatically computed and set to include all the current geometry. 
Change reset trackball semantic, now it resets also clipping plane and fov.
This changes also corrected most of the annoying "disappeared mesh" bug when playing with photoprojection.
2014-04-01 10:29:58 +00:00
Paolo Cignoni cignoni
2e7b0dbc6d Improved onscreen documentation. Attached to F1 2014-04-01 10:14:06 +00:00
Guido Ranzuglia granzuglia
d9fb38d5e1 - from GLW::TMPerWedge to GLW::TMPerWedgeMulti 2014-04-01 09:01:10 +00:00
Guido Ranzuglia granzuglia
bc79d29988 - fixed "missing pure per wedge texture action (before just per wedge multi texture action was considered)" bug 2014-04-01 08:11:06 +00:00
Guido Ranzuglia granzuglia
f323c5cf65 - fixed "not opening out file project on double click event" bug 2014-04-01 08:03:12 +00:00
Guido Ranzuglia granzuglia
5b5809738a - compute planar section filter now automatically turn on the wire frame render modality for the resulting section 2014-03-31 16:22:05 +00:00
Guido Ranzuglia granzuglia
6146fa62d4 - a lot of filters now automatically turn on the per point render modality when the result of the filter itself is a point cloud 2014-03-31 16:20:15 +00:00
Guido Ranzuglia granzuglia
2c05b3dd3c - a lot of filters now automatically turn on the per point render modality when the result of the filter itself is a point cloud 2014-03-31 16:19:27 +00:00
Guido Ranzuglia granzuglia
aeeac3fe06 - updated colour bit on current mesh mask
- automatically turned on the colour per vertex render modality when the plugin starts
2014-03-31 16:16:06 +00:00
Guido Ranzuglia granzuglia
dfa659b096 - fixed crash caused by stupid call to histogram function when no matchable arcs were found (Fabio Ganovelli is responsible for the change) 2014-03-31 16:14:13 +00:00