5529 Commits

Author SHA1 Message Date
Guido Ranzuglia granzuglia
33dbf09005 updated version 2011-12-12 12:54:57 +00:00
Guido Ranzuglia granzuglia
7d37e53d56 added support for tooltip inside auto completion 2011-12-09 14:26:39 +00:00
Guido Ranzuglia granzuglia
0ee5512a88 added tooltip 2011-12-09 10:55:52 +00:00
Guido Ranzuglia granzuglia
46662fb0ff fixed bugs with auto completion and syntax highlighting 2011-12-09 09:06:21 +00:00
Guido Ranzuglia granzuglia
c10fde1605 fixed bugs with auto completion and syntax highlighting 2011-12-09 09:05:51 +00:00
Guido Ranzuglia granzuglia
aae052a027 - added new spidergl math library
- removed the old one
2011-12-09 09:04:54 +00:00
Guido Ranzuglia granzuglia
0d809988db - added new spidergl math library
- removed the old one
2011-12-09 09:04:27 +00:00
Marco Callieri mcallieri
687f976ceb added XYZ export, fixed bugs in the XYZ import 2011-12-07 11:14:59 +00:00
Guido Ranzuglia granzuglia
dd313d3b01 re-added auto completion 2011-12-06 16:10:17 +00:00
Guido Ranzuglia granzuglia
e8f5bd3a17 A great cleaning up on script language syntax management.
The auto completion system has been temporary removed.
2011-12-06 15:18:35 +00:00
Guido Ranzuglia granzuglia
2470d9279e A great cleaning up on script language syntax management.
The auto completion system has been temporary removed.
2011-12-06 15:17:39 +00:00
Paolo Cignoni cignoni
2309cc4fbb Optical flow experimental filter modified so as to include borders defined by weight ratio to each dominant region. 2011-12-02 14:28:54 +00:00
Guido Ranzuglia granzuglia
c3fb764aca first instance of autocompleter. Selection of suggested option is only working clicking with mouse. 2011-11-30 17:52:09 +00:00
Guido Ranzuglia granzuglia
7a675b2f10 first instance of autocompleter. Selection of suggested option is only working clicking with mouse. 2011-11-30 17:51:45 +00:00
Paolo Cignoni cignoni
b972668c8f Experimental filter added for the generation of data required by the optical flow texture registration. 2011-11-29 13:45:29 +00:00
Paolo Cignoni cignoni
746a4babd6 Filter added for the texturing of 3D models by extracting patches from registered images (see Callieri et al. VMV2002). 2011-11-29 13:41:29 +00:00
Paolo Cignoni cignoni
a07af6e385 Missing shaders associated to the raster projection decorator added. 2011-11-29 13:34:42 +00:00
Paolo Cignoni cignoni
cc68190ec5 Decorator filter added for the visualization of registered rasters back-projected onto the associated mesh. 2011-11-29 13:33:17 +00:00
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