fvpolpeta / devide

Automatically exported from code.google.com/p/devide
BSD 3-Clause "New" or "Revised" License
2 stars 1 forks source link

Fix input array handling (especially for vector datasets / visualization) #81

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
modules.filters.input_array_choice_mixin can be used by modules that wrap
vector visualisation functionality in order to select the correct input
vector array.

Due to the new execution and information model in VTK, things don't always
work as they should.  See the glyph module for example: you have to execute
twice before it has the correct attribute names in its list.  When you
select the correct one, it resets at the next execution.  Clearly not
satisfactory.

Have a good look at this and fix.

Original issue reported on code.google.com by cpbotha on 23 Jul 2008 at 9:06