3257 Commits

Author SHA1 Message Date
Guido Ranzuglia granzuglia
c31368de5d - patched the patch. UpdateTopology required after CompactFaceVector & CompactVertexVector. 2012-08-05 04:08:26 +00:00
Guido Ranzuglia granzuglia
04f28fc54e - added compact face vector and compact vertex vector filters. They are useful for debugging reason. If a filter f crashes on mesh m and doesn't crash after CompactFaceVector(m) & CompactVertexVector(m) means that there are some missing checking on face/vert deleted flags. 2012-08-03 09:23:23 +00:00
Guido Ranzuglia granzuglia
ee71cf1fcc - added compactFace and compactVert at the beginning of filter apply.WARNING! temporary commit in order to avoid crash caused by missing checks on deleted faces and/or faces. Should be removed after bug has been fixed. 2012-08-03 09:15:09 +00:00
Guido Ranzuglia granzuglia
2a82feabec - just a little update to the layouts of the graphical interface 2012-08-02 06:56:06 +00:00
Guido Ranzuglia granzuglia
7c7e57ee6b - bad matched xml tag error fixed 2012-07-31 17:01:08 +00:00
Guido Ranzuglia granzuglia
2965059b9f - harmonized xml filters to required standard meshlab xml schema 2012-07-31 15:27:46 +00:00
Paolo Cignoni cignoni
6c25f97b19 updated to the hole class changes... 2012-07-31 09:15:43 +00:00
Paolo Cignoni cignoni
297c50e205 Menu grammar... 2012-07-31 09:14:21 +00:00
Paolo Cignoni cignoni
caaf5541da Menu grammar and a bit of refactoring 2012-07-31 09:13:00 +00:00
Paolo Cignoni cignoni
c33f713108 Menu grammar... 2012-07-31 08:06:18 +00:00
Guido Ranzuglia granzuglia
c3bf1d6953 - fixed compiler time error 2012-07-30 14:01:37 +00:00
Guido Ranzuglia granzuglia
2075f0b6f7 - aligned with new vcglib 2012-07-30 13:59:49 +00:00
Guido Ranzuglia granzuglia
c73d1c24ac - removed compiler errors: from TestIntersection to TestFaceFaceIntersection 2012-07-27 17:50:04 +00:00
Paolo Cignoni cignoni
77c34242be corrected bug in the boundary decorator 2012-07-25 13:01:07 +00:00
Guido Ranzuglia granzuglia
be3e17e7ad - we love information hiding! 2012-07-25 06:54:19 +00:00
Guido Ranzuglia granzuglia
c6eecb81d7 - updated data mask on copied sub mesh moved into another layer 2012-07-24 15:22:56 +00:00
Guido Ranzuglia granzuglia
002fccf399 - now csg filters appears in Remeshing menu too 2012-07-20 14:57:57 +00:00
Guido Ranzuglia granzuglia
13fd1b4667 - added checks on tri/quad input mesh on half/full catmull
- updated normalized faces normals on quad dominant filter
2012-07-20 14:56:48 +00:00
Guido Ranzuglia granzuglia
44ea86e719 - fixed crash that was happening when an empty PointPC vector was accessed. 2012-07-20 14:53:42 +00:00
Guido Ranzuglia granzuglia
1102338b3f added filters:
- turn into quad dominant mesh
- turn into a pure tri-mesh
2012-07-20 13:06:45 +00:00
Guido Ranzuglia granzuglia
217dd77e61 - removed rename of xml file in mac 2012-07-19 17:57:05 +00:00
Guido Ranzuglia granzuglia
a9c56fa1b9 - removed rename of xml file in mac 2012-07-19 17:55:39 +00:00
Guido Ranzuglia granzuglia
7dba65a3e6 reset the correct qrc file 2012-07-19 10:36:59 +00:00
Guido Ranzuglia granzuglia
95d16c0ec3 removed stupid asserts from Catmull Clark and half Catmull 2012-07-19 08:58:46 +00:00
Paolo Cignoni cignoni
0b8d3960bc Cleaned up the realtime logs for decorators and a few edit plugins 2012-07-19 08:52:18 +00:00
Paolo Cignoni cignoni
bd7295f12a changed according to the mod done in the holeset.h 2012-07-19 08:10:48 +00:00
Guido Ranzuglia granzuglia
f7db6bfc18 - removed crash and removed assert 2012-07-18 07:39:21 +00:00
Guido Ranzuglia granzuglia
2c4902f664 - Disabled sorting on model indexes in order to avoid crash caused by layoutChanged called without layoutAboutToBeChanged signal emitted. Remains an algorithmic crash. 2012-07-17 14:20:15 +00:00
Guido Ranzuglia granzuglia
d5bcb9b202 - Disabled sorting on model indexes in order to avoid crash caused by layoutChanged called without layoutAboutToBeChanged signal emitted. Remains an algorithmic crash. 2012-07-17 14:18:53 +00:00
Guido Ranzuglia granzuglia
955672501e - at least the dialog should have working layouts 2012-07-17 09:30:27 +00:00
Guido Ranzuglia granzuglia
9541dfd73c - changed the fake colors signal and slot system 2012-07-12 13:03:58 +00:00
Guido Ranzuglia granzuglia
d037bd8b0f avoided "close alignDialog when ICPParamDialog is still open window" problem on Windows system 2012-07-12 09:21:28 +00:00
Paolo Cignoni cignoni
6fcd6553f8 Added a few other RealTimeLog to base decorators (non manifold stuff and border) 2012-07-12 07:50:35 +00:00
Guido Ranzuglia granzuglia
c57d1824fc avoided "icp params dialog in background" problem 2012-07-12 07:37:23 +00:00
Guido Ranzuglia granzuglia
3907588c47 avoided "icp params dialog in background" problem 2012-07-12 07:29:36 +00:00
Paolo Cignoni cignoni
9d394445e1 Added RealTimeLog to a some decorator. Many still to do... 2012-07-12 06:56:46 +00:00
Paolo Cignoni cignoni
2ecc484f7f Cleaned up a bit the edit point interface. Now it uses the RealTimeLog to show the current hop and radius 2012-07-12 06:47:31 +00:00
Guido Ranzuglia granzuglia
fd06f79476 - intermediate changes to align tool (not the final one) 2012-07-11 08:28:55 +00:00
Guido Ranzuglia granzuglia
02b92791a4 - In Dijkstra algorithm I have not to compute the arches connecting vertices already visited. It leads to inconsistent priority_queue. 2012-07-10 11:27:31 +00:00
Fabio Ganovelli ganovelli
12965d5b03 added camera tranform mode (use the matrix as the new camera extrinsics) 2012-07-09 16:48:27 +00:00
Guido Ranzuglia granzuglia
6f7cb37b23 - terrible workaround to avoid problem with #warning in visual studio 2012-07-09 15:04:19 +00:00
Guido Ranzuglia granzuglia
e979a6e52b - removed conflict between glew and QtOpenGL causing #warning problem
- commented cubemap (but the code is still there...) decoration
2012-07-09 14:56:36 +00:00
Paolo Cignoni cignoni
9ada624ff4 Moved into meshfilter slicing functionality. one plugin less.. 2012-07-09 13:21:46 +00:00
Paolo Cignoni cignoni
13e6c308cb Updated after the removal of the enum bit vertexborder and faceborder 2012-07-09 13:20:23 +00:00
Paolo Cignoni cignoni
e5801c693a Removed useless filter slice (moved functionality into meshfilter) 2012-07-09 12:42:14 +00:00
Paolo Cignoni cignoni
981dfb8b00 updated the structuresynth library to the latest sources 2012-07-09 12:33:08 +00:00
Paolo Cignoni cignoni
4e1e9bab9d Raster reprojection decorator modified so as to use the GL wrapper of the VCG. 2012-07-09 11:11:39 +00:00
Paolo Cignoni cignoni
0a4193a75a Updated to the changes to the point triangle distance in the vcglib 2012-07-09 09:56:58 +00:00
Paolo Cignoni cignoni
229036353e Updated to the changes to the point triangle distance in the vcglib 2012-07-09 07:15:52 +00:00
Guido Ranzuglia granzuglia
7dea78b06c a slightly better ui 2012-07-06 07:00:18 +00:00