Google Code Exporter
Google Code Exporter
``` See the documentation on http://www.vtk.org/Wiki/VTK/Depth_Peeling Especially important that you have to disable multi-sampling on NVidia cards. This also means that you might have to add an extra option to...
``` Right click on output port, at the bottom there should be a short-list of often-used modules. Viewer at position #1. If this is selected, the module is created and...
``` Instead of having each view as a window with GUI widgets, integrate widgets with the canvas itself. See for example the Blender Node Compositor: http://e-learning.tul.cz/~hnidek/pics/blender_render_node_compositor.png ``` Original issue reported...
``` All module views should be dockable, either with containers that can be created, or with the main DeVIDE window. Also integrate tabbed panels, so that multiple views can be...
``` I've already added the necessary sample code to testing/emp something. Turn this into a test for the EMP functionality. ``` Original issue reported on code.google.com by `cpbotha` on 3...
``` As reported by Peter Kok: Voor als je weer terug bent: volgens mij zit er een bug in je pca-code. De radius_vectors bereken jij als volgt: radius_vectors[i] = v[i]...
``` What steps will reproduce the problem? 1. Start DeVIDE, add any module (e.g. vtkTIFFWriter) 2. Double-click the module to open its view. 3. In the introspection shell, type "obj.";...
``` The auto-generated vtkCutter module only has one input. However, in order to use the underlying vtk class, an implicit function has to be set using SetCutFunction. Additionally, it looks...
``` Various parts of the UI refer to modules by their type. The most important examples are the module configuration views and progress messages. This can cause confusion when multiple...
``` What steps will reproduce the problem? 1. Start DeVIDE 2. Add one or more modules to the canvas 3. Right click a module without selecting it first What is...