6282 Commits

Author SHA1 Message Date
Massimiliano Corsini maxcorsini
564cba62aa 2014-02-06 09:56:14 +00:00
Massimiliano Corsini maxcorsini
e37e55ee05 2014-02-06 09:48:40 +00:00
Massimiliano Corsini maxcorsini
0542e75b59 2014-02-06 09:29:06 +00:00
Massimiliano Corsini maxcorsini
cc59a79dff minimal version for the usage of the (V-Must) web export plugin 2014-02-06 09:22:46 +00:00
Guido Ranzuglia granzuglia
a844ad546d - from nullptr to NULL, in order to avoid compatibility problems with non-compliant C++11 compilers 2014-01-30 15:08:32 +00:00
Marco Callieri mcallieri
d47a61a90a slight modification at the "planar section" filter: fixed the custom axis selection, more meaningful name is assigned to new layers, now the capped layer is optional 2014-01-23 17:09:02 +00:00
Marco Callieri mcallieri
c21ae9ec82 edit_referencing - first working draft - still lot to do 2014-01-17 18:15:36 +00:00
Marco Callieri mcallieri
7f125fe84a edit_referencing plugin - first working draft - still lot of work to do 2014-01-17 18:14:57 +00:00
Guido Ranzuglia granzuglia
aa40e01044 - workaround for qt 5.2 crash caused by standard file dialog on windows
- added a global parameter enabling/disabling the per-mesh render side toolbar
2014-01-16 17:00:37 +00:00
Matteo Dellepiane matteodelle
3ebe37d1a2 dellepiane for ganovelli: fixed small issue for non rigid alignment (un-check was not seen) BUT there are still issue if there's a starting tr with scale! 2014-01-14 18:46:52 +00:00
Paolo Cignoni cignoni
7268fc9600 improved name of the geodesic distance from point filter 2014-01-09 08:33:05 +00:00
Guido Ranzuglia granzuglia
39e3c78391 - added a "slice" word tag to the planar section filter info string 2014-01-08 14:16:43 +00:00
Marco Callieri mcallieri
c2c9ddf467 changes in the experimental plugin for scene referencing, still very far from working 2013-12-22 11:34:15 +00:00
Marco Callieri mcallieri
2da56fdfae flip faces orientation filter now may also be applied "on selected faces only" + some indentation/realignment of code here and there 2013-12-20 21:11:58 +00:00
Paolo Cignoni cignoni
c03536ef3b Corrected the bug that created black acne in the parametrization and texturing filter. It was due to an incorrect way of expanding borders of a patch p that could include faces that were not visible from the reference image of patch p. 2013-12-19 12:42:39 +00:00
Marco Callieri mcallieri
a921ddecd5 new experimental plugin (very first draft): icon and cursor for the referencing plugin (placeholders) 2013-12-18 11:07:07 +00:00
Marco Callieri mcallieri
674ad31261 new experimental filter (very first draft): define roto-translation and scale for layer(s) using reference points 2013-12-18 10:52:18 +00:00
Marco Callieri mcallieri
ea2133565c corrected problem in displaying picked point with double-click: now it displays SCENE-SPACE coordinates, as initially intended
[to be properly tested before release!]
2013-12-17 15:47:22 +00:00
Paolo Cignoni cignoni
1906ed3fba updated Added correct managment between logical and device window coords for rect Selection
Now with qt5.2 retina display correctly works
2013-12-16 16:20:30 +00:00
Guido Ranzuglia granzuglia
b486e8ee32 - from worldSizeKeyName to wordSizeKeyName 2013-12-16 14:12:18 +00:00
Paolo Cignoni cignoni
63c5e4cc41 updated Added correct managment between logical and device window coords for mouse input and trackball.
Now with qt5.2 retina display correctly works
2013-12-16 11:35:30 +00:00
Paolo Cignoni cignoni
21fcee2145 Added correct managment between logical and device window coords for mouse input and trackball.
Now with qt5.2 retina display correctly works
2013-12-13 10:13:46 +00:00
Paolo Cignoni cignoni
52ddf2aa28 removed jhead library from the list of libraries needed by the common.dylib of meshlab 2013-12-13 09:30:40 +00:00
Paolo Cignoni cignoni
551376a508 Added a missing http in the organizationHost constant string. 2013-12-12 17:32:31 +00:00
Guido Ranzuglia granzuglia
739638a4d1 - a lot of small bugs fixed 2013-12-12 17:29:07 +00:00
Guido Ranzuglia granzuglia
314dc103cc - a lot of small bugs fixed 2013-12-12 17:26:59 +00:00
Guido Ranzuglia granzuglia
1265e65eca - a lot of small bugs fixed 2013-12-12 17:25:04 +00:00
Guido Ranzuglia granzuglia
e10769ff6c - added null test on currentRaster avoiding plugin to crash when no raster has been loaded 2013-12-12 09:28:59 +00:00
Paolo Cignoni cignoni
b7d4ae4351 Changed the Info.plist for mac to correctly support retina display. 2013-12-12 08:20:37 +00:00
Guido Ranzuglia granzuglia
f1e078cefa - removed unused member 2013-12-06 14:30:12 +00:00
Guido Ranzuglia granzuglia
11e6f7b41f - added missing glpushAttrib 2013-12-06 14:29:39 +00:00
Guido Ranzuglia granzuglia
79fdb42543 - removed compiler errors 2013-12-06 14:29:07 +00:00
Paolo Cignoni cignoni
b13e19d0ee Added a few explicit include to the pro 2013-12-06 10:05:43 +00:00
Paolo Cignoni cignoni
c8060544e9 Corrected the alpha bug in the radiance scaling. 2013-12-06 10:04:59 +00:00
Gianpaolo Palma gianpaolopalma
3c04fc4dab Changed order of min and max in the creation of a Box 2013-12-05 17:44:26 +00:00
Guido Ranzuglia granzuglia
ad2a902556 - parented orphan ShaderDialog 2013-12-05 14:52:22 +00:00
Marco Callieri mcallieri
3f5b933aac - now, when user double-click on GLarea to recenter trackball, the coordinates of the picked point are printed in the LOG 2013-12-05 13:26:56 +00:00
Guido Ranzuglia granzuglia
cbe428961f - workaround for missing image file inside a meshlab project (maybe a little too much invasive) 2013-12-05 11:34:33 +00:00
Guido Ranzuglia granzuglia
f6dc496bf5 - removed previous bug also for project referring missing mesh files 2013-12-05 10:08:49 +00:00
Guido Ranzuglia granzuglia
275d4e7d55 - removed "importing 3d mesh file failed but anyway a new entry has been created on the layerdialog" bug 2013-12-05 09:32:40 +00:00
Guido Ranzuglia granzuglia
1e1a876163 - fixed "disappearing plugin" problem 2013-12-04 15:29:52 +00:00
Guido Ranzuglia granzuglia
cce3ac3028 - cleaned up included files 2013-11-29 09:42:09 +00:00
Paolo Cignoni cignoni
1e34f222d5 Changed text of the filter name from Recompute to Compute Normal... 2013-11-28 17:09:38 +00:00
Paolo Cignoni cignoni
5ab212677f Corrected a small bug in the FP_PLANAR_EDGE_FLIP filter 2013-11-28 17:07:04 +00:00
Paolo Cignoni cignoni
65f7856063 Updated to the change to VoronoiColoring 2013-11-28 17:06:14 +00:00
Paolo Cignoni cignoni
fd8df00ed3 Added possibility of showing the alpha mask value as transparency or as falsecolor to show the alpha status of the rasters 2013-11-08 17:44:02 +00:00
Paolo Cignoni cignoni
b0ff06ccd8 Committed a set of small changes to improve robustness and portability of the texture merging plugin 2013-11-08 15:53:36 +00:00
Matteo Dellepiane matteodelle
c6f5341d58 dellepiane: fixed image path issues with importing .out 2013-11-04 18:09:23 +00:00
Guido Ranzuglia granzuglia
c98cc52f54 - fixed compatibility issue with qt 4.8.5 2013-10-24 20:02:33 +00:00
Guido Ranzuglia granzuglia
b67c61a234 - fixed "missing selection icons" bug 2013-10-24 16:13:06 +00:00