Guido Ranzuglia granzuglia
fd6ea1653e
added fopen linker flag
2010-03-19 08:14:49 +00:00
Paolo Cignoni cignoni
0370e13a8a
Correct the 'no param bug crash'. The initParameter must not assert(0) for the filters with no parameter but just do not add anything to the ParameterSet.
2010-03-18 16:01:08 +00:00
Paolo Cignoni cignoni
c58d6f0a16
Removed all the now useless autodialog callbacks
2010-03-18 14:58:26 +00:00
Paolo Cignoni cignoni
991080db0c
Converted to the new UsedTypes syntax for declaring vcg meshes
2010-03-18 14:47:33 +00:00
Paolo Cignoni cignoni
e42ccfb659
two small changes that should probably improve the repeatability of Poisson surface Reconstruction filter
2010-03-18 11:26:20 +00:00
Paolo Cignoni cignoni
d0562ffcc1
removed a few harmless warnings
2010-03-18 11:24:35 +00:00
Paolo Cignoni cignoni
4da495252d
added support for texture transfer from point clouds
2010-03-18 11:23:55 +00:00
Paolo Cignoni cignoni
99b6d47f78
Converted to the new UsedTypes syntax for declaring vcg meshes and exposed new parameters for vcg reconstruction
2010-03-18 11:22:06 +00:00
Paolo Cignoni cignoni
dd6a8c3bc2
removed a few harmless warnings
2010-03-18 11:17:37 +00:00
Paolo Cignoni cignoni
35a29a01b1
Converted to the new UsedTypes syntax for declaring vcg meshes
2010-03-18 11:16:25 +00:00
Paolo Cignoni cignoni
874069fc78
removed a few harmless warnings
2010-03-18 11:13:58 +00:00
Paolo Cignoni cignoni
058328a500
improved cone
2010-03-18 11:12:43 +00:00
Paolo Cignoni cignoni
bff531f57c
added filter for quality clamping
2010-03-18 11:10:56 +00:00
Paolo Cignoni cignoni
17060f0a75
Converted to the new UsedTypes syntax for declaring vcg meshes (and removed many harmless warnings)
2010-03-18 11:09:29 +00:00
Guido Ranzuglia granzuglia
449a2046e6
removed wrong assert
2010-03-16 13:38:43 +00:00
Paolo Cignoni cignoni
94b305d4a3
removed a few harmless warnings
2010-03-03 00:30:14 +00:00
Paolo Cignoni cignoni
2a7dbdfb66
bettern name, comment and defaults
2010-03-03 00:27:39 +00:00
Paolo Cignoni cignoni
a51021965d
removed assert at the end of initparameter.
2010-03-03 00:27:01 +00:00
Paolo Cignoni cignoni
4b455d501c
Added edit tools for selecting vertices and filters for removing /inverting them
2010-02-27 00:54:25 +00:00
Paolo Cignoni cignoni
5b76dc74d6
a bit of cleanup
2010-02-27 00:25:09 +00:00
Paolo Cignoni cignoni
e0caa873ce
icons for the point based selection and deleting actions
2010-02-26 23:05:19 +00:00
Nico Pietroni nicopietroni
a1c64ebe22
added isoparametrization save and load filter
2010-02-26 17:43:54 +00:00
Paolo Cignoni cignoni
cad8957eb2
Added a few comments
...
And translated some german ones
2010-02-24 16:51:29 +00:00
Paolo Cignoni cignoni
eee78eaff9
deleted a view warnings
...
Added Inverse Transformation Matrix, to undo the transformation
2010-02-24 16:23:00 +00:00
Paolo Cignoni cignoni
ab285ca0c0
Minor gcc compatibility changes (__int32 into qint32, etc)
2010-02-24 12:09:55 +00:00
Paolo Cignoni cignoni
717ab5ebf1
removed a few harmless warnings
2010-02-24 10:39:45 +00:00
Paolo Cignoni cignoni
6712507a11
removed a few harmless warnings
2010-02-24 10:37:27 +00:00
Paolo Cignoni cignoni
b8427b2a1a
cleaned up a bit the usage of updateDataMask
2010-02-24 09:03:23 +00:00
Paolo Cignoni cignoni
c948f921fc
Changed a bit the way in which the support for openMP is handled. now also for mac is supported.
2010-02-24 09:02:26 +00:00
Paolo Cignoni cignoni
55e2a3dfa9
< operator must be const to be safely used...
2010-02-24 08:35:18 +00:00
Paolo Cignoni cignoni
fd2956e194
Just changed the folder name
2010-02-24 08:11:10 +00:00
Nico Pietroni nicopietroni
5bde19b5b9
changed various things to deal with ImportLocal
2010-02-23 21:27:21 +00:00
Paolo Cignoni cignoni
7945d2ef8b
new plugin to import the Breuckmann file format (.BRE)
...
Plugin is importing points, colors, camera position, projector position. Than triangulates everything (if wished by the user)
I'm going to add some more attributes the next days.
2010-02-23 16:48:10 +00:00
Paolo Cignoni cignoni
9d53c43f09
added a missing parameter to the 'select by vertex quality' filter
2010-02-23 16:46:37 +00:00
Paolo Cignoni cignoni
dbb8d8fcea
added ImportLocal to user defined simplex types
2010-02-23 00:48:33 +00:00
Paolo Cignoni cignoni
6b54218921
added support for vmi input
2010-02-23 00:44:39 +00:00
Nico Pietroni nicopietroni
995666832d
Changed interface in order to response correctly with error messages of parameterization
2010-02-21 22:26:25 +00:00
Nico Pietroni nicopietroni
c138111770
* Resolved several bugs on parametrization for the 2 step processing.
...
* Added an initial smooth step of uv coordinates to speedup the process and make it more stable.
* Changed responses of the system if some problem happens during the parameterization
* Corrected wedge coordinates assigned on original mesh
* Tested successfully the parameterization with transfer color to texture.
2010-02-21 22:05:27 +00:00
Paolo Cignoni cignoni
aaec7445c5
Significant improvment of plymc filter. Now works with multiple meshes (use all the visible layers) and honors the Tr matrix.
2010-02-19 16:13:40 +00:00
Paolo Cignoni cignoni
210e73a224
Added a filter to reset the trasform
2010-02-19 00:13:34 +00:00
Guido Ranzuglia granzuglia
06b96487c2
removed QStandardItemModel* from dialog
2010-02-18 12:54:28 +00:00
Guido Ranzuglia granzuglia
4478389085
added CoformImportDialog
2010-02-18 10:39:11 +00:00
Paolo Cignoni cignoni
d59cbf2d08
updated to reflect the new syntax for getting filenames of the current mesh
2010-02-17 00:46:42 +00:00
Paolo Cignoni cignoni
774882f866
updated to reflect the new syntax for getting filenames of the current mesh
2010-02-16 23:43:27 +00:00
Guido Ranzuglia granzuglia
d08358b163
changed class name from 3DCoformIOPlugin to CoformIOPlugin
2010-02-16 11:17:12 +00:00
Guido Ranzuglia granzuglia
a9a4e5c29e
skeleton files for 3dRI format plugin
2010-02-16 10:53:42 +00:00
Paolo Cignoni cignoni
587a136da6
final small changes to the select by color filter
2010-02-15 19:11:22 +00:00
Paolo Cignoni cignoni
57e7a98475
removed the now useless autodialog stuff
2010-02-12 22:41:45 +00:00
Paolo Cignoni cignoni
4b9c5c77fa
Removed the old out of standard dialog for transformations, Now it is well integrated in the framework
2010-02-12 22:25:39 +00:00
Paolo Cignoni cignoni
bbf18fbfe6
Added filters for working on matrix transformation. First step of the ultimate removal of custom dialogs from filters
2010-02-12 10:57:04 +00:00