5511 Commits

Author SHA1 Message Date
Guido Ranzuglia granzuglia
eaf35fb96f moved editor from filter menu to tools one 2011-11-29 09:30:23 +00:00
Guido Ranzuglia granzuglia
281245c3d9 removed old script Editor 2011-11-28 13:05:59 +00:00
Guido Ranzuglia granzuglia
85b4be4faa removed old script Editor 2011-11-28 12:53:07 +00:00
Guido Ranzuglia granzuglia
95b3370d33 eventually cleaned code removing Env from PluginManager
removed old and useless script editor
2011-11-28 12:52:11 +00:00
Guido Ranzuglia granzuglia
323a2f6784 eventually cleaned code removing Env from PluginManager 2011-11-28 12:50:10 +00:00
Guido Ranzuglia granzuglia
c06e25a359 added new feature to editor and removed a first bug on MeshState
(should be present another one)
2011-11-25 17:46:21 +00:00
Guido Ranzuglia granzuglia
85de91b6b3 added new feature to editor and removed a first bug on MeshState
(should be present another one)
2011-11-25 17:46:00 +00:00
Guido Ranzuglia granzuglia
3a745e603e added a lot of new functionalities to the editor 2011-11-24 18:12:50 +00:00
Guido Ranzuglia granzuglia
e79ff67a6a added a lot of new functionalities to the editor 2011-11-24 18:12:09 +00:00
Guido Ranzuglia granzuglia
0f7f6da531 fixed small bug in code style generation 2011-11-23 13:50:21 +00:00
Guido Ranzuglia granzuglia
104ee07511 some changes in editor style 2011-11-23 13:03:06 +00:00
Guido Ranzuglia granzuglia
fa3fe273d3 added xml filters history support 2011-11-23 11:07:23 +00:00
Guido Ranzuglia granzuglia
81f102611c added xml filters history support 2011-11-23 11:07:01 +00:00
Guido Ranzuglia granzuglia
39b5194c47 fixed small bug on filter importing order 2011-11-22 17:17:16 +00:00
Marco Callieri mcallieri
c8161df145 corrected two bugs in the floatbuffer border operations 2011-11-22 17:11:57 +00:00
Guido Ranzuglia granzuglia
d0f75d78ff filter reloading and a lot of other stuff have been added 2011-11-22 16:36:41 +00:00
Guido Ranzuglia granzuglia
bf88b40fdc filter reloading and a lot of other stuff have been added 2011-11-22 16:34:49 +00:00
Marco Callieri mcallieri
fd8f2a7ff8 added drag&drop support for project files, added support for command line / dbl click opening of project files 2011-11-22 10:19:47 +00:00
Guido Ranzuglia granzuglia
0a92b3dfaa added script code user defined code execution. 2011-11-21 17:38:54 +00:00
Guido Ranzuglia granzuglia
537b975423 added script code user defined code execution. 2011-11-21 17:37:38 +00:00
Guido Ranzuglia granzuglia
17120a09fe changed filter elements order 2011-11-21 17:36:30 +00:00
Marco Callieri mcallieri
4834a3a305 added the possibility of slightly changing the light direction while picking points: light is changed using CTRL + ALT (like main window) but is restricted to the front hemisphere of view-space 2011-11-21 14:58:05 +00:00
Marco Callieri mcallieri
a03589e216 changed a call from Distance to DistancePlanePoint to avoid overloading problems 2011-11-21 13:17:26 +00:00
Marco Callieri mcallieri
6200754ae0 added support for per-vertex color 2011-11-18 16:37:47 +00:00
Guido Ranzuglia granzuglia
4ac7c46969 removed bug in code generation 2011-11-18 15:37:27 +00:00
Guido Ranzuglia granzuglia
ba8b925f49 added info for total time execution for scripted code 2011-11-18 15:36:52 +00:00
Marco Callieri mcallieri
50e38f63b3 added support for per-vertex color. Now lambertian radiance scaling uses per-vertex color 2011-11-18 15:00:32 +00:00
Guido Ranzuglia granzuglia
2d22956203 CRITICAL UPDATE:
- changed parsing philosophy. In order to improve the performance now a copy of the document will be maintained inside the query engine. 
- removed terrible bug causing multi-generation of the filters' bridge code between c++ and javascript
2011-11-18 11:12:15 +00:00
Guido Ranzuglia granzuglia
6c176d89e1 added errorMsg to new XML Filter 2011-11-18 10:44:45 +00:00
Guido Ranzuglia granzuglia
9ddb6bd4e7 fixed bugs 2011-11-17 16:12:44 +00:00
Guido Ranzuglia granzuglia
9c3ba99d19 added missing Cleaning category 2011-11-17 15:52:33 +00:00
Guido Ranzuglia granzuglia
9462ef5b14 added a repaint in order to force MainWindow to show immediately the interrupt filter button 2011-11-16 14:04:58 +00:00
Guido Ranzuglia granzuglia
a29bc86f18 various changes due to syntax errors in cpp/h generator 2011-11-16 14:03:08 +00:00
Guido Ranzuglia granzuglia
e5a6a5eced fixed cpp and h files generated syntax 2011-11-16 10:01:21 +00:00
Guido Ranzuglia granzuglia
8e1c6ad90b from >> to > > 2011-11-16 09:49:08 +00:00
Guido Ranzuglia granzuglia
f7875a32aa added functionalities and fixed a lot of small bugs in XML editor generator 2011-11-15 16:32:13 +00:00
Guido Ranzuglia granzuglia
0b35241ab7 added functionalities and fixed a lot of small bugs in XML editor generator 2011-11-15 16:29:17 +00:00
Paolo Cignoni cignoni
9865bbd77a >> -> > > (in double template declarations...) 2011-11-15 15:18:13 +00:00
Guido Ranzuglia granzuglia
c95ed03e30 a lot of improvements on the XML editor GUI 2011-11-14 17:44:17 +00:00
Guido Ranzuglia granzuglia
8ed9a2ced6 removed stupid copy-and-paste crash 2011-11-14 15:53:13 +00:00
Marco Callieri mcallieri
6b1186dbf5 added shortcuts for the canonical views (front back top bottom left right) using a keypad mapping similar to Blender 2011-11-14 14:11:12 +00:00
Guido Ranzuglia granzuglia
d5a055b300 fixed crash happening during MeshLab closing 2011-11-14 12:43:47 +00:00
Guido Ranzuglia granzuglia
4f7bcaea66 added support for Shot in the script system 2011-11-14 12:23:32 +00:00
Guido Ranzuglia granzuglia
23753cfd17 added XMLShotWidget 2011-11-14 12:22:35 +00:00
Guido Ranzuglia granzuglia
e8f6c0efef fixed crash for missing raster 2011-11-14 12:19:59 +00:00
Guido Ranzuglia granzuglia
5d4f70364c a slightly little better output support 2011-11-10 13:46:50 +00:00
Guido Ranzuglia granzuglia
3d8ff0b80f - added functions to script system in order to improve performance 2011-11-10 13:44:05 +00:00
Marco Callieri mcallieri
08493c72f2 cahnged translation key from G (blender style) to T (everyone else in the world) 2011-11-09 14:19:04 +00:00
Marco Callieri mcallieri
e9acfa6500 During alignment, you can pick points on two meshes rendering their original per-vertex color (if present), using the "use false color" button on the align dialog 2011-11-09 13:52:24 +00:00
Marco Callieri mcallieri
fa992b9e50 restored "current layer" yellow highlight to the entire line of the layer dialog 2011-11-09 13:16:06 +00:00