Commit Graph

21 Commits

Author SHA1 Message Date
alemuntoni a0e7ed3d0a solve bug for uninitialized public members in ply lib 2021-10-26 10:57:18 +02:00
alemuntoni c1d9732381 support export per face point custom attributes on ply 2021-04-02 17:02:03 +02:00
alemuntoni 702c139108 ply export custom point attribute - set list size to uchar type 2021-04-02 16:37:10 +02:00
alemuntoni 6509139fc6 export point3f/d vertex attribute works ply files 2021-04-02 14:20:29 +02:00
alemuntoni 4001b5aa34 small refactor 2021-04-02 10:16:02 +02:00
alemuntoni d4718bde6a possibility to export double attributes in ply 2021-04-01 12:49:48 +02:00
alemuntoni ad75e35593 codespell - see #92 2021-03-25 15:19:14 +01:00
alemuntoni ea276afef7 fix wrong static usage on PerElement PlyInfo 2021-03-23 20:27:06 +01:00
Marco Callieri eaff614cb9 added check for save errors 2018-05-09 14:06:32 +02:00
Marco Callieri 9d14fea462 strdup works on linux, _strdup on windows 2018-03-21 12:07:40 +01:00
Marco Callieri 7939a54f1c warning cleanup 2018-03-21 10:45:12 +01:00
Paolo Cignoni 70d9050ffc trying to get rid ofa strange template error on linux. 2018-02-21 08:04:28 +01:00
Marco Callieri ec9434d2a1 small fix
For MeshLab, but may be also needed in other cases. We need to store a COPY of the property name, in case the char* that was passed to the function is not persistent. May result ina small leak :(
2018-02-16 18:03:53 +01:00
Paolo Cignoni bf7cf6d5a0 Added saving of per vertex point3 attribute.
warning: it leaks memory...
2018-02-16 07:29:42 +01:00
Paolo Cignoni fe69d16df4 Added support of attributes in saving of ply
with an easy to use AddPerVertexFloatAttribute helper
2018-02-13 19:39:59 +01:00
Paolo Cignoni 32333eba24 Huge copyright sanitization of the header files of vcg folder. 2016-06-13 05:29:25 +00:00
Paolo Cignoni e77ebb6cd0 corrected small bug in parsing ply files of polylines and added better error reporting 2011-12-12 23:25:39 +00:00
Paolo Cignoni ed7382539c Restructured management of error, now the standard open for any mesh type return the error code, the default success value is zero
Any import class has a method ErrorMsg that give a verbal description of an error code.
2004-06-23 15:36:57 +00:00
ganovelli 40e7807c68 new line added at the end of file 2004-05-12 10:19:30 +00:00
Paolo Cignoni 0508b4362b cr lf mismatch 2004-03-09 21:26:47 +00:00
Paolo Cignoni b91d8334d5 Initial commit 2004-03-08 09:24:59 +00:00