vcglib/wrap
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
..
bmt added GPL incipit 2009-05-18 14:05:55 +00:00
dae Added a few missing const specifiers 2012-11-27 22:31:48 +00:00
gcache dellepiane: modified uint definition for compatibility with vstudio 2012-09-03 09:35:17 +00:00
gl added another style of rendering to the opengl addon. 2012-12-21 15:34:32 +00:00
glw - some additional check on OpenGL symbol availability (changes Spat approved) 2012-09-20 07:08:09 +00:00
gui Small Change of the Trackball apply interface. It does no more require a bool to specify if the trackball icon has to be drawn because it is always wrong to draw the trackball at the apply time (two reasons, antialiasing and transparency and zbuffer preservation) So now the standard call is just Apply() without the useless bool parameters. 2013-01-28 15:15:14 +00:00
io_edgemesh Updated to the new trimesh centric philosophy 2011-04-05 08:55:57 +00:00
io_tetramesh Updated many importer to do not use anymore the useless, deprecated, removed, etc etc <uber> 2012-10-25 13:17:47 +00:00
io_trimesh vcg::tri::Allocate<MESH>::Get*Attribute(m,name); 2013-01-30 17:18:55 +00:00
math first release version 2005-05-20 12:47:04 +00:00
minpack first draft of the wrapper for cminpack (see http://devernay.free.fr/hacks/cminpack.html). 2008-06-28 16:14:18 +00:00
miq vcg::tri::Allocate<MESH>::Get*Attribute(m,name); 2013-01-30 17:18:55 +00:00
mt Untested first draft. 2004-04-01 11:33:41 +00:00
opensg Updated many importer to do not use anymore the useless, deprecated, removed, etc etc <uber> 2012-10-25 13:17:47 +00:00
ply In MinGW there's no strtok_r, nor strtok_s functions. strtok is the only one available (to my knowledge) 2011-06-14 14:25:45 +00:00
qt corrected svg dumping utility and added a few more parameters for better control on labels 2012-05-23 07:59:19 +00:00
system Deleted unneeded #include <iostream> 2011-12-17 11:53:27 +00:00
tsai Rolled back 2011-10-05 15:04:40 +00:00
callback.h added interruptible callback 2004-07-15 11:00:39 +00:00
utils.h Changed barycenter functor to the new Baricenter(face) style 2006-10-13 13:10:05 +00:00