6443 Commits

Author SHA1 Message Date
Paolo Cignoni cignoni
ccb5e68309 First steps toward vbo rendering... 2014-11-16 01:33:59 +00:00
Guido Ranzuglia granzuglia
f07daac67a - DANGEROUS COMMIT: changed completely the MeshLab rendering system (now it doesn't draw nothing...)
- removed compiler errors from the plugin
2014-11-15 21:33:26 +00:00
Guido Ranzuglia granzuglia
25647ba651 - DANGEROUS COMMIT: changed completely the MeshLab rendering system (now it doesn't draw nothing...) 2014-11-15 21:31:33 +00:00
Guido Ranzuglia granzuglia
d2f5be8865 - DANGEROUS COMMIT: changed completely the MeshLab rendering system (now it doesn't draw nothing...) 2014-11-15 21:31:03 +00:00
Paolo Cignoni cignoni
32eeee1096 Updated the release notes to the last changes/feature added 2014-11-14 23:08:17 +00:00
Paolo Cignoni cignoni
9639e077c5 Changed to reflect the recent changes of the vcg in UpdateFlags and Triangle Normal 2014-11-14 23:06:18 +00:00
Paolo Cignoni cignoni
f8f8e63982 better printing histogram of quality values 2014-11-14 23:05:07 +00:00
Paolo Cignoni cignoni
9dfdaeb816 Better error messages when reading off files 2014-11-14 23:04:06 +00:00
Paolo Cignoni cignoni
9e88988843 Changed to reflect the recent changes of the vcg in UpdateFlags and Triangle Normal 2014-11-14 23:03:27 +00:00
Paolo Cignoni cignoni
68abf6dc46 Added area weighting counting to for vertex/face quality Histogram dumping filters 2014-11-13 22:46:52 +00:00
Paolo Cignoni cignoni
2e4b9cb198 Changed to reflect the recent changes of the vcg in UpdateFlags and Triangle Normal 2014-11-13 22:42:58 +00:00
Paolo Cignoni cignoni
cde59827a9 Changed to reflect the recent changes of the vcg in UpdateFlags 2014-11-12 00:23:58 +00:00
Marco Callieri mcallieri
7e4c0b68b7 fixed a bug in display of number of faces/verts for the whole project 2014-11-11 14:16:49 +00:00
Marco Callieri mcallieri
120a13be38 in the status bar, now number of vertices/faces are displayed with thousand separators (comma), using QLocale
TO BE TESTED ON AMCHINES WITH DIFFERENT LANGUAGE !
2014-11-10 16:48:00 +00:00
Marco Callieri mcallieri
662a74d997 corrected some bugs in the numerical input of the rotate/translate/scale. Now 0 and . are better interpreted, and - toggle negative values 2014-11-10 12:23:04 +00:00
Marco Callieri mcallieri
8b9d3f19f6 added "apply to all visible layer" option to "Vertex Color Levels Adjustement", and changed scatterign behavior from all layers to all visible layers (scattered colors are still coherent for the whole set of layers, they are just not assigned to non-visible layers) 2014-11-10 11:17:17 +00:00
Marco Callieri mcallieri
07dfb6b068 corrected a bug where color scattering could produce, sometimes, duplicated color 2014-11-07 13:07:31 +00:00
Paolo Cignoni cignoni
a489d08264 minor changes in error string 2014-11-07 09:55:00 +00:00
Paolo Cignoni cignoni
4bcb202855 Added icon for decorate background grid 2014-11-07 09:33:23 +00:00
Paolo Cignoni cignoni
a7eb265b04 customized help strings for macs 2014-11-07 09:26:55 +00:00
Paolo Cignoni cignoni
62520003a7 New icons in the svg 2014-11-07 09:25:47 +00:00
Paolo Cignoni cignoni
1767cdbe5a removed unused resources 2014-11-07 09:25:21 +00:00
Paolo Cignoni cignoni
92c96bb5fb corrected qt define constat form Q_WS_MAC to Q_OS_OSX 2014-11-07 09:24:59 +00:00
Paolo Cignoni cignoni
c08cef4edf Updated the code to enable the selection decorator to the new signal slot mechanism 2014-11-06 23:47:52 +00:00
Paolo Cignoni cignoni
d6dd893af4 Yet another icon to the decorator toolbar (axis) 2014-11-06 23:46:59 +00:00
Paolo Cignoni cignoni
a4f7219ff2 New icons for decorators (forgot a final save) 2014-11-06 23:46:12 +00:00
Paolo Cignoni cignoni
540374a4bf New icons for decorators 2014-11-06 23:45:12 +00:00
Paolo Cignoni cignoni
fe4212c7d0 moved part of the decorator applying code from the mainwindow to the glarea and exposed as a slot. Now edit and filters can activate whatever decorator just by name. 2014-11-06 23:44:48 +00:00
Paolo Cignoni cignoni
89bd29c63e Added to the decorator interface methods to get action and id by the name of the decorator 2014-11-06 23:43:27 +00:00
Paolo Cignoni cignoni
666d182c2e Added to the plugin manager a method getDecoratorInterfaceByName to retrieve a plugin by the name of the decorator 2014-11-06 23:42:31 +00:00
Paolo Cignoni cignoni
02e0f2bc23 Removed selection state stuff from the meshmodel 2014-11-06 16:28:00 +00:00
Paolo Cignoni cignoni
b3edc44708 Significant change.
- Added a decorator toolbar
- removed the selection drawing stuff and moved them into decorator
- added icons to decorator
2014-11-06 16:26:33 +00:00
Paolo Cignoni cignoni
3f8479e07d Basic Decorate clean up. moved here the selection drawing. Added icons 2014-11-06 15:50:38 +00:00
Guido Ranzuglia granzuglia
360eca17a7 - readded xmlpatterns support, in order to avoid compiling problems with visual studio 2014-11-05 10:39:42 +00:00
Marco Callieri mcallieri
91b9444ed4 - added #include <windows.h> for windows compiling
- fixed an incoherence between string names of the filter
tested for compilation & run at 64bit, still to be tested at 32bit
2014-11-03 12:35:46 +00:00
Paolo Cignoni cignoni
e234dff76e Updated to the last changes of meshmodel interface 2014-10-30 13:48:55 +00:00
Paolo Cignoni cignoni
223cbd3aec removed useless qt xmlpatterns flag from the shared.pro 2014-10-30 13:48:23 +00:00
Paolo Cignoni cignoni
0e84de59ac Cleaned up the interface of Visibility and changed the methods for listing all the meshes and raster of a document 2014-10-30 13:46:44 +00:00
Marco Callieri mcallieri
1398fab7ec added various #win32-msvc2013 definitions 2014-10-29 15:12:25 +00:00
Marco Callieri mcallieri
11984d3672 added some win32-msvc2013: definitions 2014-10-29 15:08:52 +00:00
Marco Callieri mcallieri
3a20dfdfcb added various win32-msvc2013: definitions 2014-10-29 14:13:15 +00:00
Marco Callieri mcallieri
2348f584c5 added win32-msvc2013:DESTDIR 2014-10-29 14:10:50 +00:00
Marco Callieri mcallieri
94f3cc17d2 added #include <algorithm> in muParserBytecode to avoid error std::max undefined 2014-10-29 13:46:29 +00:00
Paolo Cignoni cignoni
1ebf022b42 Final small changes to the screened poisson reconstruction. 2014-10-25 13:54:58 +00:00
Guido Ranzuglia granzuglia
4622b0a139 - fixed a Qt bug in the scripting system 2014-10-23 14:02:25 +00:00
Guido Ranzuglia granzuglia
7153d9a6d1 - fixed compiler time errors with double precision float 2014-10-23 14:00:12 +00:00
Guido Ranzuglia granzuglia
c3e10810a3 - improved MeshLab core support for double precision float values 2014-10-22 09:23:20 +00:00
Guido Ranzuglia granzuglia
e79946fd33 - improved MeshLab core support for double precision float 2014-10-22 09:18:21 +00:00
Guido Ranzuglia granzuglia
d295f1e43a - restored filter_mutualinfoxml with double precision support 2014-10-22 09:17:00 +00:00
Paolo Cignoni cignoni
450267c514 Poisson 6.12 Merging:
- Re-added include of "PointStream.h"
2014-10-22 06:09:53 +00:00