Guido Ranzuglia granzuglia
|
24b6a2845d
|
removed compiler time errors
|
2012-09-17 10:18:36 +00:00 |
|
Guido Ranzuglia granzuglia
|
d5196c46e7
|
removed compiler time errors
|
2012-09-17 10:18:07 +00:00 |
|
Guido Ranzuglia granzuglia
|
b48039f0d1
|
- fixed problem with invisible label in CustomDialog
- cleaned just a bit the xmlinfo code
- moved static MeshLab info on mlapplication.h
|
2012-09-17 08:37:00 +00:00 |
|
Guido Ranzuglia granzuglia
|
8e51df6dbf
|
- fixed problem with invisible label in CustomDialog
- cleaned just a bit the xmlinfo code
- moved static MeshLab info on mlapplication.h
|
2012-09-17 08:35:03 +00:00 |
|
Paolo Cignoni cignoni
|
b395f7a0c4
|
Reformatted info text
|
2012-09-13 09:59:19 +00:00 |
|
Guido Ranzuglia granzuglia
|
78cdeeffe6
|
optionCustom dialog and DecoratorParamsTreeWidget have now a consistent behaviour
|
2012-09-12 08:41:58 +00:00 |
|
Guido Ranzuglia granzuglia
|
99d97e70a5
|
removed "wrong vertex picked" bug caused by a missed multiplication with mesh transformation matrix.
|
2012-09-11 13:17:57 +00:00 |
|
Guido Ranzuglia granzuglia
|
c512929d3e
|
updateDataMask now update the mesh topology every time; even if the topology attributes are already switched on.
|
2012-09-11 12:09:10 +00:00 |
|
Paolo Cignoni cignoni
|
7d4f63fe5e
|
Small changes related to the neverending issue of the first widget in a standard par dialog. Now it is a patch for all the kind of widgets not only for bools. Mah.
|
2012-09-10 07:52:16 +00:00 |
|
Matteo Dellepiane matteodelle
|
e876302811
|
dellepiane: modified to improve performances
|
2012-09-03 09:37:36 +00:00 |
|
Guido Ranzuglia granzuglia
|
cfd44618f7
|
- updated pro file adding ljhead to linux and win g++ version
|
2012-08-28 09:58:59 +00:00 |
|
Manuele Sabbadin msabbadin
|
75ca414414
|
More detailed info when opening the filter. Merging only visible layers. Added a progress bar.
|
2012-08-24 15:58:03 +00:00 |
|
Paolo Cignoni cignoni
|
d8af325299
|
Added a missing updateBBox
|
2012-08-22 08:45:12 +00:00 |
|
Manuele Sabbadin msabbadin
|
97e61b5774
|
Modified the code. Now it's more readable and well structured. Inserted comments.
|
2012-08-17 15:02:45 +00:00 |
|
Manuele Sabbadin msabbadin
|
bb127c48b4
|
Completed a beta version of the filter
|
2012-08-16 17:19:30 +00:00 |
|
Manuele Sabbadin msabbadin
|
b4040b7fbc
|
Filter which merge layers taken from different scans into one mesh
|
2012-08-07 15:27:25 +00:00 |
|
Guido Ranzuglia granzuglia
|
c31368de5d
|
- patched the patch. UpdateTopology required after CompactFaceVector & CompactVertexVector.
|
2012-08-05 04:08:26 +00:00 |
|
Guido Ranzuglia granzuglia
|
db6c0f3bb6
|
- added meshpad links
|
2012-08-04 06:46:39 +00:00 |
|
Guido Ranzuglia granzuglia
|
5e98a2b22f
|
- updated webpage
|
2012-08-03 12:48:17 +00:00 |
|
Guido Ranzuglia granzuglia
|
b49869b2a3
|
- updated install file
|
2012-08-03 10:13:03 +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
|
84586ae1c3
|
- removed useless debug message
|
2012-08-03 06:58:06 +00:00 |
|
Guido Ranzuglia granzuglia
|
d17ffd33b4
|
- updated linux install file
|
2012-08-02 17:41:12 +00:00 |
|
Guido Ranzuglia granzuglia
|
38a7be2ee9
|
- updated install files
|
2012-08-02 13:45:15 +00:00 |
|
Guido Ranzuglia granzuglia
|
29b6f7b482
|
- added focus on apply button (WARNING! the button it's activated by pressing space key and not by enter key)
|
2012-08-02 09:55:53 +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
|
c0c2c60cac
|
- removed useless connection
|
2012-08-02 06:47:20 +00:00 |
|
Guido Ranzuglia granzuglia
|
d48fd2aaba
|
- harmonized win/mac menu management
|
2012-08-02 06:32:43 +00:00 |
|
Guido Ranzuglia granzuglia
|
53113faae6
|
- cleaned up the SearchMenu
- added the activated item
|
2012-08-01 14:00:10 +00:00 |
|
Guido Ranzuglia granzuglia
|
da49480d15
|
- removed g++ compiler error
|
2012-08-01 10:15:07 +00:00 |
|
Guido Ranzuglia granzuglia
|
76a29ea054
|
- a lot less flickering SearchMenu
- maxitems to be visualized set to 20
|
2012-08-01 10:01:00 +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 |
|
Guido Ranzuglia granzuglia
|
fa3c872fa5
|
- harmonized xml filters to required standard meshlab xml schema
|
2012-07-31 14:56:30 +00:00 |
|
Guido Ranzuglia granzuglia
|
da399fa245
|
- try to turn around the mac menu update problem
|
2012-07-31 12:12:10 +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
|
6a5c3cf72a
|
- removed syntactical error in sepexp regular expression (introduced with previous commit)
|
2012-07-30 17:36:46 +00:00 |
|
Guido Ranzuglia granzuglia
|
0de3726c72
|
- enabled/disabled filter menus items (in order to have them synchronized with the MeshLab application status when those items appears in the search tool)
|
2012-07-30 17:00:32 +00:00 |
|
Guido Ranzuglia granzuglia
|
75256f6a4c
|
- added split spaces expression to sepexp Regular expression
|
2012-07-30 16:14:37 +00:00 |
|
Guido Ranzuglia granzuglia
|
d4f5c3cca1
|
- indexed XML filters, too
|
2012-07-30 15:51:20 +00:00 |
|
Guido Ranzuglia granzuglia
|
2c8903b2a0
|
- rollback to old updateSubFiltersMenu calling parameters
|
2012-07-30 14:58:13 +00:00 |
|
Guido Ranzuglia granzuglia
|
758c1998be
|
- fixed bug on the max number of visualized results (the return!)
|
2012-07-30 14:38:45 +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
|
e1db758fb1
|
- code refactoring in order to avoid bug
|
2012-07-30 13:24:26 +00:00 |
|
Guido Ranzuglia granzuglia
|
cca56a9c80
|
- fixed bug on the max number of visualized results
|
2012-07-30 13:22:32 +00:00 |
|