alemuntoni
6684ae4c4b
fix various warnings, update vcg, workaround for aqtinstall
2020-03-05 09:46:28 +01:00
alemuntoni
8b97b62e0d
VCGLib is now a submodule.
2020-01-27 18:16:12 +01:00
alemuntoni
9a3fb29ea3
revisited all the pros
2020-01-27 09:18:17 +01:00
alemuntoni
1f77f98e91
meshlab_mini working on linux
2020-01-27 09:18:17 +01:00
Ryan Pavlik
f0f2bd7861
Scripts for CMake building
2019-12-12 17:30:26 -06:00
Norbert Wenzel
445cc30ada
Use bitand instead of logical AND for bitmask
2019-10-20 13:52:36 +02:00
Paolo Cignoni
24d905caa6
Cleaned again io_base.pro. No more need for c++14
2018-09-09 11:37:38 +02:00
Paolo Cignoni
825bd1eee5
Added attempt to force c++14 for linux for openfbx..
2018-09-09 10:46:00 +02:00
Paolo Cignoni
722b6ace90
Added in meshlab support for opening fbx files
2018-09-09 09:28:21 +02:00
Marco Callieri
a7784bc0e3
corrected PTX import
...
LEICA ptx has data arrangement that is different from FARO, the importer and the interface have been modified accordingly
2018-05-17 17:12:37 +02:00
Marco Callieri
d10036c9d6
saving errors are properly shown
2018-05-09 14:07:25 +02:00
Paolo Cignoni
3278d7ba24
added import ply to the h of io_base.pro
2018-04-06 11:30:04 +02:00
Paolo Cignoni
d605db0f50
added sanitazion pass for backward and forward slash
2018-04-06 10:35:56 +02:00
Paolo Cignoni
ef2c6d5d4c
stupid commit
2018-04-05 19:41:47 +02:00
Paolo Cignoni
943aa97991
travis exp 13
2018-04-05 18:53:59 +02:00
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
Paolo Cignoni cignoni
b13e19d0ee
Added a few explicit include to the pro
2013-12-06 10:05:43 +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
25ca975d98
Removed useless virtual keywords in many declarations
...
Removed getRequirements callback (now outdated)
2011-09-21 13:21:20 +00:00
Paolo Cignoni cignoni
f39032c07f
removed a trailing backslash form the pro that caused stupid behaviour in qtcreator...
2011-01-28 08:35:15 +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
2ff4c6750b
cleaned unused functions
2010-01-12 09:27:13 +00:00
Paolo Cignoni cignoni
abe28bdaeb
Updated pro and filters to comply to the new common library system
2009-12-04 10:53:05 +00:00
Paolo Cignoni cignoni
eca9e284d3
Refactoring meshlab common files. Created a 'common' directory with the shared pieces of code. Most of the pro/pri files have been changed. A rebuild all is strongly suggested...
...
* Updated all the pro's. Again.
2009-11-23 11:18:04 +00:00
Paolo Cignoni cignoni
635f4e1483
Refactoring meshlab common files. Created a 'common' directory with the shared pieces of code. Most of the pro/pri files have been changed. A rebuild all is strongly suggested...
...
* Updated all the pro's.
2009-11-23 10:17: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