6038 Commits

Author SHA1 Message Date
Paolo Cignoni cignoni
39ff26f428 Removed a bunch of harmless warnings 2012-12-02 15:08:31 +00:00
Paolo Cignoni cignoni
be30ae7a30 Removed a bunch of harmless warnings 2012-12-02 14:53:53 +00:00
Paolo Cignoni cignoni
2aeff7e29e Corrected the notorius bug of the unchekable first bool widget and compacted a bit the layerdialog parameter widgets. 2012-12-01 23:51:50 +00:00
Paolo Cignoni cignoni
21e95edd42 corrected the bug of non-updating decorator states in the menu 2012-11-30 08:03:28 +00:00
Paolo Cignoni cignoni
b3522f7fc1 corrected a racing bug when trying to open many recent files 2012-11-30 08:01:28 +00:00
Paolo Cignoni cignoni
21751dbc5f Changed the default value of the busy semaphor for document. Now it is false (e.g. when starting the empty doc is not busy)
Refactored  the advanceto next layer function
2012-11-30 08:00:22 +00:00
Paolo Cignoni cignoni
4aa40f3d99 Updated old decorators to the new interface 2012-11-30 07:58:18 +00:00
Paolo Cignoni cignoni
f130ed286a Straightforward updates to comply the previous commit 2012-11-29 23:21:41 +00:00
Paolo Cignoni cignoni
dec347ffb4 ** Very massive change to the decorator. Interface has been changed. **
some Decorators could still not work. 
Now decorator are per mesh or per document entities. 
Each mesh can have its set of decorators and each view can show different decorators. For example it is now easy to show the dots of one layer and the normals of another one or, for two different views show in one the histogram of one mesh and in the other the histogram of the other one. 
Now multiple realtime display boxes can safely exists (it is possible to show bbox info of two meshes simultaneously)

Still to do: 
optimise the updates of per mesh decorators
bug in the update of the menu check

Other minor things done in this big commit:
Removed Tag stuff. Dead.
Renamed various signals/slots to something more meaningful 
removed log pointer from glare
Complete show edge in the base decorator
2012-11-29 23:16:25 +00:00
Paolo Cignoni cignoni
7d8c273ba9 corrected issues due to the const non const changes... 2012-11-28 11:13:20 +00:00
Paolo Cignoni cignoni
2cc7d9c841 Added a bunch of 'c' to component members to clarify constant access (see recent commit in vcglib...) 2012-11-28 09:45:07 +00:00
Paolo Cignoni cignoni
64669dd69a Added a bunch of 'c' to component members to clarify constant access (see recent commit in vcglib...) 2012-11-27 22:50:03 +00:00
Paolo Cignoni cignoni
520e5d473d corrected issues due to the const non const changes... 2012-11-27 14:04:49 +00:00
Paolo Cignoni cignoni
afd0488a23 added a compact face vert vector.... 2012-11-27 12:23:01 +00:00
Paolo Cignoni cignoni
92964e574c Removed dependencies from the deprecated linalg.h 2012-11-27 12:21:09 +00:00
Paolo Cignoni cignoni
b6b5b4a4c9 added updateVF topo for ballpivoting 2012-11-27 12:18:01 +00:00
Paolo Cignoni cignoni
65801d9992 Added support for color STL files (both Magics and Solidview 'standard') 2012-11-27 07:06:35 +00:00
Manuele Sabbadin msabbadin
656fe6e4bf Removed commented code. 2012-11-22 23:34:36 +00:00
Paolo Cignoni cignoni
54eadda64f Added a missing #include<QImageReader> 2012-11-16 08:26:10 +00:00
Paolo Cignoni cignoni
3816370f40 Added a bunch of 'c' to component members to clarify constant access (see recent commit in vcglib...) 2012-11-15 19:15:28 +00:00
Guido Ranzuglia granzuglia
6b8088e08f updated the search tool 2012-11-14 13:31:58 +00:00
Guido Ranzuglia granzuglia
2a9eb35044 fixed width searchmenu 2012-11-14 12:54:46 +00:00
Matteo Dellepiane matteodelle
d58ff5f8f3 dellepiane: back to previous version due to unwanted committ (sorry!) 2012-11-13 17:39:48 +00:00
Matteo Dellepiane matteodelle
ba0296270d dellepiane: added nvm importer, removed the need of jhead for both .out and .nvm importers 2012-11-13 17:30:04 +00:00
Matteo Dellepiane matteodelle
080d16b161 dellepiane: modified to account for change in Plane creation + color-per-vertex attribute saving 2012-11-13 16:36:18 +00:00
Guido Ranzuglia granzuglia
3ea32c486d previous searched text is automatically selected in the search tool. 2012-11-13 15:22:59 +00:00
Guido Ranzuglia granzuglia
5ded8bda0f new 3d coform io plugin 2012-11-12 13:28:54 +00:00
Manuele Sabbadin msabbadin
87f31c6066 Corrected the computation of low frequencies 2012-11-09 23:06:36 +00:00
Paolo Cignoni cignoni
6d4f926636 Updated to the new code for computing point cloud normals 2012-11-08 17:11:36 +00:00
Manuele Sabbadin msabbadin
b60a5049b2 Reduced the amount of space used during the computation 2012-11-08 01:29:26 +00:00
Paolo Cignoni cignoni
71ea5242b9 Corrected bug of the direction of the displacement.
more simple kd tree usage. (no more attributes with stored vertex neighbours)
2012-11-07 11:19:30 +00:00
Paolo Cignoni cignoni
9705df9393 removed a useless 'md.meshList.front' 2012-11-07 11:17:53 +00:00
Paolo Cignoni cignoni
0e4826db87 updated to the changes in the Geodesic class 2012-11-07 01:07:43 +00:00
Paolo Cignoni cignoni
17a7bb7e7c Changed the pro of meshlabserver to include the general.pri 2012-11-05 10:09:42 +00:00
Paolo Cignoni cignoni
20a7bf3675 Improved documentation of re-orient filter 2012-10-30 18:49:06 +00:00
Paolo Cignoni cignoni
6afeecb7db Cleaned up the texture loading procedure for meshes. Now there is texture deletion and a check that we do not load too much texture data. Added a global parameter MaxTextureSize, accessible by the preferences to control the maximum allowed texture data (default to 256mb). 2012-10-30 17:22:02 +00:00
Paolo Cignoni cignoni
345824ffe0 First changes to the meshmodel so that planes has enum based semantic 2012-10-26 13:05:42 +00:00
Paolo Cignoni cignoni
8025c2cd2d updated FittingPlane 2012-10-22 22:33:26 +00:00
Paolo Cignoni cignoni
c3631b56e3 updated FittingPlane 2012-10-22 22:32:22 +00:00
Guido Ranzuglia granzuglia
a99b06437e - changed function names according to the new vcglib syntax
(WARNING! filter_mesh still doesn't compile)
2012-10-22 15:22:46 +00:00
Guido Ranzuglia granzuglia
cc50089b50 - changed function names according to the new vcglib syntax
(WARNING! edit_align still doesn't compile)
2012-10-22 11:57:25 +00:00
Guido Ranzuglia granzuglia
e5fb5e2792 - changed function names according to the new vcglib syntax
(WARNING! edit_align still doesn't compile)
2012-10-22 10:37:48 +00:00
Guido Ranzuglia granzuglia
d00a28d3b5 - changed function names according to the new vcglib syntax
(WARNING! edit_align still doesn't compile)
2012-10-22 10:32:47 +00:00
Guido Ranzuglia granzuglia
7975446fab - changed function names according to the new vcglib syntax 2012-10-22 10:11:57 +00:00
Guido Ranzuglia granzuglia
b0565a628c - changed function names according to the new vcglib syntax 2012-10-22 10:11:08 +00:00
Guido Ranzuglia granzuglia
b64b2579ac - changed function names according to the new vcglib syntax 2012-10-22 10:09:59 +00:00
Guido Ranzuglia granzuglia
6e89e6e8e4 - changed function names according to the new vcglib syntax 2012-10-22 10:07:12 +00:00
Guido Ranzuglia granzuglia
7e66bac1b5 - changed function names according to the new vcglib syntax 2012-10-22 10:05:42 +00:00
Guido Ranzuglia granzuglia
59342dc743 - changed function names according to the new vcglib syntax 2012-10-22 10:03:03 +00:00
Guido Ranzuglia granzuglia
ddbea120ce - changed function names according to the new vcglib syntax 2012-10-22 09:53:38 +00:00