3097 Commits

Author SHA1 Message Date
Paolo Cignoni
efd45207a5 Added filter to merge fake texture seams 2018-02-20 21:25:00 +01: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
9ac4fa03cf better distrib.zip and less warnings 2018-02-19 14:56:52 +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
Paolo Cignoni
dc6ccc648a still on copying xml 2018-02-15 11:57:54 +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
Paolo Cignoni
1cf0f1837f better way of copying xml files 2018-02-14 11:10:50 +01:00
Marco Callieri
425beac48e updated website 2018-02-12 11:39:43 +01:00
Marco Callieri
4c6ea82ae9 Merge branch 'master' of https://github.com/cnr-isti-vclab/meshlab 2018-02-07 13:06:48 +01:00
Marco Callieri
56e5670e78 updated ling to website 2018-02-07 13:06:44 +01:00
Marco Callieri
56ff8133b3
Merge pull request #221 from kaveet/master
Fix a typo in Cube creator
2018-02-07 13:05:59 +01:00
Marco Callieri
21845e65d2 fixed "show curvature" crash
before, it was trying to access both vertex and faces curvature WITHOUT checking first if they were available
2018-02-01 13:51:16 +01:00
Marco Callieri
03b02dbc19 fixed "set texture" to support jpg
there was a problem when asking for a jpg texture, the extension .png was added, and nothing worked :)
2018-01-31 17:03:26 +01:00
Marco Callieri
869f98d559 Merge branch 'master' of https://github.com/cnr-isti-vclab/meshlab 2018-01-31 16:25:53 +01:00
133470
a8b6c84252 - fixed 'removing unreferenced vertices doesn't update the mesh bounding box' bug 2018-01-22 17:31:39 +11:00
Marco Callieri
ecf9ebb43e corrected a delete for an array 2018-01-11 17:25:00 +01:00
granzuglia
44deb4facf - added show only the normals of selected faces/vertices 2018-01-10 06:40:01 +11:00
133470
660d886fd4 added parIsPersistent field into the xml file 2018-01-04 16:27:51 +11:00
granzuglia
08ab667a12 added support for persistante parameters. now everything should be able to compile again! WARNING! PLEASE, RECOMPILE THE EXTERNAL LIBRARIES BEFORE RECOMPILE THE WHOLE MESHLAB_FULL.PRO 2018-01-04 14:29:25 +11:00
granzuglia
065573e503 added support for persistante parameters. WARNING!!! please, note that at this moment the code may not compile. It will compile again as soon as I will finish to merge the all the changed files 2018-01-04 11:02:04 +11:00
granzuglia
7a19e3ceb9 - fixed a lot of compiler errors and added (hopefully) support for visual studio 2017 2017-12-16 18:50:35 +11:00
gianpaolopalma
ea692872b0 Added option to apply the current layer matrix 2017-11-27 13:43:49 +01:00
Marco Callieri
e9a765ca65 corrected "double space" bug in XYZ import
QTString Split, if encountering two consecutive spaces, was returning an empty result aming the tokenized line, causing those points to not be parsed. Added QString::SkipEmptyParts to correct this
2017-10-09 13:10:07 +02:00
Kaveet Laxmidas
2649c037fb Fix a typo in Cube creator
Change "lenght" to "length," and clean up the formatting for that info dialog.
2017-09-27 16:28:43 -05:00
Paolo Cignoni
fb7eb55966 Merge branch 'master' of https://github.com/cnr-isti-vclab/meshlab 2017-09-13 13:52:09 +02:00
Paolo Cignoni
eaac795ea8 corrected compilation errors 2017-09-13 13:52:07 +02:00
Marco Callieri
70b9dd7fc4 Merge pull request #133 from lzhbrian/master
Fix some typo
2017-07-04 15:19:49 +02:00
Paolo Cignoni
316ec27250 Clarified center on bbox dialog
can be on scene bbox and on layer bbox
2017-06-29 10:10:44 +02:00
Marco Callieri
6cf982e6c1 added selection of bad triangles
- triangles with aspect ratioo below a threshold
- triangles with angle discrepancy with neighbors above a threshold
2017-06-20 18:34:11 +02:00
Marco Callieri
78986af6f3 test for writable folder + error text update 2017-05-10 11:25:18 +02:00
Marco Callieri
1e05d351f4 added include/lib for MSVC2013 2017-05-10 11:24:46 +02:00
Marco Callieri
410316f8db new shortcut for mac, plus minor update
spacebar cannot be used on macOS, but already was in all the
documentation :( so I just added "C" as viable key to switch between
bbox center and origin
2017-05-04 14:02:14 +02:00
Marco Callieri
e8f773ba1a corrected tests for "same mesh" error 2017-04-28 14:54:48 +02:00
lzhbrian
f34ccaee3c Fix some typo 2017-04-15 13:58:03 +08:00
Marco Callieri
7c3d2ce74a corrected wrong help text 2017-04-14 15:16:16 +02:00
Marco Callieri
c16c8152bb update checks for input conditions
like when asking to delete selected faces/verts when no faces/verts are
selected, select faces when no faces exists...
2017-04-14 14:17:58 +02:00
Marco Callieri
da15a6f277 split in components now preserve texture
but still, it does not show it.
plus, a bit of re-indenting and string updates
2017-04-14 12:55:02 +02:00
Marco Callieri
8799d8c3b5 texture2vertex color works with multiple textures 2017-04-10 17:05:18 +02:00
Guido Ranzuglia
d217d1af28 - the STL "unify vertices" parameter is now a global one 2017-04-07 15:23:26 +10:00
Paolo Cignoni
0c69f38e26 Added Filter to change the visibility of a mesh (for scripting see #123 ) 2017-04-06 16:44:45 +02:00
Paolo Cignoni
1f9d247d21 added Filter to select connected face ( see #126 ) 2017-04-06 15:45:52 +02:00
Paolo Cignoni
c7f019bef9 corrected bug #125 in grid generator
Stupidly using an inaccurate rotation matrix to flip a mesh…
2017-04-06 12:53:03 +02:00
Paolo Cignoni
980b34b819 Converted occasional matrix inversion in align to principal axis 2017-04-05 17:16:19 +02:00
Paolo Cignoni
cf8270cc9d Added option to create also split surfaces
if selected, it will create two layers with the portion of the mesh
under and over the section plane. It requires manifoldness of the mesh
2017-04-05 10:21:39 +02:00
michaelsavich
04f718db55 Fix typo "speicified" in cleanfilter.cpp 2017-04-05 00:02:33 -04:00
Guido Ranzuglia
b44428463b - removed useless debug message 2017-04-04 16:30:42 +10:00
Paolo Cignoni
36dee3aab1 issue with openmp compilation in screneed poisson 2017-03-29 14:58:45 +02:00