Manuele Sabbadin msabbadin
6ea33748be
Added the wheel control for the hopDist parameter.
...
Added the ctrl and shift modifiers for selection.
Added the plane fitting selection.
2012-02-01 02:18:16 +00:00
Matteo Dellepiane matteodelle
810e38942f
dellepiane: porting of arc3D filter to edit
2012-01-31 16:52:39 +00:00
Paolo Cignoni cignoni
3c6652dd2f
Wheel event are now passed to the active edit plugin. As a consequence an edit plugin can now change the behaviour of the wheel and when an edit is active you cannot zoom anymore...
2012-01-30 11:05:57 +00:00
Paolo Cignoni cignoni
64f97b3d5b
Updated the refine functor to fit the new constructor that need a mesh object
2012-01-25 10:37:36 +00:00
Paolo Cignoni cignoni
4b1378cde6
Corrected a small bug in the uniform mesh resampling (the volume bbox was wrong for large offset)
2012-01-25 10:37:05 +00:00
Paolo Cignoni cignoni
1c38f68e20
Changed all the MeshType::HasSomething() into the now standard tri::HasSomething(MeshType &m)
2012-01-25 10:35:52 +00:00
Paolo Cignoni cignoni
4618e1d19a
Added wheelEvent to the event managed by an edit plugin when it is active
2012-01-25 10:32:57 +00:00
Paolo Cignoni cignoni
c743ab3088
Added ReloadAll action, to reload all the mesh in the current project
2012-01-25 10:31:54 +00:00
Paolo Cignoni cignoni
0628cf4344
Updated the refine functor to fit the new constructor that need a mesh object
2012-01-25 10:28:32 +00:00
Paolo Cignoni cignoni
ac0a7f5086
Added a MeshModel::Clear method to remove a bug related to reloading a mesh after some attributes (like topology) have been added
2012-01-25 10:25:04 +00:00
Manuele Sabbadin msabbadin
fd90fd27db
An edit plugin to select parts of a point cloud in a reasonable way.
...
It is based on a knn-graph, built on the mesh, where we search for near points.
It takes two parameters, a maximum distance of hop (between two adjacent points in the graph) and a maximum distance from the selected point. Both of them are chosen via mouse (actually via keyboard).
2012-01-24 17:01:38 +00:00
Paolo Cignoni cignoni
64e1e7020a
Changed all the MeshType::HasSomething() into the now standard tri::HasSomething(MeshType &m)
2012-01-23 07:11:44 +00:00
Matteo Dellepiane matteodelle
60337db19e
dellepiane: added gla setting for Bundler loading
2012-01-19 14:16:42 +00:00
Fabio Ganovelli ganovelli
df5dec971b
fixed path to the images
2012-01-19 13:51:46 +00:00
Fabio Ganovelli ganovelli
b1f1f88a5a
fixed path for the images
2012-01-19 13:51:13 +00:00
Paolo Cignoni cignoni
a52f579209
harmless gcc warning
2012-01-18 15:36:49 +00:00
Paolo Cignoni cignoni
5089a085f8
small changes due to recent vcg renaming (IsOriented -> OrientCoherently, SignedDistancePlanePoint etc)
2012-01-18 15:36:16 +00:00
Paolo Cignoni cignoni
39bac37563
added show edge label
2012-01-18 14:52:17 +00:00
Marco Callieri mcallieri
2df76655a9
update to alpha masking for image weighting
2012-01-18 12:59:05 +00:00
Marco Callieri mcallieri
8db8e30cb0
added alpha masking for image weighting (still to be tested), commented out some problematic QWarning
2012-01-16 18:06:27 +00:00
Fabio Ganovelli ganovelli
cd1e37a11f
added importing of bundler
2012-01-12 17:27:05 +00:00
Matteo Dellepiane matteodelle
f6b2e14a17
dellepiane: change in limit for nearClipPlane, in order to work with rastermodels
2012-01-12 16:25:24 +00:00
Matteo Dellepiane matteodelle
6842332be7
dellepiane: new experiments on graph analysis
2012-01-12 16:24:22 +00:00
Marco Callieri mcallieri
c476e3d942
added alpha channel weight for image color projection
2012-01-12 11:29:31 +00:00
Marco Callieri mcallieri
4f0b1d921d
added option, when saving project, to use ONLY visible layers: useful to create project containing only certain elements of a larger project. (works for ALN, MLP, and when saving mesh files)
2012-01-11 10:10:11 +00:00
Marco Callieri mcallieri
4bc7242419
to remove some of the filters from the clogged COLOR submenu, removed the "gamma" filter: gamma can stillb e changed from the "level adjustement" and "contrast, brightness, gamma" filters...
2012-01-03 15:53:41 +00:00
Luca Benedetti benedetti
96ff3d1e91
added ".so" filter for plugins in unix and fixed pointer access when no io plugins are present
2012-01-03 15:20:42 +00:00
Marco Callieri mcallieri
189c82b839
removed "per vertex quality function" and "per face quality function" from the COLOR submenu, because it's getting a bit too clogged. Since coloring is a side-effect of these filters, it is better to leave them just in the QUALITY submenu
2012-01-03 14:14:11 +00:00
Fabio Ganovelli ganovelli
7875f8db19
compiled with mingw
2011-12-28 14:41:05 +00:00
Fabio Ganovelli ganovelli
efdd4509af
included meshlabdocumentbundler.cpp
2011-12-28 13:52:49 +00:00
Fabio Ganovelli ganovelli
c0734974ee
added bundler importer
2011-12-28 13:45:00 +00:00
Matteo Dellepiane matteodelle
053bb737fa
dellepjane: fixed xml export
2011-12-23 10:28:52 +00:00
Marco Callieri mcallieri
8c298b5882
fixed bug in canonical views shortcuts
2011-12-20 09:10:09 +00:00
Guido Ranzuglia granzuglia
747356063f
improved auto completion system
2011-12-14 15:50:11 +00:00
Guido Ranzuglia granzuglia
f2020e2ea3
improved auto completion system
2011-12-14 15:49:45 +00:00
Guido Ranzuglia granzuglia
15d1d507cf
addded SpiderGL namespace.
2011-12-14 09:33:10 +00:00
Guido Ranzuglia granzuglia
48b075babc
Improved help tooltip
2011-12-14 08:37:50 +00:00
Guido Ranzuglia granzuglia
b644e482d4
Improved help tooltip
2011-12-14 08:37:27 +00:00
Paolo Cignoni cignoni
06756878c6
other few changes connected to the disappearing of the hated faceprojection flags...
2011-12-14 08:22:06 +00:00
Paolo Cignoni cignoni
e0ef26f48d
updated to reflect the UpdateSelection name changes.
2011-12-14 08:21:19 +00:00
Paolo Cignoni cignoni
6fcd3ca7ac
updated to reflect the UpdateSelection name changes.
2011-12-13 22:54:12 +00:00
Paolo Cignoni cignoni
78b8d392f4
other few changes connected to the disappearing of the hated faceprojection flags...
2011-12-13 15:07:46 +00:00
Paolo Cignoni cignoni
6b8fa50873
other few changes connected to the disappearing of the hated faceprojection flags...
2011-12-13 14:45:48 +00:00
Paolo Cignoni cignoni
665710069e
Small changes to the img_patch_param filter to ensure gcc compatibility
2011-12-13 14:25:45 +00:00
Paolo Cignoni cignoni
2faaa9ba31
removed a few 'updateFlags::FaceProjection" that are no more needed.
2011-12-13 14:09:39 +00:00
Paolo Cignoni cignoni
e1fea02b52
changed pro and code to refer the same GPU code of the corresponding filter
2011-12-13 14:07:15 +00:00
Paolo Cignoni cignoni
e552200f36
Cleaned up a bit the minimal sample filter.
2011-12-13 10:20:20 +00:00
Paolo Cignoni cignoni
6553531ae4
updated to reflect the UpdateSelection name changes.
2011-12-13 10:15:52 +00:00
Paolo Cignoni cignoni
5d06bcfc3a
added Edges number to the layer info dialog
2011-12-13 10:13:38 +00:00
Paolo Cignoni cignoni
fc53797ed2
comments...
2011-12-13 10:12:42 +00:00