7638 Commits

Author SHA1 Message Date
Joseph E. Weaver
b2d104feb0 Add rough framework for saving ASCII STL
Figured out the plumbing to add a new sub parameter command line option, where it hooks into the the export code in the server, and how to set the right flag in the parameter set for the IO object
2019-04-30 23:25:45 -04:00
133470
f6c6675baa Merge branch 'master' of https://github.com/cnr-isti-vclab/meshlab 2019-01-29 15:50:18 +11:00
133470
446ca00dab - added a meshmodel default destructor 2019-01-29 15:50:09 +11:00
granzuglia
25f3d17b1d - fixed a lot of bugs 2019-01-29 15:37:47 +11:00
133470
48663dc3fc - added try catch construct in order to prevent crash in case of a mesh containing non manifold edges 2018-12-19 16:48:06 +11:00
Marco Callieri
42ef8f6c99
Merge pull request #373 from martin-frbg/vrml-sphere
Add support for the VRML node "sphere" to the io_x3d plugin
2018-10-18 10:02:06 +02:00
Marco Callieri
4c21d21878
Merge pull request #371 from demlow/multiple_files_from_command_line
Add command line support to load multiple mesh files
2018-10-18 10:00:57 +02:00
Marco Callieri
d140b211bf
Merge pull request #384 from maggio-a/fix-multitexture
Fixed texture deallocation
2018-10-18 09:58:58 +02:00
Andrea Maggiordomo
737a5cd7af Fixed texture deallocation 2018-10-17 19:13:16 +02:00
Martin Kroeker
90d2a1defd
Add support for the node "Sphere" 2018-10-11 22:03:06 +02:00
Martin Kroeker
f254b3fe38
Add support for the node Sphere 2018-10-11 21:54:22 +02:00
Steve Demlow
48eb234cd7 Add command line support to load multiple mesh files 2018-10-09 10:16:03 -05:00
Marco Callieri
8f17ec91b9
Merge pull request #368 from easterngarden/master
fix meshlabserver issue 357
2018-10-02 11:24:05 +02:00
Marco Callieri
dff7980712
Merge pull request #353 from hroncok/qtimports
Add missing Qt includes
2018-10-01 11:31:38 +02:00
easterngarden
c18324caf0 fix meshlabserver issue 357 2018-09-27 17:33:18 -07: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
c2db4ede02 small change in the init of the isotropic remeshing filter 2018-09-09 09:29:46 +02:00
Paolo Cignoni
722b6ace90 Added in meshlab support for opening fbx files 2018-09-09 09:28:21 +02:00
Miro Hrončok
77b6cbe76d Add missing Qt includes
shaderDialog.h:55:21: error: 'QSlider' was not declared in this scope
    shaderDialog.h:56:15: error: 'QLineEdit' was not declared in this scope
    paintbox.cpp:35:30: error: invalid use of incomplete type 'class QAction'
    ...
2018-08-30 00:21:19 +02:00
Marco Callieri
68f4b097b4 saving view state in project is now optional
added checkbox in project saving window. Default is ON (save state).
2018-08-29 15:21:12 +02:00
Paolo Cignoni
b1b77287bf
Merge pull request #68 from martinruenz/master
Added linux build example (Ubuntu 16)
2018-08-20 09:12:46 +02:00
T.Alderighi
d596d7c086 Added geodesic from selected vertices 2018-06-27 12:11:05 +02:00
Marco Callieri
c6e9b0ff71 corrected bug in visibility project save, and in project append
- layer visibility, when read from project, is now correctly restored
- appending project on empty window does no longer make MeshLab crash
2018-06-15 17:06:25 +02:00
Marco Callieri
8f42ebb7d0 Store & recall view and visibiliy state
still dirty, but works
2018-06-07 14:13:27 +02:00
Marco Callieri
4cc63231e6 custom views
4 buttons with predefined views, CTRL-click to store view, click to recall it.
first draft. really, really dirty.
2018-06-04 18:20:22 +02:00
Marco Callieri
201bd6dd55 commened unused variable
just because it annoys me to see the warning
2018-06-04 17:10:40 +02:00
Marco Callieri
dd229eb2e9 "only on selection" now works properly for depth smooth 2018-06-04 14:24:09 +02:00
Marco Callieri
1ba4e43e40 changes in "change visibility of layer(s)"
added group visibility via substring match (very rough)
plus, some names and help rephrasing
2018-06-04 13:16:09 +02:00
Paolo Cignoni
504a2eb5ca Updating appveyor 2018-05-22 10:06:39 +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
cignoni
c283a08914 appveryor 7 2018-05-07 12:22:03 +02:00
cignoni
c5b6677ed2 appveyor 6 2018-05-07 11:51:14 +02:00
cignoni
4319f02f2d appveyor 5 2018-05-07 11:47:47 +02:00
cignoni
f26541304b appveyor 4 2018-05-07 11:45:16 +02:00
cignoni
a8f387226c Merge branch 'master' of https://github.com/cnr-isti-vclab/meshlab 2018-05-07 11:37:38 +02:00
cignoni
b471186166 appveyor 3 2018-05-07 11:37:32 +02:00
T.Alderighi
7a590198d8 added isoremeshing filter 2018-05-07 11:37:16 +02:00
cignoni
e50c7fc52b appveyor update 2 2018-05-07 11:34:25 +02:00
cignoni
c6d9924951 added correct naming for windows artifact 2018-05-07 11:32:10 +02:00
Paolo Cignoni
3faf39e98c Updated meshfilter to the faux/crease/edgeselection changes 2018-05-05 00:48:20 +02:00
Paolo Cignoni
aaf70cd34a Small change to the pro to build the distrib path in a simpler way 2018-05-05 00:42:04 +02:00
Paolo Cignoni
15a369629c Renamed MeshModel::MM_GEOMETRY_CHANGE into MM_GEOMETRY_AND_TOPOLOGY_CHANGE
Needed for clarity.
Also added the skeleton of the isotropic remeshing filter
2018-05-03 16:33:29 +02:00
Marco Callieri
ff0f9539f5 reformatted meshlabserver help 2018-04-19 16:38:16 +02:00
T.Alderighi
8e6a4635ed added support for choosing normals color and normals linewidth 2018-04-17 18:14:49 +02:00
Marco Callieri
4ec5ed53ff better help for poisson merging 2018-04-13 16:32:10 +02:00
Paolo Cignoni
fd23e9abf4 travis exp 42
Moving to the full release
2018-04-12 15:28:56 +02:00
Paolo Cignoni
4aa34b9ba2 travis exp 41
messing with the release name using the octokit options...
2018-04-12 14:39:26 +02:00
Paolo Cignoni
ff5345417f travis exp 40
corrected path for the plist and better release tagging
2018-04-12 12:52:55 +02:00