3257 Commits

Author SHA1 Message Date
Paolo Cignoni
5d3fbca6ba Corrected wrong managment of malformed stl files 2018-02-22 19:19:43 +01:00
Paolo Cignoni
7b292f511c Added missing callback 2018-02-22 13:30:35 +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
Paolo Cignoni
d82807c54b linux lib for filter_csg 2018-02-21 22:08:47 +01:00
Paolo Cignoni
3b89a7cb12 linux libs 2018-02-21 18:50:57 +01:00
Paolo Cignoni
3b4d7aceab Merge branch 'master' of https://github.com/cnr-isti-vclab/meshlab 2018-02-21 16:06:08 +01:00
Paolo Cignoni
53f19c3110 Forcing clang on linux, and copying all the xml in the correct way 2018-02-21 16:06:05 +01:00
gianpaolopalma
aa018f181b Fix check in the "Texture to Vertex" transfer
Check if the source mesh (not the tagert mesh) is not a point cloud
2018-02-21 15:07:04 +01:00
gianpaolopalma
c769982ad5 Bug fixing
- Adding the PerFaceNormal option in the "Montecarlo Sampling"
- Fixing "Uniform Mesh Resampling" with negative offset
2018-02-21 15:04:47 +01:00
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