5246 Commits

Author SHA1 Message Date
Guido Ranzuglia granzuglia
2d12318e8e removed filteredit.ui 2011-09-29 08:21:43 +00:00
Guido Ranzuglia granzuglia
891906f2dd changed ExpandButtonWidget arrow icon 2011-09-28 13:43:58 +00:00
Paolo Cignoni cignoni
769702f01b removed layout member from a small clas of the xml standard dialog 2011-09-28 13:07:38 +00:00
Guido Ranzuglia granzuglia
d4e3d1019d updated schema with unique constrain on paramName per filter 2011-09-28 12:27:12 +00:00
Paolo Cignoni cignoni
62c65d5d27 Added javascript function for getting the min max value of the per vertex/per face quality of a mesh 2011-09-28 12:16:03 +00:00
Guido Ranzuglia granzuglia
0ad1081e95 added filteredit.ui 2011-09-27 14:47:35 +00:00
Guido Ranzuglia granzuglia
951d01bbec added additionalgui files 2011-09-27 14:22:06 +00:00
Paolo Cignoni cignoni
569ba43336 small c++ errors detected by clang (this-> missing in some derived templated class, a needed include) 2011-09-26 21:03:24 +00:00
Paolo Cignoni cignoni
5fb694b181 Moved some of the common thing of the various pro and pri into a general pri.
Corrected the lib linking path for the mac to the new 32/64 folders.
2011-09-26 20:14:34 +00:00
Paolo Cignoni cignoni
3884176991 removed orphan sharedfilter.pri 2011-09-26 20:10:49 +00:00
Paolo Cignoni cignoni
e4b2ae71ad Added last version of glew to the external libs 2011-09-26 15:10:59 +00:00
Paolo Cignoni cignoni
4a7731bd9f add a few binaries to the lib/macx64 folder 2011-09-26 14:53:33 +00:00
Paolo Cignoni cignoni
1076484472 renamed lib/macx folder to lib/macx32 2011-09-26 14:51:57 +00:00
Paolo Cignoni cignoni
828255ace1 isDynamic -> isPrewiewable 2011-09-26 11:34:31 +00:00
Guido Ranzuglia granzuglia
4d3943f9ce added translation map for FilterClass enum 2011-09-23 14:03:35 +00:00
Guido Ranzuglia granzuglia
a28d59aae9 added translation map for FilterClass enum 2011-09-23 14:03:13 +00:00
Guido Ranzuglia granzuglia
7536c92e24 - added call to executeFilter 2011-09-23 13:31:47 +00:00
Guido Ranzuglia granzuglia
372e621239 - added support for MeshLabFilterInterface 2011-09-23 13:31:24 +00:00
Guido Ranzuglia granzuglia
f55a0f81de filter-help & param-help strings are correctly trimmed 2011-09-23 13:29:34 +00:00
Guido Ranzuglia granzuglia
19be21a4c4 updated sample_xmlfilter.xml 2011-09-23 07:03:50 +00:00
Guido Ranzuglia granzuglia
6e3b659765 - fixed small bug in MeshModelInterface
- introduced ShotScriptInterface
2011-09-23 07:01:12 +00:00
Guido Ranzuglia granzuglia
85f28e2d24 implemented XMLMeshWidget 2011-09-22 16:23:35 +00:00
Guido Ranzuglia granzuglia
977c6572ba removed small bug (closing tag missing) 2011-09-22 16:22:51 +00:00
Paolo Cignoni cignoni
25ca975d98 Removed useless virtual keywords in many declarations
Removed getRequirements callback (now outdated)
2011-09-21 13:21:20 +00:00
Paolo Cignoni cignoni
ae9ae096d0 removed small bug that prevented the alignment of already perfectly aligned meshes... 2011-09-20 15:44:17 +00:00
Guido Ranzuglia granzuglia
588bd581a6 from iDecorate->filterInfo(a) to iDecorate->decorationInfo(a) 2011-09-20 11:48:47 +00:00
Guido Ranzuglia granzuglia
93681f5b2e added support for JSCode inside XML 2011-09-20 09:11:23 +00:00
Paolo Cignoni cignoni
feecd607b7 Completed Background grid Decoration 2011-09-19 16:51:33 +00:00
Guido Ranzuglia granzuglia
694bd993d7 reimplemented mesh evaluation: from meshDoc index to MeshModel* 2011-09-19 15:37:45 +00:00
Paolo Cignoni cignoni
088bedaff6 corrected a c++ error detected by clang 2011-09-19 07:21:12 +00:00
Paolo Cignoni cignoni
b475adc177 Plugin Interface change: now filterName and filterInfo are pure virtual methods only of the Filter class of plugins. Decorations have their own decorationName and decorationInfo method. 2011-09-19 07:20:09 +00:00
Paolo Cignoni cignoni
ffeb4b5fa1 harmless clang warnings 2011-09-19 07:02:33 +00:00
Paolo Cignoni cignoni
8bb4831ebe vbo should be the default in ao computation 2011-09-19 06:53:59 +00:00
Paolo Cignoni cignoni
36a1181fa9 harmless clang warnings 2011-09-19 06:21:22 +00:00
Paolo Cignoni cignoni
dd97666bbe corrected a few c++ error detected by clang 2011-09-18 15:29:31 +00:00
Paolo Cignoni cignoni
e50de8628f harmless gcc warning 2011-09-18 09:44:42 +00:00
Paolo Cignoni cignoni
55a57f7e96 changed an include with a surviving trimesh->algorithm reference.... 2011-09-18 09:43:17 +00:00
Paolo Cignoni cignoni
87c6a78485 updated the pro of filter_csg and io_ctm to the new macx and macx64 lib folders 2011-09-16 12:37:25 +00:00
Paolo Cignoni cignoni
367b551ff5 better naming for openctm macosx lib 2011-09-16 12:08:35 +00:00
Paolo Cignoni cignoni
bd5a0d6b76 Added binary for macosx of a few libraries (mpir, openctm) 2011-09-16 12:04:53 +00:00
Paolo Cignoni cignoni
97c071aa99 Improved the description of the AO filter 2011-09-16 09:31:18 +00:00
Paolo Cignoni cignoni
5d86cd4037 Debugging of the currentViewContainer() function. Hopeless. 2011-09-16 09:30:37 +00:00
Paolo Cignoni cignoni
b677c9f4a1 Added per vertex and per face attributes in the default notes of the layer info 2011-09-16 09:18:14 +00:00
Paolo Cignoni cignoni
a2f5cc658c Added Normalization step to the bent normal 2011-09-16 08:00:19 +00:00
Guido Ranzuglia granzuglia
2153bb1834 updated install file for linux 2011-09-16 07:32:13 +00:00
Guido Ranzuglia granzuglia
0a1aff04bf from \ to / in included files 2011-09-16 06:50:57 +00:00
Guido Ranzuglia granzuglia
bb90953921 updated pro file 2011-09-15 16:20:21 +00:00
Guido Ranzuglia granzuglia
7d986c4b91 updated win64 installer 2011-09-15 16:01:24 +00:00
Guido Ranzuglia granzuglia
20d6546757 updated win32 installer 2011-09-15 16:00:59 +00:00
Guido Ranzuglia granzuglia
ddc548f728 updated win32 installer 2011-09-15 15:50:28 +00:00