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
Paolo Cignoni cignoni
5aff2c1f82
removed an assert that prevented the use of planar evaluation filter on mesh with polygonal faces with a central vertex
2014-08-23 01:45:09 +00:00
Paolo Cignoni cignoni
24a44854c3
Yet more change for ambient occlusion float/double independence. Attempt to use float for gpu only.
2014-08-23 01:44:17 +00:00
Paolo Cignoni cignoni
0338ebb006
corrected an error in message reporting of poisson surface reconstruction
2014-08-23 01:42:55 +00:00
Paolo Cignoni cignoni
33f5b63039
Updated filter_voronoi to float/double independence
2014-08-23 01:42:08 +00:00
Paolo Cignoni cignoni
c78ae075e9
Significant changes to use the trivial walker instead of the specialized walker here defined.
2014-08-23 01:39:14 +00:00
Guido Ranzuglia granzuglia
ea10dd0d91
render_rfx:
...
- added support for mesh with double precision attributes
- removed some warnings
2014-08-22 15:30:17 +00:00
Guido Ranzuglia granzuglia
41d76abdbc
decorate_raster_proj:
...
- added support for mesh with double precision attributes (WARNING! please note that being a plugin using gpu facilities the uniform variables passed to the shaders have float components)
- removed some warnings
2014-08-22 13:31:10 +00:00
Guido Ranzuglia granzuglia
39168146a3
io_x3d:
...
- added support for mesh with double precision attributes
- removed some warnings
2014-08-21 16:33:56 +00:00
Guido Ranzuglia granzuglia
e97fcdc0ac
io_pdb:
...
- added support for mesh with double precision attributes
- removed some warnings
2014-08-21 16:33:21 +00:00
Guido Ranzuglia granzuglia
224f5acda4
io_gts:
...
- added support for mesh with double precision attributes
- removed some warnings
2014-08-21 16:32:44 +00:00
Guido Ranzuglia granzuglia
37bda9e767
decorate_shadow:
...
- added support for mesh with double precision attributes
- removed some warnings
2014-08-21 16:31:38 +00:00
Guido Ranzuglia granzuglia
cb7e1916fb
decorate_background:
...
- added support for mesh with double precision attributes
- removed some warnings
2014-08-21 16:30:37 +00:00