3617 Commits

Author SHA1 Message Date
Paolo Cignoni cignoni
b00c15a48e harmless changes for gcc mingw compiling 2009-10-31 15:19:32 +00:00
Guido Ranzuglia granzuglia
853d070ece updated to last meshlabv12.pro 2009-10-31 10:53:28 +00:00
Guido Ranzuglia granzuglia
15f2ae1f34 updated to last meshlabv12.pro 2009-10-31 10:17:50 +00:00
Guido Ranzuglia granzuglia
9f8a6e11d2 latest MeshLab mac installer 2009-10-30 18:55:19 +00:00
Stefano Marras marras
12ea6b07bc Fixed minor bugs. 2009-10-30 18:00:46 +00:00
Paolo Cignoni cignoni
cd90cad001 corrected the failure of the edit plugin for quality mapping for the case of meshes without quality 2009-10-30 17:00:35 +00:00
Paolo Cignoni cignoni
8c9790878d Discrete Curvature filter should also set that it has created the quality 2009-10-30 16:53:16 +00:00
Paolo Cignoni cignoni
01308a2dc0 add missing const 2009-10-30 16:43:27 +00:00
Paolo Cignoni cignoni
b1a84274fd First commit of the notorious plymc, the official VCG reconstruction algorithm 2009-10-30 16:28:49 +00:00
Paolo Cignoni cignoni
cfa82a57eb Restored quick help rendering 2009-10-30 15:06:24 +00:00
Guido Ranzuglia granzuglia
729deeb8ad added close button to customDialog 2009-10-30 15:04:51 +00:00
Paolo Cignoni cignoni
ddf00f3b14 added new plugins to the official lists, io_m, filter_measure and filter_texture 2009-10-30 10:57:13 +00:00
Paolo Cignoni cignoni
183d699393 added the "plugin animation" (a simple rotation around the object)
(still don't work!!!)
2009-10-30 03:13:40 +00:00
Paolo Cignoni cignoni
9c4a75f34b any animation of template are now supported correctly 2009-10-30 01:21:06 +00:00
Paolo Cignoni cignoni
7c89250f39 Added sample plugin for exporting object in the LiveGraphics format used by Mathematica 2009-10-29 22:13:53 +00:00
Nico Pietroni nicopietroni
5ed09f63c9 Added 1 more function to remap the diamond parametrization on the original mesh (and split faces if needed) 2009-10-29 18:58:39 +00:00
Nico Pietroni nicopietroni
61ccdce911 added meshes to reparametrize as a parameter 2009-10-29 18:57:39 +00:00
Nico Pietroni nicopietroni
e2b6f68e1a corrected 1 bug in stop condition 2009-10-29 18:56:13 +00:00
Nico Pietroni nicopietroni
fdaee95f3e minor changes 2009-10-29 18:55:32 +00:00
Stefano Marras marras
8776bad32d CheckRedundancy revised; user can now use Face Quality in order to select redundant faces. Source code has been cleaned up. Filter seems to be faster than previous version. HARD DEBUG STILL NECESSARY! 2009-10-29 18:05:57 +00:00
Paolo Cignoni cignoni
ce6ec3e08b removed non-working \n in formatting string of info about picked triangles 2009-10-29 15:30:24 +00:00
Guido Ranzuglia granzuglia
85000fcef9 removed problem with RichBool default parameters 2009-10-29 12:09:42 +00:00
Guido Ranzuglia granzuglia
b61dd6af07 patched perlin noise bug 2009-10-28 16:05:46 +00:00
Guido Ranzuglia granzuglia
23e793a2e4 patched custom settings bug with new geometric solid 2009-10-28 16:05:14 +00:00
Paolo Cignoni cignoni
63c9a97d8e added per-vertex-tex coord in the enable function used in the file opening 2009-10-27 23:56:42 +00:00
Guido Ranzuglia granzuglia
c90a87b110 changed glArea topCorner default color 2009-10-27 07:32:29 +00:00
Guido Ranzuglia granzuglia
17df29d3fd customDialog now should be fully implemented 2009-10-27 07:27:14 +00:00
Luigi Malomo malomo
2bbea314e2 Added Texture filter "Convert PerWedge UV to PerVertex UV"
Changed filter "UV to Color":
- now maps Per Vertex Coordinates into color
- added Hue-Saturation color space (beside Red-Green one)
2009-10-27 02:01:07 +00:00
Luigi Malomo malomo
df9f71e429 Added Texture menu within Filters menu 2009-10-26 22:39:02 +00:00
Guido Ranzuglia granzuglia
6a37e9fd9b fixed bug in applying custom settings 2009-10-26 10:02:30 +00:00
Paolo Cignoni cignoni
df20916041 added PerVertexTexture to the filter preConditions 2009-10-26 07:56:31 +00:00
Paolo Cignoni cignoni
4704646390 - added parameters align (x|y|z)
- adjusted parameter scale (removed from export_rib)
2009-10-26 01:32:47 +00:00
Luigi Malomo malomo
4dec173314 fixed bug on UV To Color filter 2009-10-23 15:34:22 +00:00
Luigi Malomo malomo
7f4adcd8d7 Added new filter_texture plugin files
- UV to Color filter implemented
2009-10-23 15:16:39 +00:00
Luigi Malomo malomo
e65892380c Made old filter_texture files 2009-10-23 14:13:23 +00:00
Paolo Cignoni cignoni
a9f50a7b0a small gcc compilation issues 2009-10-23 13:42:01 +00:00
Guido Ranzuglia granzuglia
1c31978828 updated customDialog functionalities: apply and reset button now work correctly. 2009-10-23 08:54:27 +00:00
Paolo Cignoni cignoni
be414504e5 adjust mask parameter in save call 2009-10-20 21:14:19 +00:00
Paolo Cignoni cignoni
faaedca147 version string is 1.2.3b now 2009-10-20 08:46:07 +00:00
Paolo Cignoni cignoni
1e0b189866 refactoring 2009-10-17 19:48:24 +00:00
Paolo Cignoni cignoni
5029f4d7f3 refactoring (ExporterRIB) 2009-10-17 17:30:33 +00:00
Nico Pietroni nicopietroni
5ded5b52bc minor changes 2009-10-16 15:50:01 +00:00
Nico Pietroni nicopietroni
9d41b0f0d1 2009-10-16 14:58:15 +00:00
Stefano Marras marras
1f975dead9 Fixed bug (small connected components not removed correctly) 2009-10-15 16:58:13 +00:00
Guido Ranzuglia granzuglia
754f28840b added GL_CURRENT_BIT to glPushAttrib 2009-10-15 10:21:04 +00:00
Guido Ranzuglia granzuglia
d66c291620 fixed CustomDialog layout 2009-10-15 10:20:29 +00:00
Nico Pietroni nicopietroni
2577aa1362 Added #include <QDialog> at the beginning 2009-10-15 08:46:30 +00:00
Nico Pietroni nicopietroni
27f9985603 minor changes 2009-10-14 15:38:28 +00:00
Nico Pietroni nicopietroni
5c4ce20ad5 added 2 steps parameterization and other minor changes 2009-10-14 15:37:35 +00:00
Nico Pietroni nicopietroni
fcda357077 changed VF topology in ExecuteFlip function 2009-10-14 15:34:17 +00:00