3257 Commits

Author SHA1 Message Date
Marco Callieri mcallieri
df67222c18 revised FilterClass for most camera filters 2016-11-02 12:31:31 +00:00
Paolo Cignoni cignoni
b26d47f8d1 Heavy refactoring of the matrix transformation filters. Now thay share common code and have the same behaviour.
Moved a select function from filter_meshing to filter_select
2016-10-31 11:17:12 +00:00
Guido Ranzuglia granzuglia
81f6683f41 - minimizing additional dependencies 2016-10-28 23:39:24 +00:00
Guido Ranzuglia granzuglia
f758ccc351 - fixed "gdp shader applied also to not visible meshes" bug 2016-10-28 10:24:17 +00:00
Guido Ranzuglia granzuglia
9c9602ddf1 - fixed "radiance scaling applied also to not visible meshes" bug 2016-10-28 10:10:09 +00:00
Matteo Dellepiane matteodelle
366dcdde7b dellepiane: small fixes in quadric edge collapse, color-to-texture, smooth. Minor typo fixing 2016-10-27 15:43:53 +00:00
Matteo Dellepiane matteodelle
3d9e4fd7f7 dellepiane: small fixes in transform filters 2016-10-26 15:14:55 +00:00
Paolo Cignoni cignoni
cb2d0752df Cleaning messages and parameters 2016-10-25 22:07:46 +00:00
Guido Ranzuglia granzuglia
d18c0c0aee - avoiding color mask updating if edit quality mapper cannot be applied cause mesh has not per vertex quality attribute 2016-10-25 20:26:48 +00:00
Paolo Cignoni cignoni
254f489ef3 improved colormap shaders 2016-10-25 19:55:40 +00:00
Paolo Cignoni cignoni
f7ecdde687 Corrected various bug (Box, color) 2016-10-25 18:22:21 +00:00
Paolo Cignoni cignoni
619bca7a1d Added colormapping to the the quality contour decorator. 2016-10-25 18:07:08 +00:00
Matteo Dellepiane matteodelle
140c839020 dellepiane: fixed selected area after quadric simplification (removed the selection of remaining vertices) 2016-10-25 13:07:36 +00:00
Matteo Dellepiane matteodelle
b2ea12baee dellepiane: fixed issues with per-face quality histogram. Modified the xml to include "area weighted" option 2016-10-25 09:19:13 +00:00
Guido Ranzuglia granzuglia
59f20f8bf0 - fixed "crash when the screened poisson filter is called more than one time" bug 2016-10-25 08:44:26 +00:00
Matteo Dellepiane matteodelle
4bd8cda746 dellepiane: small corrections in filter dialogs 2016-10-25 08:42:45 +00:00
Guido Ranzuglia granzuglia
65a897f23a - fixed "per color vertex is not initialized when quality mapper is applied on a mesh with per vertex quality" bug 2016-10-24 12:58:23 +00:00
Matteo Dellepiane matteodelle
c192ba4bde dellepiane: commented unused filters 2016-10-24 11:42:20 +00:00
Guido Ranzuglia granzuglia
ed9dba9baf - changed the postcondition mask: from MM_ALL -> MM_VERTNUM | MM_FACENUM 2016-10-24 11:35:35 +00:00
Marco Callieri mcallieri
f9c44e28db restored a label that was accidentaly removed. 2016-10-24 09:13:00 +00:00
Paolo Cignoni cignoni
1662bfc0bc other small changes... 2016-10-24 08:56:17 +00:00
Paolo Cignoni cignoni
de377af7ec Small changes to allow win compilation 2016-10-24 08:35:03 +00:00
Paolo Cignoni cignoni
8e3ecb426f improved documentation of percentile clamping 2016-10-21 15:12:09 +00:00
Paolo Cignoni cignoni
7c81c4e0b8 Missin files and other updated files for screeend poisson 2016-10-21 15:04:42 +00:00
Matteo Dellepiane matteodelle
5f601ae2de dellepiane: remove small inconsistencies among filter names 2016-10-21 14:59:54 +00:00
Marco Callieri mcallieri
ee34f28d39 now qualitymapper ramps may be flipped, plus minor other changes.
Some work still needed to make process easier and more coherent.
PENDING BUG: if mesh has no vertex color, VC is allocated and filled, but the rendering is not updated
2016-10-21 14:31:59 +00:00
Matteo Dellepiane matteodelle
c1fc294db5 dellepiane: fixed post conditions and application of filters only on visible and active layers 2016-10-21 14:07:09 +00:00
Marco Callieri mcallieri
732408222c corrected some issues in painting interface 2016-10-21 09:36:08 +00:00
Guido Ranzuglia granzuglia
b19352e3de - fixed "filter doesn't work with meshes having a not identity transformation matrices associated with them" bug 2016-10-21 08:30:29 +00:00
Paolo Cignoni cignoni
bfc4c38bbb Making work the new screened poisson reconstruction filter 2016-10-21 06:08:55 +00:00
Marco Callieri mcallieri
aac26d898f corrected various problems in paint interface:
- labels
- smooth percentage is now working
- displacement value is now a percentage (for fine scale sculpting)
2016-10-20 09:45:41 +00:00
Marco Callieri mcallieri
ba87d4d427 corrected, in "scale" and "rotate" filters, how the "on bbox center" option works, when the layer already have a transformation matrix 2016-10-19 12:16:46 +00:00
Matteo Dellepiane matteodelle
e40db6dd58 dellepiane: removed saving of debug images 2016-10-19 07:30:47 +00:00
Guido Ranzuglia granzuglia
7fd226057c - fixed pro files of the plugins requiring an external library 2016-10-17 04:48:55 +00:00
Paolo Cignoni cignoni
02307a24bc updated to the last version of the screened poisson reconstruction 2016-10-13 15:27:23 +00:00
Paolo Cignoni cignoni
466a0ff5d7 Moved new poisson in 2016-10-13 15:04:04 +00:00
Marco Callieri mcallieri
da0d4cee8a corrected a help text: a \n prevented the help to be properly formatted 2016-10-07 12:31:24 +00:00
Marco Callieri mcallieri
4d4c970530 modified filter class for better clarity of results in the most common case (vertex AO) 2016-10-07 08:48:46 +00:00
Paolo Cignoni cignoni
adde39c9be Refactored edit align so that it never uses mesh id as indexes but only as keys. 2016-10-06 22:46:13 +00:00
Marco Callieri mcallieri
4fe458e850 added option to remove unref vertices when cleaning small components 2016-10-06 08:59:18 +00:00
Guido Ranzuglia granzuglia
ddd24511b0 - added a CompactEveryVector if the unify vertex option for the STL file is required 2016-10-04 09:55:41 +00:00
Guido Ranzuglia granzuglia
d32dbd44b4 - removed stupid crash 2016-09-30 06:31:02 +00:00
Matteo Dellepiane matteodelle
f19ba3c80b dellepiane: fixed minor stuff for the color of uncovered vertices 2016-09-27 14:33:15 +00:00
Matteo Dellepiane matteodelle
1492f67a0d dellepiane: removed "edit raster camera" filter that was not implemented... 2016-09-27 12:51:02 +00:00
Matteo Dellepiane matteodelle
2d5fb3e5bb dellepiane: fixed a few issues for transformation of cameras 2016-09-26 09:38:40 +00:00
Marco Callieri mcallieri
bf8a55f3be few changes and more orientation options to "fit plane to selection" filter 2016-09-21 13:05:17 +00:00
Guido Ranzuglia granzuglia
6bba0a64b3 - changed unreasonable too long parameter label texts 2016-09-17 04:34:52 +00:00
Guido Ranzuglia granzuglia
4af69ebd81 - fixed blurred shadow mapping bug 2016-09-16 12:12:31 +00:00
Guido Ranzuglia granzuglia
f3abbe7bec - removed gpu memory leaks! (THANKS to Gianpaolo!) 2016-09-16 11:51:00 +00:00
Guido Ranzuglia granzuglia
476d0bd7e0 - added missing precompiler defines 2016-09-16 08:04:03 +00:00