vcglib/vcg
ganovelli 8c998ccd11 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:18:55 +00:00
..
complex vcg::tri::Allocate<MESH>::Get*Attribute(m,name); 2013-01-30 17:18:55 +00:00
connectors Removed all the UberXXX members from the various components. No more needed since many years. Still there just because we are quite lazy... 2012-10-25 13:16:03 +00:00
container bug fixing: 2011-10-25 10:03:10 +00:00
math reverted last committ (done by mistake :) ) 2012-12-05 11:37:19 +00:00
simplex added initialization of mark component to zero. So all the element it is sure that are unitialized after the first unmarkall. 2012-12-21 15:33:18 +00:00
space vcg::tri::Allocate<MESH>::Get*Attribute(m,name); 2013-01-30 17:18:55 +00:00