6448 Commits

Author SHA1 Message Date
Guido Ranzuglia granzuglia
cbcb5db197 - moved io_bre project to unsupported 2014-06-30 12:28:14 +00:00
Guido Ranzuglia granzuglia
fabe877e73 - moved io_bre project to unsupported 2014-06-30 12:27:05 +00:00
Guido Ranzuglia granzuglia
18956c2ace - added support for mesh with double precision attributes 2014-06-27 14:40:52 +00:00
Guido Ranzuglia granzuglia
69d194eba3 - removed unused formal parameters in order to avoid warning messages 2014-06-27 14:39:15 +00:00
Paolo Cignoni cignoni
65ed7f6954 updated filter_meshing to float/double independence 2014-06-19 15:02:17 +00:00
Paolo Cignoni cignoni
b02fa58cb5 updated filter_clean to float/double independence 2014-06-19 10:22:58 +00:00
Paolo Cignoni cignoni
10db2e726e Added one other meshlab type to the list of the float/double agnostic types: Segment3m 2014-06-19 10:22:39 +00:00
Paolo Cignoni cignoni
fb20374135 updated filter_colorproc to float/double independence 2014-06-19 09:03:44 +00:00
Paolo Cignoni cignoni
798bd63cf6 updated filter_unsharp to float/double independence 2014-06-19 09:01:39 +00:00
Paolo Cignoni cignoni
c43c1a5d51 updated filter_colorize to float/double independence 2014-06-19 08:49:26 +00:00
Paolo Cignoni cignoni
0f261c354c updated decorate_base to float/double independence 2014-06-19 08:48:48 +00:00
Paolo Cignoni cignoni
0fe5d587aa updated meshlab and common library to float/double independence 2014-06-19 08:48:11 +00:00
Paolo Cignoni cignoni
997dc835e4 updated filter_create to float/double independence 2014-06-19 08:47:31 +00:00
Paolo Cignoni cignoni
b29871dca7 updated filter_select to float/double independence 2014-06-19 08:47:06 +00:00
Paolo Cignoni cignoni
999ae9f475 *** Significant Commit ***
First step in the float/double independence of meshlab. 
Now there is a mandatory define in the compilation process that specify the scalar type used inside the whole meshlab and a few types (Point3m, Matrix44m, etc) that behave accordingly. 

Currently everything works with float, but a growing subset of the filters will be adapted to be really independent and allow a double compilation.
2014-06-19 08:46:11 +00:00
Paolo Cignoni cignoni
31bf62f40c Release Notes for the last 10 commits 2014-06-17 15:29:17 +00:00
Paolo Cignoni cignoni
b1ea99b827 Cleaned up. moved into vcg library some generic portion of the code 2014-06-17 15:28:10 +00:00
Paolo Cignoni cignoni
ae44a1c1d5 New Filter: Build a Polyline with NonFaux Edges
Create a new Layer with an edge mesh composed only by the non faux edges of the current mesh
2014-06-17 15:26:58 +00:00
Paolo Cignoni cignoni
f8499de7bb Filter Change: Create->Random Sphere now is Create->Point on a Sphere
It allows the creation of points randomly generated using a Poisson Disk distribution or using the Dave Rusin's disco ball algorithm for the regular placement of points on a sphere.
2014-06-17 15:25:20 +00:00
Paolo Cignoni cignoni
92043255c9 trivial refactoring of a few names 2014-06-17 15:17:34 +00:00
Paolo Cignoni cignoni
55718cff6c Added possibility of choosing the color of the text, useful when showing info, histograms and such on white backgrounds.
Exposed color of NonFaux Edges
2014-06-17 15:10:19 +00:00
Paolo Cignoni cignoni
0d9fb776e9 Corrected small bug in the percentile filtering in the colorize by face quality 2014-06-17 15:08:42 +00:00
Guido Ranzuglia granzuglia
cf2089d54c - inverted boolean condition: from != to == 2014-05-28 14:16:46 +00:00
Guido Ranzuglia granzuglia
460270c22e - added missing control on opening mlx script file 2014-05-26 17:14:43 +00:00
Paolo Cignoni cignoni
ee2dd44cc2 Corrected a small bug involving the save of polygonal meshes with texture coords in obj format. 2014-05-26 17:05:47 +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
a97896bb27 - added missing "help" button connection in editing parameter values on the (old) script dialog interface
- fixed "not important parameters are not visualized on the (old) script dialog interface" bug
2014-05-26 13:21:53 +00:00
Guido Ranzuglia granzuglia
3ac400027d - removed compiler errors: from CountEdges to CountEdgeNum 2014-05-23 16:04:43 +00:00
Paolo Cignoni cignoni
60e7bacf61 Release Notes for the last changes 2014-05-23 15:10:11 +00:00
Paolo Cignoni cignoni
0b0c4b473e added a compact every vector for workaround of an obj bug on reloading the same mesh with attribute with a mesh smaller... 2014-05-23 15:09:50 +00:00
Paolo Cignoni cignoni
b879c0415a Improved quality of the results formatting and report more useful info (edge Length sum)
Improved support of polygonal meshes
2014-05-23 15:08:49 +00:00
Paolo Cignoni cignoni
ba52676379 Refactored and improved the old code for finding rotation matrix that matches meshes 2014-05-23 15:07:00 +00:00
Paolo Cignoni cignoni
3614ade254 Release Notes for the last changes 2014-05-23 14:57:29 +00:00
Paolo Cignoni cignoni
bb886ea93a Added two new measures for measuring the planarity of polygonal faces. 2014-05-23 14:57:03 +00:00
Paolo Cignoni cignoni
9861753454 Forgot to commit the .h in the previous commit of sampling 2014-05-23 14:54:53 +00:00
Paolo Cignoni cignoni
80e90f16f7 Improved normal computation for polygonal face. 2014-05-23 14:53:59 +00:00
Paolo Cignoni cignoni
af1af0166b Significant changes to the sampling filters:
-Improved Montecarlo, added weighted montecarlo 
-Improved Poisson weighting scheme (now it is coherent with the montecarlo one) 
-Combined the variable disk and standard poisson disk sampling
-Added option for obtaining an exact number of samples (very useful when you want to get a very low number of samples)
-Added Point Cloud Simplification Filter, a easy to use filter for uniformly simplifying point clouds.
2014-05-23 13:19:33 +00:00
Paolo Cignoni cignoni
e68ee1e068 Improved a bit the 4pcs autoalignment filter 2014-05-23 12:37:28 +00:00
Paolo Cignoni cignoni
122a528c73 cend -> constEnd to comply with old QT 4.8 2014-05-23 12:21:00 +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
Guido Ranzuglia granzuglia
b063444813 - added missing include file 2014-05-23 08:53:10 +00:00
Paolo Cignoni cignoni
b6bc93a397 harmless warning... 2014-05-23 08:42:42 +00:00
Paolo Cignoni cignoni
eec204e762 Corrected nasty bug in the XML parameter parsing (zz vs jj varible mismatch) that caused failures for filters with many parameters... 2014-05-16 05:39:55 +00:00
Paolo Cignoni cignoni
b52bb4ec35 Added voronoi filter 2014-05-15 16:30:39 +00:00
Paolo Cignoni cignoni
4909c6c404 Corrected bug in filter inverting faces that messed the faux bit flag. 2014-05-15 14:44:40 +00:00
Paolo Cignoni cignoni
926198c99f Changed the order of the tags to be shown (is vertex edge face and not the reverse) 2014-05-15 10:57:08 +00:00
Paolo Cignoni cignoni
4051a15033 updated to reflect the recent changes in vcg histogram classes 2014-05-15 10:56:01 +00:00
Paolo Cignoni cignoni
24675fee0b Added Sphere Cap to the Primitives 2014-05-15 10:54:21 +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