36 Commits

Author SHA1 Message Date
Paolo Cignoni
5d3fbca6ba Corrected wrong managment of malformed stl files 2018-02-22 19:19:43 +01:00
granzuglia
745c1bdf33 merge required by git to solve a conflict 2018-02-22 14:05:32 +11:00
granzuglia
2b18d90505 - fixed 'XMLEditWidget has a not initialized layout' crash - removed assert from compute topological measures for quad meshes filter 2018-02-22 14:05:25 +11:00
Marco Callieri
9bae8dbd8d qPrintable to qUtf8Printable in the WHOLE project
qUtf8Printable is better to deal with special characters.
also in QT documentation it is said is better when logging strings.
However, we use it also to store filenames and text-based ID, if we only use one, and not alternating between qUtf8Printable and qPrintable, thins should be smoother, but since it is a project-wide change, it is potentially DANGEROUS, NOT YET FULLY TESTED
2018-02-19 16:36:31 +01:00
Paolo Cignoni
eb023c2aae corrected error (meshmodel -> CMeshO) 2018-02-16 19:24:49 +01:00
Marco Callieri
5fc271eb9e updated ply saving parameters
qPrintable -> qUtf8Printable
2018-02-16 11:55:56 +01:00
Paolo Cignoni
d716aca180 small change in the attribute saving API 2018-02-16 08:54:41 +01:00
Marco Callieri
3021edb945 PLY export custom attributes
FIRST DRAFT
- to be tested
- VECTOR 3F parameters are still ignored
2018-02-14 17:54:42 +01:00
Marco Callieri
859ab61adb removed warnings 2018-02-14 17:43:11 +01:00
Guido Ranzuglia
d217d1af28 - the STL "unify vertices" parameter is now a global one 2017-04-07 15:23:26 +10:00
Marco Callieri
810e450a52 tri-to-poly in obj exporting is now a parameter
when the layer has faux-edges non-triangular polygons, the conversion
from triangles to polygons is now optional, controlled by a parameter.
2017-02-22 17:51:54 +01:00
Marco Callieri
54b81ee0fa changed a default option in importing ptx
As most of times we need to import only points, this is now the default
2016-11-21 17:35:24 +01:00
Paolo Cignoni
76e4dce36e moved io gts file type into baseio and removed a now useless plugin 2016-11-10 12:31:02 +01:00
Guido Ranzuglia granzuglia
ddd24511b0 - added a CompactEveryVector if the unify vertex option for the STL file is required 2016-10-04 09:55:41 +00:00
Paolo Cignoni cignoni
9dfdaeb816 Better error messages when reading off files 2014-11-14 23:04:06 +00:00
Paolo Cignoni cignoni
92043255c9 trivial refactoring of a few names 2014-06-17 15:17:34 +00:00
Paolo Cignoni cignoni
ee2dd44cc2 Corrected a small bug involving the save of polygonal meshes with texture coords in obj format. 2014-05-26 17:05:47 +00:00
Paolo Cignoni cignoni
0b0c4b473e added a compact every vector for workaround of an obj bug on reloading the same mesh with attribute with a mesh smaller... 2014-05-23 15:09:50 +00:00
Paolo Cignoni cignoni
dbf568db9c Added support of polygonal meshes in OBJ output. Now meshes with faux edges set are correctly exported as polygonal meshes (and not tris) 2014-05-05 23:58:46 +00:00
Paolo Cignoni cignoni
94dd66a8e5 removed useless inclusion of <QtGui> that was causing warnings for GLEW conflicts 2014-02-12 13:58:35 +00:00
Guido Ranzuglia granzuglia
64681e282c - added support for qt5 2013-03-18 15:44:01 +00:00
Paolo Cignoni cignoni
821d296e80 removed a useless include (that exists only in qt5) 2013-02-23 05:51:19 +00:00
Federico Ponchio ponchio
9630bcbf92 ported to qt5 (hopefully mantaining compatibility).
In particular changed some deprecated methods and sorted include order
to fix glew and qt5 opengl clashes.
2013-02-21 16:14:46 +00:00
Paolo Cignoni cignoni
65801d9992 Added support for color STL files (both Magics and Solidview 'standard') 2012-11-27 07:06:35 +00:00
Paolo Cignoni cignoni
ff0d446731 Imporved support of PTX files. Now it can open ptx as point clouds automatically computing normals and radius for splatting 2010-11-08 15:07:25 +00:00
Paolo Cignoni cignoni
6b54218921 added support for vmi input 2010-02-23 00:44:39 +00:00
Paolo Cignoni cignoni
fbae3397a5 polygonal bit... 2010-02-04 18:04:13 +00:00
Paolo Cignoni cignoni
e98b7a00bd Added support of reading QOBJ files (e.g. obj variant where all the faces are simple quads and it is ZERO based) 2009-09-23 15:09:47 +00:00
Guido Ranzuglia granzuglia
675a4ab804 totally new parameters system...bugs surelly will be present! 2009-09-01 08:33:26 +00:00
Paolo Cignoni cignoni
6417eb1c4a improved support of polygonal bit 2009-06-27 00:17:30 +00:00
Guido Ranzuglia granzuglia
4556b2446d removed addinfo references 2009-06-23 14:27:12 +00:00
Paolo Cignoni cignoni
5172d1b688 removed all the message box from io plugins 2009-03-03 23:37:39 +00:00
Paolo Cignoni cignoni
1bd298ea41 removed some messagebox from io filter (no gui in filters!) 2009-03-03 10:57:20 +00:00
Paolo Cignoni cignoni
0c3d564188 removed bug that prevented the binary saving of stl files 2009-01-13 18:24:07 +00:00
Paolo Cignoni cignoni
1ae2dce3c8 Corrected bug added when other formats were added to base io. Only ply and stl has binary output 2008-12-22 15:11:29 +00:00
Paolo Cignoni cignoni
51be465763 renamed baseio to the standard naming scheme io_base 2008-12-10 23:23:15 +00:00