56 Commits

Author SHA1 Message Date
Fabio Ganovelli ganovelli
59c4e013c0 changes to includes to comply promotion of SIMPLEXplu type in vcglib
see comment below (from vcg commit):

[SIMPLEXplus promotion]
This modification removes the old way to define simplexes (already deprecated and unsupported).
In the following SIMPLEX = [vertex|edge|face|tetrahedron]

All the stuff that was in vcg/simplex/SIMPLEXplus/ has now been promoted to vcg/simplex/

Details:
- the folder vcg/simplex/SIMPLEX/with has been removed
- the file vcg/simplex/SIMPLEX/base.h has been renamed into  vcg/simplex/SIMPLEX/base_old.h 
- the content of vcg/simplex/SIMPLEXplus/ has been moved into vcg/simplex/SIMPLEX/
- the folder vcg/simplex/SIMPLEXplus/ has been removed

Actions the update the  code using vcglib:
replace <vcg/simplex/SIMPLEXplus/*> with  <vcg/simplex/SIMPLEX/*> in every include
for MESHLAB users: already done along with this commit
2008-12-19 10:46:19 +00:00
Paolo Cignoni cignoni
624fba85a0 Corrected dialog resizing issue. 2008-11-27 10:59:03 +00:00
Gael Guennebaud guennebaud
d1561c3e3d changes related to vcg's ones. see vcg rev 3022 for the details. 2008-10-28 01:07:20 +00:00
Paolo Cignoni cignoni
fdae85c436 Removal of the ioMask MeshModel member and renaming of some of the MeshModel data elements names (see commit 2822). 2008-10-22 00:37:21 +00:00
Paolo Cignoni cignoni
752e49004f Updated to remove PluginInfo, to use new MeshEditInterface, and to use new factory way of creating edit tools 2008-10-13 10:57:24 +00:00
Paolo Cignoni cignoni
48f934c808 changed std::numeric_limits<float>::min(); into -std::numeric_limits<float>::max(); 2008-10-08 21:16:31 +00:00
Paolo Cignoni cignoni
8dd7270daa delete the dialog when endEdit is called. This removed it from the screen when the edit tool is toggled off. 2008-10-08 11:57:19 +00:00
Paolo Cignoni cignoni
44e3571552 small change. just made the dialog a little bigger so you can see everything when it starts up 2008-10-08 11:45:35 +00:00
Paolo Cignoni cignoni
515361deff Changed the reference to the UpdateColor::VertexQuality to the new name UpdateColor::VertexQualityRamp 2008-08-12 08:23:44 +00:00
Paolo Cignoni cignoni
9381911e91 Great cleaning of all the qt project files of the plugins. Now they include a common shared.pri for easier configuration 2008-05-27 21:57:21 +00:00
Paolo Cignoni cignoni
235138a211 updated use of the temporary data class to the new style without start and stop. 2008-05-16 20:37:19 +00:00
Paolo Cignoni cignoni
f2faae9092 Solved namespace ambiguities caused by the removal of a silly 'using namespace' in meshmodel.h 2008-04-04 14:56:32 +00:00
Paolo Cignoni cignoni
7ddbb183eb Added an "update curvature" button 2008-03-31 07:12:48 +00:00
Paolo Cignoni cignoni
ebff64f8c8 removed some comments, changed the clean color from gray to white 2008-03-18 17:26:30 +00:00
Paolo Cignoni cignoni
2f02724d79 changed the principal curvatures value 2008-03-18 17:26:03 +00:00
Paolo Cignoni cignoni
660134923a removed long log file generation code 2008-03-17 07:56:52 +00:00
Paolo Cignoni cignoni
6eb6772480 *** empty log message *** 2008-03-17 07:54:33 +00:00
Paolo Cignoni cignoni
cb21edd6c5 removed unused code 2008-03-16 16:53:53 +00:00
Paolo Cignoni cignoni
dcccc26d20 Added the Pen Radius Slider 2008-02-20 11:57:28 +00:00
Paolo Cignoni cignoni
7bae6905b5 added a penn radius slider (not working yet) 2008-02-20 00:00:29 +00:00
Paolo Cignoni cignoni
b9fee35aab Improved the main Queue 2008-02-19 11:27:20 +00:00
Paolo Cignoni cignoni
d1167df034 some changes to the distance function 2008-02-15 14:34:33 +00:00
Paolo Cignoni cignoni
bf651f49c7 *** empty log message *** 2008-02-14 07:41:30 +00:00
Paolo Cignoni cignoni
04c4bee043 some curvature fixes 2008-02-12 14:08:59 +00:00
Paolo Cignoni cignoni
08aea29ffa using the mouse MidButton on a vertex will now clear it (white color and "Unknown" selection value) 2008-01-09 00:31:22 +00:00
Paolo Cignoni cignoni
187daf1dfb *** empty log message *** 2008-01-07 15:26:32 +00:00
Paolo Cignoni cignoni
889e031fc4 it's now possible to change the value of the curvature and normal weights in the isophotic-distance function 2008-01-07 11:38:33 +00:00
Paolo Cignoni cignoni
98f9e8f89d added multi-mesh support 2008-01-06 15:13:00 +00:00
Paolo Cignoni cignoni
ad40b7f357 plug-in ui redesigned 2008-01-05 16:17:35 +00:00
Federico Ponchio ponchio
fdaca89b7f enum MarkType { U, ... }; is a global vcg:: enum.
so it is U not MarkType::U. [and i don't like it]
2007-11-19 15:10:07 +00:00
Paolo Cignoni cignoni
878885cf6a bug fix 2007-11-02 16:01:54 +00:00
Paolo Cignoni cignoni
01640f8f21 changed the main queue cointainer 2007-11-02 14:00:17 +00:00
Paolo Cignoni cignoni
bd80073e57 fixed a crash with the release version 2007-11-02 13:58:28 +00:00
Paolo Cignoni cignoni
7785b2ab44 removed a dead lock 2007-09-21 09:58:43 +00:00
Paolo Cignoni cignoni
2763f2b4b8 added a refine step for the edge faces 2007-09-17 10:40:33 +00:00
Paolo Cignoni cignoni
d5283921cc correct resizing for the dialog 2007-08-25 08:39:55 +00:00
Paolo Cignoni cignoni
2d8bd595c9 added some typename 2007-08-23 08:31:33 +00:00
Paolo Cignoni cignoni
bafed177e9 added #include <float.h>
added some typename
2007-08-23 08:31:11 +00:00
Paolo Cignoni cignoni
457eaae5f4 Several Improvements 2007-08-20 09:22:47 +00:00
Paolo Cignoni cignoni
42300dab71 Added a Reset Button 2007-08-20 09:21:56 +00:00
Paolo Cignoni cignoni
5125e516c1 minor is an existing macro 2007-07-16 09:55:57 +00:00
Paolo Cignoni cignoni
c3725dea84 ComputerCurvatureTensor function re-wrote 2007-07-14 13:35:39 +00:00
Paolo Cignoni cignoni
4e5519da66 added "curvature" function for testing purpose 2007-07-12 23:10:23 +00:00
Paolo Cignoni cignoni
947fa7edbd started the re-write of the main function (work in progress) 2007-07-12 23:10:10 +00:00
Paolo Cignoni cignoni
9e5f2d66cf Added the "curvature" buttons for testing purpose 2007-07-12 23:08:24 +00:00
Paolo Cignoni cignoni
51a056f547 filenames in linux are case sensitive 2007-06-25 13:30:22 +00:00
Paolo Cignoni cignoni
649ee0eaef removed the shortcut CTRL+ RightClick 2007-06-09 21:50:07 +00:00
Paolo Cignoni cignoni
1ed9c644d0 *** empty log message *** 2007-06-09 21:36:09 +00:00
Paolo Cignoni cignoni
ba17b0315e *** empty log message *** 2007-06-09 21:29:43 +00:00
Paolo Cignoni cignoni
b34e724f11 Added the dialog and other major changes 2007-06-09 21:28:15 +00:00