10 Commits

Author SHA1 Message Date
alemuntoni
3ced3041a4 log refactoring 2021-03-01 17:25:35 +01:00
alemuntoni
5369127ee4 edit paint and edit point wanrings gcc 2020-03-05 16:24:11 +01:00
Guido Ranzuglia granzuglia
cce3ac3028 - cleaned up included files 2013-11-29 09:42:09 +00:00
Fabio Ganovelli ganovelli
c4600248ee Update use og vcg::tri::Allocate< >::Get*Attribute
to revision 4811 of vcglib (below):

-----------------------------------------------------------------------
vcg::tri::Allocate<MESH>::Get*Attribute(m,name);
 has CHANGED!

Before it was returning a valid handle to the attribute
IF it existed, otherwise the handle was invalid.
 
Now it always returns a valid handle to the attribute,
by creating the attribute name if it did not exist or returning
the handle to it if it was already there.

ALl the code using Get*Attribute  has been changed accordingly.
2013-01-30 17:23:22 +00:00
Paolo Cignoni cignoni
c3631b56e3 updated FittingPlane 2012-10-22 22:32:22 +00:00
Paolo Cignoni cignoni
2ecc484f7f Cleaned up a bit the edit point interface. Now it uses the RealTimeLog to show the current hop and radius 2012-07-12 06:47:31 +00:00
Guido Ranzuglia granzuglia
02b92791a4 - In Dijkstra algorithm I have not to compute the arches connecting vertices already visited. It leads to inconsistent priority_queue. 2012-07-10 11:27:31 +00:00
Manuele Sabbadin msabbadin
0675d0708a Properly commented connectedComponent.h 2012-04-02 15:30:20 +00:00
Manuele Sabbadin msabbadin
35b89b1c67 Commented all the code in edit_point.cpp and removed an unused method from connectedComponent.h 2012-03-28 18:47:22 +00:00
Paolo Cignoni cignoni
dacdb6541a Moved the edit point plugin from the FGT folder to the folder of the official plugins 2012-03-22 08:37:33 +00:00