6771 Commits

Author SHA1 Message Date
Marco Callieri mcallieri
b9cf75cdc2 revised many filter descriptions and help texts, added new options to perling coloring, now colors may be chosen, and offset too (added new coloring function to VCG library) 2016-07-14 16:36:35 +00:00
Marco Callieri mcallieri
ad0e2293e1 corrected some bugs in per-mesh color scattering 2016-07-14 14:16:53 +00:00
Guido Ranzuglia granzuglia
aaf5124dc5 - added missing files 2016-07-14 13:25:34 +00:00
Guido Ranzuglia granzuglia
9ff5000df2 - fixed FilterClass enum bug 2016-07-14 10:49:47 +00:00
Marco Callieri mcallieri
4c48fece7a corrected typos in filter names, parameters description and help 2016-07-14 09:12:27 +00:00
Matteo Dellepiane matteodelle
e40f59a68c dellepiane: fixed type conversion that prevented the compilation with VS2015 2016-07-14 09:05:41 +00:00
Marco Callieri mcallieri
03cc042eea removed empty lines in the pro 2016-07-14 08:55:37 +00:00
Guido Ranzuglia granzuglia
943a6e5452 - added first support for the basic decorators included inside the MeshLab core (just boundary...soon others will be added) 2016-07-14 08:47:40 +00:00
Guido Ranzuglia granzuglia
8ad5a18483 - fixed small bugs on the plugins 2016-07-14 08:45:54 +00:00
Matteo Dellepiane matteodelle
fc7cdd9394 dellepiane: fixed custom qmap import, and added updatemask to visualize color per vertex after the mapping 2016-07-14 06:53:15 +00:00
Matteo Dellepiane matteodelle
43e7afc3ef dellepiane: removed a filter (colorize non manifold edges) that was defined but not implemented 2016-07-12 10:27:06 +00:00
Matteo Dellepiane matteodelle
7047006ad1 dellepiane: small fixes in the output messages in the log window 2016-07-12 09:10:36 +00:00
Guido Ranzuglia granzuglia
34fea1d6ca - removed a lot of stupid crashes...
PLEASE, next time you commit a filter at least tests if all the accessed pointers are not NULL...otherwise i will be forced to remove the plugin
2016-07-11 09:49:18 +00:00
Guido Ranzuglia granzuglia
304b7a8dd3 - fixed missing signal-slot connection bug on Matrix44fWidget 2016-07-08 15:38:11 +00:00
Guido Ranzuglia granzuglia
3ee8cafe49 - added support for Visual Studio 2015 2016-07-08 12:37:13 +00:00
Guido Ranzuglia granzuglia
8051432c25 - added support for Visual Studio 2015 2016-07-08 12:36:37 +00:00
Matteo Dellepiane matteodelle
136fc1064c dellepiane: changes to filter definition and .pro for compilation of filter (made with ranzuglia) 2016-07-08 12:26:26 +00:00
Marco Callieri mcallieri
f4d43d239c added filter to manually set matrix, or copy from another layer - NOT YET WORKING, RichMatrix44f does not copy current matrix 2016-07-07 15:09:25 +00:00
Guido Ranzuglia granzuglia
0b87521157 - data mask is now more correctly updated according to the filter arity 2016-07-07 10:13:46 +00:00
Marco Callieri mcallieri
d5bade9feb fixed inconsistencies in transformation filters, when using "apply to all" and "freeze". Now apply to all means apply to all VISIBLE (for both mesh and raster) 2016-07-07 08:51:58 +00:00
Marco Callieri mcallieri
5ccf203510 added filter to create matrix from XYZ translatio, euler angles and scaling (the kind of data used in 3d modeling software) - TO BE TESTED 2016-07-06 11:48:58 +00:00
Marco Callieri mcallieri
43ea3e37e9 added "invert matrix" filter 2016-07-06 09:39:55 +00:00
Guido Ranzuglia granzuglia
271a28a44e - fixed small bugs
- changed a little default fixed colours for per-solid and per-point rendering
2016-07-05 09:29:13 +00:00
Paolo Cignoni cignoni
14b07ecb48 Small changes to remove clang issues 2016-06-30 07:36:42 +00:00
Paolo Cignoni cignoni
8e8a01801f Small changes to remove clang issues 2016-06-30 07:36:23 +00:00
Marco Callieri mcallieri
6a01c7d062 Merged Ambient Occlusion per-vertex and per-face (they both called the same function, only with a different param. Cleaned up some useless operations. Fixed some bugs:
- use GPU is not available for per-face (parameter is now ignored if per-face)
- BentNormal attribute now works per-face and per-vertex and is allocated only when needed
- computing per-face does not erase per-vertex quality, and vice-versa
2016-06-29 16:17:29 +00:00
Guido Ranzuglia granzuglia
d311c3f2a6 - bug fixing
- integration
- so on...
2016-06-29 12:58:10 +00:00
Guido Ranzuglia granzuglia
bd33bba9e1 - giant commit
- added new function in the filter interface
2016-06-29 12:54:15 +00:00
Marco Callieri mcallieri
e3add527c5 added new shortcuts to view scene from canonical directions, when the scene uses "engineering" reference system, with Z as vertical axis 2016-06-16 14:52:59 +00:00
Marco Callieri mcallieri
5a97c77475 added multiple options for background when taking snapshot
WARNING, alpha is broken
2016-06-16 13:23:24 +00:00
Marco Callieri mcallieri
68ba6efd74 "Transfer Color: Texture to Vertex" is now also on texture submenu 2016-06-16 11:40:09 +00:00
Marco Callieri mcallieri
9d6bde0cd2 "Transfer Color: Texture to Vertex" now works with multiple textures 2016-06-16 11:16:51 +00:00
Guido Ranzuglia granzuglia
d0db4b5970 - type renaming 2016-06-10 15:24:52 +00:00
Guido Ranzuglia granzuglia
48e93b5ebe - type renaming 2016-06-10 15:24:10 +00:00
Guido Ranzuglia granzuglia
c6fa8ac626 - added different signals for shared context updating from plugins, according if the plugin lives in the same/different thread respect to the shared context itself 2016-06-10 12:59:13 +00:00
Guido Ranzuglia granzuglia
0354dac3ed - fixed various small bugs on the raster widget contained into the LayerDialog 2016-06-10 10:03:00 +00:00
Guido Ranzuglia granzuglia
e746fa78d0 - updated mutual info filter with the new shared data rendering features 2016-06-10 08:55:51 +00:00
Guido Ranzuglia granzuglia
97b6b67e95 - added shared rendering data support for plugins living on a different thread than the main window's one 2016-06-10 08:54:34 +00:00
Guido Ranzuglia granzuglia
e9ffd1ee3e - added filter_voronoi 2016-06-07 11:45:55 +00:00
Paolo Cignoni cignoni
2686a98ac3 updated to the new meshlab 2016-06-07 11:30:14 +00:00
Paolo Cignoni cignoni
69a9a964ab Added missing addOrGetMesh 2016-06-07 11:29:46 +00:00
Guido Ranzuglia granzuglia
6880ea4453 - added separated actions for "no 2-manifold edges" and "no 2-manifold vertices" decorators 2016-06-06 15:43:45 +00:00
Guido Ranzuglia granzuglia
f48013551f - removed the "drag and drop doesn't open the layer dialog when a mesh is dropped inside MeshLab" bug 2016-06-06 15:42:02 +00:00
Guido Ranzuglia granzuglia
6582d24cbe - added mutual exclusion on the rendering toolbar with ctrl + mouse left click 2016-06-06 14:19:09 +00:00
Guido Ranzuglia granzuglia
0dc9c39326 - removed useless (mysterious!!!!) include
- removed useless (not defined) class
2016-06-06 10:24:01 +00:00
Guido Ranzuglia granzuglia
10ec9ecd48 - added missing icon 2016-06-06 08:56:25 +00:00
Guido Ranzuglia granzuglia
7cdddc864a - a new qt .pro with the already tested and working MeshLab 2016 plugins 2016-06-04 16:25:02 +00:00
Guido Ranzuglia granzuglia
936ced1a61 - - the upcoming MeshLab 2016 release 2016-06-04 16:23:54 +00:00
Guido Ranzuglia granzuglia
8d5d841b1b - - the upcoming MeshLab 2016 release 2016-06-04 16:23:28 +00:00
Guido Ranzuglia granzuglia
13606d8f38 - the upcoming MeshLab 2016 release 2016-06-04 16:22:37 +00:00