1973 Commits

Author SHA1 Message Date
Paolo Cignoni cignoni
59f73d683f applyFilter rewritten from scratch.
Added a method (refineNeededEdges) to refine, if needed, the edges which will be eroded in the next phase (inspired to the RefineE vcg function).
Added a support method and 2 support classes for the refineNeededEdges method.
2008-03-03 21:36:11 +00:00
Paolo Cignoni cignoni
0ea7a257af - fixed bug in xQualityLabel precision
- fixed TfHandle bug: now the color band is updated when a new TfHandle is built by double-click
- updated TfHandle behavior: when the user clicks on an handle the corresponding channel is moved forward
- updated midHandle position in filter
- other minor changes
2008-03-03 19:08:25 +00:00
Luca Benedetti benedetti
d6549b3570 removed DrawAxis() in favor of VCG's CoordinateFrame class 2008-03-02 16:55:26 +00:00
Luca Benedetti benedetti
4bb70978bc Fixed after coordinateframe/activecoordinateframe file splitting 2008-03-02 16:48:46 +00:00
Paolo Cignoni cignoni
c143069fd1 loss of precision management 2008-03-02 15:15:50 +00:00
Paolo Cignoni cignoni
ddcabf81ac SetTargetMetric to avoid harmful flips 2008-03-01 23:18:25 +00:00
Paolo Cignoni cignoni
eac082d263 - implemented clump's histogram function
- implemented brightness spinbox connection
2008-03-01 17:52:40 +00:00
Paolo Cignoni cignoni
87d6e6275f - added brigthness spinbox
- added clump's spinbox and button
2008-03-01 17:50:41 +00:00
Paolo Cignoni cignoni
cff3300edb updated method to apply color to mesh 2008-03-01 14:48:31 +00:00
Paolo Cignoni cignoni
29ee6058a6 Fixed a typo 2008-03-01 14:04:51 +00:00
Paolo Cignoni cignoni
f38bb1c1ea Class for custom edge flip moved in curvedgeflip.h 2008-03-01 13:54:39 +00:00
Paolo Cignoni cignoni
47ae4b362f - updated type of filter parameters
- removed startup file dialog
- some other minor changes
2008-03-01 10:32:17 +00:00
Paolo Cignoni cignoni
b09482fd3d - fixed xQuality label bug 2008-03-01 10:30:25 +00:00
Paolo Cignoni cignoni
8a80554ae8 fixed zero area faces management 2008-02-29 20:37:27 +00:00
Paolo Cignoni cignoni
5a7c92ea1b removed; no more used use the versioned pro's 2008-02-29 14:33:10 +00:00
Paolo Cignoni cignoni
bc7cc5e0f0 small changes during the final discussion 2008-02-29 11:19:19 +00:00
Paolo Cignoni cignoni
0c797af148 Deleted some group boxes to reduce the size of the widget 2008-02-28 17:43:38 +00:00
Paolo Cignoni cignoni
1e9e877894 Removed unuseful include 2008-02-28 17:02:50 +00:00
Paolo Cignoni cignoni
0a84f5533d Removed unuseful include 2008-02-28 17:01:01 +00:00
Paolo Cignoni cignoni
f0e0fed9c4 - Solved "case-sensitive bug" in include instruction 2008-02-28 17:00:03 +00:00
Paolo Cignoni cignoni
7ea2cc9011 Changed on_doubleClick method: a new TFhandle is now added to the current edit channel 2008-02-28 16:59:03 +00:00
Paolo Cignoni cignoni
5e06c10dd3 First minimalist edge flipping plugin version. 2008-02-28 14:55:50 +00:00
Luca Benedetti benedetti
5e037a9ac7 updated help 2008-02-28 10:42:19 +00:00
Paolo Cignoni cignoni
025acabcb3 Added errorMsg exchange mechaninsm to the interface of filter plugins to allow the passage of error reports between the filter and the framework. 2008-02-28 10:33:21 +00:00
Paolo Cignoni cignoni
236da73054 added visualization of tex coords 2008-02-28 10:27:53 +00:00
Luca Benedetti benedetti
6d09d45dc1 fixed sliders behaviour 2008-02-28 10:12:32 +00:00
Luca Benedetti benedetti
7c838bc92d added autorepeat on Undo 2008-02-28 10:11:45 +00:00
Paolo Cignoni cignoni
b7269f5d3f corrected bug: wrong selection when Tr matrix != identity 2008-02-28 09:57:40 +00:00
Paolo Cignoni cignoni
3862444072 qualitymapperdialog.cpp:
- applied dynamic precision to quality label values

const_types.h:
- added constant for change above

qualitymapper.dialog.h:
- changed groupbox name from Foreground Channel to Edit Channel
2008-02-27 18:45:51 +00:00
Paolo Cignoni cignoni
73e7229e62 Added struct to represent one point of the segment used to erode an edge.
Added a method that generates one segment as a vector of points (just a stub at the moment).
First tests to split a border edge (doesn't work yet: commented out).
2008-02-27 18:37:44 +00:00
Luca Benedetti benedetti
c5b320be30 fixed on_freehand_mesh_dragging, minor cleanups, now all functionality works 2008-02-27 14:50:24 +00:00
Luca Benedetti benedetti
bd2c1c1d52 corrected after quaternion/similarity/trackball changes 2008-02-26 21:35:34 +00:00
Luca Benedetti benedetti
77ee5f3322 corrected after quaternion/similarity/trackball changes, on_freehand_mesh_dragging still doesn't work 2008-02-26 21:35:17 +00:00
Paolo Cignoni cignoni
f83b7dcc76 first version 2008-02-26 21:24:48 +00:00
Paolo Cignoni cignoni
f2d0de4884 added edit_texture and filter_quality 2008-02-26 11:17:46 +00:00
Paolo Cignoni cignoni
9cfd0fa856 "or" is a reserved keyword somewher... 2008-02-26 11:14:06 +00:00
Paolo Cignoni cignoni
0ac8258fed changed the name of the pro in order to follow the rule that each pro has the name of its dir. 2008-02-26 11:13:07 +00:00
Paolo Cignoni cignoni
b6515616ee changed the name of the pro in order to follow the rule that each pro has the name of its dir. 2008-02-26 10:59:28 +00:00
Paolo Cignoni cignoni
6a7db649c4 Added angle threshold parameter.
Fixed bug due to the use of non normalized vectors.
Added method to check if the mesh contains selected faces.
2008-02-25 20:15:25 +00:00
Paolo Cignoni cignoni
8a8eede18b Changed Brightness groupbox 2008-02-25 17:22:33 +00:00
Paolo Cignoni cignoni
49561ce274 - added comments 2008-02-25 16:26:03 +00:00
Federico Ponchio ponchio
c7c5772fbf added parent window reference durinc creation 2008-02-25 14:51:01 +00:00
Federico Ponchio ponchio
6dfc401066 inverted trackball rotation due to changes in quaternion.h 2008-02-25 14:08:36 +00:00
Paolo Cignoni cignoni
1bd77f91d4 Removed the 'misterious' bug, improved a function in the plugin 2008-02-24 21:16:54 +00:00
Paolo Cignoni cignoni
a20cfb8052 added -h and --help standard options 2008-02-24 18:08:50 +00:00
Paolo Cignoni cignoni
6d98980020 After having some trouble with the CVS, here's the first commit for the edittexture plugin. It works quite well, even if some functionality are missing. There is 1 known
bug when user selects faces (the reason is still a mistery...). The icon is still a beta.
Implemented functionality:
- Drag&drop of single vertex
- Drag&drop, rotate, scale connected component
- Managment of uv out of border (to improve)
2008-02-24 15:44:40 +00:00
Paolo Cignoni cignoni
2a7afba6d3 Initial commit. Implemented basic MeshFilterInterface methods. ApplyFilter: first tests to find good edges to erode. 2008-02-23 23:46:42 +00:00
Paolo Cignoni cignoni
1820f018a8 Initial commit. 2008-02-23 23:35:46 +00:00
Paolo Cignoni cignoni
1fbda4369f corrected F. Pirosu --> M. Pirosu 2008-02-23 21:44:48 +00:00
Luca Benedetti benedetti
7570d89a92 refactored, cleaned up a bit, few feats added 2008-02-22 20:24:42 +00:00