7189 Commits

Author SHA1 Message Date
Paolo Cignoni
f1fed5d964 Readding plugins that where failing... 2018-02-21 08:12:05 +01:00
Paolo Cignoni
2bb7874194 appveyor pruning... 2018-02-21 00:07:42 +01:00
Paolo Cignoni
f0e5874d49 removing some plugins from full appveyor pro 2018-02-20 23:29:36 +01:00
Paolo Cignoni
efd45207a5 Added filter to merge fake texture seams 2018-02-20 21:25:00 +01:00
Marco Callieri
fa227f474c fix for double-click loading models/projects using accened/non standard chars
Qstring needs to know the char space to properly convert the chars.
apparently, for command line arguments char* we have to use Qstring::fromLocal8Bit
2018-02-19 18:32:05 +01:00
Marco Callieri
db6e10e707 version in about dialog can now be selected/copied for bug reports 2018-02-19 17:42:07 +01:00
Marco Callieri
b10a6b8308 removed unused variable 2018-02-19 17:36:18 +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
Marco Callieri
d122a0d64c fixed first element of matrix widget in dialogs not selectable
TRICK FIX: by adding a label, the first elment of the matrix is again usable
- removed warning
2018-02-19 16:06:12 +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
a4c55a05ca testing windeployqt and qtpath in nsis 2018-02-15 18:44:40 +01:00
Paolo Cignoni
7073b4f563 nsis with correct qtbase 2018-02-15 18:21:40 +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
Paolo Cignoni
fab880a653 harmless warning 2018-02-14 10:48:13 +01:00
Paolo Cignoni
93aa49b0db Cleaned minipro 2018-02-14 09:33:16 +01:00
Paolo Cignoni
0ca9c68af9 appveyor + nsis 2018-02-14 06:58:09 +01:00
Marco Callieri
a7258f4ad3 added " to some file-lines
All the other had them :)
2018-02-12 12:14:44 +01:00
Marco Callieri
5e06796fd7 update version number 2018-02-12 12:07:03 +01:00
Marco Callieri
425beac48e updated website 2018-02-12 11:39:43 +01:00
Marco Callieri
e7e689a9b7 update version number 2018-02-12 11:39:12 +01:00
Marco Callieri
74a5382a28 added MSVC2017 2018-02-09 14:57:00 +01:00
Marco Callieri
7788bbe5c2 updated meshlabserver help text 2018-02-09 10:10:09 +01:00
Marco Callieri
cc9aa18124
Merge pull request #179 from markstock/server_writes_radii
Server now exports point radii if available
2018-02-07 13:10:31 +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
37df43adf3 added version number to MeshlabServer 2018-02-01 15:06:11 +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
98f12374da snap all layers fix
when a layer is deleted, it is skipped from snapshot "all layers"
2018-01-11 18:10:57 +01:00
Marco Callieri
ac5ef3831f accented/regional chars fix
qUtf8Printable should be used for logging strings
and interanl string storage in meshmodel should not use qPrintable, to avoid screwing with the filenames
2018-01-11 17:26:45 +01: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
granzuglia
c07595da02 - added support for further widget types 2018-01-09 17:40:44 +11:00
granzuglia
45fdd82648 -added support for vec3 widget 2018-01-09 14:36:44 +11:00
granzuglia
507a2b3665 - added support for persistent parameters to further widgets (not yet all of them) 2018-01-09 13:30:52 +11:00
granzuglia
93d9275ddb fixed 'reset default values for persistent parameters' bug 2018-01-08 11:55:17 +11:00
granzuglia
a4f45b29be fixed 'additional double quotes in saving string persistent values into the system setting' bug 2018-01-08 11:00:14 +11:00
granzuglia
a6f56c21fe inverted order of the msvc tokens, in order to avoid problems with older visual studio versions 2018-01-08 10:57:55 +11:00
granzuglia
68616089ed - fixed bug in the persistent parameter system 2018-01-05 17:24:53 +11:00
granzuglia
3af5988579 fixed compile time error 2018-01-05 16:21:15 +11:00
133470
92b74e389d removed useless piece of code 2018-01-05 15:00:59 +11:00