2819 Commits

Author SHA1 Message Date
Marco Callieri mcallieri
d6edf69898 added option for adding "gutter" empty space to planar parametrization 2015-11-04 12:33:23 +00:00
Marco Callieri mcallieri
c52cf6a94d - changed texture-to-vertexcolor filter to support meshes with more than one texture
- changed VertexSampler object to support a vector of QImage
2015-11-03 14:45:21 +00:00
Marco Callieri mcallieri
429613bb50 added face/vertex selection to usable variables 2015-11-02 17:29:31 +00:00
Marco Callieri mcallieri
cc1b31c606 - changed muparser version
- added ti (texture index) to usable variables
- updated help for filters
- various fixes
2015-11-02 17:00:10 +00:00
Marco Callieri mcallieri
7d99b200dc added an explicit "only on selection" option to per-vertex color manipulation filters filter... before, without mentioning it, it checked if some FACES were selected, but then applied using vertex selection... 2015-10-29 14:28:59 +00:00
Marco Callieri mcallieri
5259b9e59d added "only on selection" option to Vertex Attribute Transfer filter 2015-10-29 13:45:28 +00:00
Marco Callieri mcallieri
687383c987 - added ALPHA as usable parameter for per-vertex and per-face functions
- added "only on selected" option on most filters
to be tested
2015-10-29 12:31:33 +00:00
Marco Callieri mcallieri
271e67e955 corrected numerous bugs in the manipulators 2015-10-28 16:46:18 +00:00
Matteo Dellepiane matteodelle
899e4a6a63 dellepiane: fixed with the new documentUpdated() signal 2015-10-23 11:26:33 +00:00
Paolo Cignoni cignoni
958c9e3b83 Moved the Hausdorf sampler from meshlab filter to vcglib 2015-10-20 22:33:10 +00:00
Matteo Dellepiane matteodelle
9621048537 dellepiane - memory leak fixed 2015-10-20 13:48:02 +00:00
Guido Ranzuglia granzuglia
e18c27034b - updated MeshLab version 2015-10-01 12:29:18 +00:00
Paolo Cignoni cignoni
a252566f6d Corrected bug in merge visible layers that did not copyed optional data into the merged layer 2015-07-01 07:24:44 +00:00
Paolo Cignoni cignoni
1cd40946fa improved comment to a filter 2015-03-24 18:04:35 +00:00
Paolo Cignoni cignoni
2c3f518b3e Added another parameter to the solidification filter 2014-12-05 03:21:14 +00:00
Paolo Cignoni cignoni
dbfe420f8b cleaned up declaration of xml filters. Removed useless initializations and added mystical QObject intialization in the base class default constructor. 2014-12-04 18:57:07 +00:00
Paolo Cignoni cignoni
0b11aa4ff8 addedd a missing NONE in a xml attribute 2014-12-04 18:55:24 +00:00
Paolo Cignoni cignoni
584922ff2b Changed relaxation procedrue in voronoi. 2014-12-04 16:11:49 +00:00
Paolo Cignoni cignoni
ae88bc76f0 Added two parameters for perturbating voronoi relaxation 2014-12-04 16:08:21 +00:00
Paolo Cignoni cignoni
3e06a18da2 corrected .pro (removed useless file) 2014-12-04 16:04:58 +00:00
Guido Ranzuglia granzuglia
f07daac67a - DANGEROUS COMMIT: changed completely the MeshLab rendering system (now it doesn't draw nothing...)
- removed compiler errors from the plugin
2014-11-15 21:33:26 +00:00
Paolo Cignoni cignoni
9639e077c5 Changed to reflect the recent changes of the vcg in UpdateFlags and Triangle Normal 2014-11-14 23:06:18 +00:00
Paolo Cignoni cignoni
f8f8e63982 better printing histogram of quality values 2014-11-14 23:05:07 +00:00
Paolo Cignoni cignoni
9dfdaeb816 Better error messages when reading off files 2014-11-14 23:04:06 +00:00
Paolo Cignoni cignoni
9e88988843 Changed to reflect the recent changes of the vcg in UpdateFlags and Triangle Normal 2014-11-14 23:03:27 +00:00
Paolo Cignoni cignoni
68abf6dc46 Added area weighting counting to for vertex/face quality Histogram dumping filters 2014-11-13 22:46:52 +00:00
Paolo Cignoni cignoni
2e4b9cb198 Changed to reflect the recent changes of the vcg in UpdateFlags and Triangle Normal 2014-11-13 22:42:58 +00:00
Paolo Cignoni cignoni
cde59827a9 Changed to reflect the recent changes of the vcg in UpdateFlags 2014-11-12 00:23:58 +00:00
Marco Callieri mcallieri
662a74d997 corrected some bugs in the numerical input of the rotate/translate/scale. Now 0 and . are better interpreted, and - toggle negative values 2014-11-10 12:23:04 +00:00
Marco Callieri mcallieri
8b9d3f19f6 added "apply to all visible layer" option to "Vertex Color Levels Adjustement", and changed scatterign behavior from all layers to all visible layers (scattered colors are still coherent for the whole set of layers, they are just not assigned to non-visible layers) 2014-11-10 11:17:17 +00:00
Marco Callieri mcallieri
07dfb6b068 corrected a bug where color scattering could produce, sometimes, duplicated color 2014-11-07 13:07:31 +00:00
Paolo Cignoni cignoni
4bcb202855 Added icon for decorate background grid 2014-11-07 09:33:23 +00:00
Paolo Cignoni cignoni
c08cef4edf Updated the code to enable the selection decorator to the new signal slot mechanism 2014-11-06 23:47:52 +00:00
Paolo Cignoni cignoni
d6dd893af4 Yet another icon to the decorator toolbar (axis) 2014-11-06 23:46:59 +00:00
Paolo Cignoni cignoni
3f8479e07d Basic Decorate clean up. moved here the selection drawing. Added icons 2014-11-06 15:50:38 +00:00
Guido Ranzuglia granzuglia
d295f1e43a - restored filter_mutualinfoxml with double precision support 2014-10-22 09:17:00 +00:00
Guido Ranzuglia granzuglia
263a52251a - improved double/float compatibility 2014-09-17 15:28:53 +00:00
Guido Ranzuglia granzuglia
4978c7c8ea - improved double/float compatibility 2014-09-17 15:27:59 +00:00
Paolo Cignoni cignoni
4cabf4105c Exposed more parameters in the voronoi sampling filter 2014-08-29 13:21:58 +00:00
Guido Ranzuglia granzuglia
222079595f - GL_TYPE changed into GL_TYPE_NM in order to avoid names conflict 2014-08-28 09:14:11 +00:00
Paolo Cignoni cignoni
c2c22778e8 Added to the voronoi sampling filter the restricted voronoi relaxation option 2014-08-28 01:52:29 +00:00
Paolo Cignoni cignoni
2f208bb6fa refactored the filter that builds an edgemesh with the function in platonic.h 2014-08-26 09:41:44 +00:00
Paolo Cignoni cignoni
4a749a7357 Boundary Decorator Now works also with edgemesh showing endpoints 2014-08-26 09:34:31 +00:00
Paolo Cignoni cignoni
1d722cc4ed Updated filter_autoalign to float/double independence 2014-08-26 09:33:25 +00:00
Guido Ranzuglia granzuglia
33e2c10b09 filter_zippering:
- added support for mesh with double precision attributes
- removed some warnings
2014-08-25 13:48:59 +00:00
Paolo Cignoni cignoni
e3890773d6 Updated filter_mutualinfoxml to float/double independence 2014-08-23 02:22:49 +00:00
Paolo Cignoni cignoni
fcedfdc7a0 added a mac:LIBS += -lbz2 to the pro of the arc3d plugin 2014-08-23 01:54:16 +00:00
Paolo Cignoni cignoni
a672074362 Updated filter_color_projection to float/double independence 2014-08-23 01:50:15 +00:00
Paolo Cignoni cignoni
3574302d6f added a parameter in the Execute (to allow parameter passing) 2014-08-23 01:46:47 +00:00
Paolo Cignoni cignoni
2d979781fc Updated filter_img_patch_param to float/double independence 2014-08-23 01:45:50 +00:00