fvpolpeta / devide

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

glyph module complains if input scalars attribute has no name #118

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Passing a dataset to the glyph module that contains a scalar attribute
without a name yields an error, mostly to do with the scalar selection
interface in the GUI.

Fix.

Original issue reported on code.google.com by cpbotha on 11 Feb 2009 at 3:30

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by cpbotha on 28 Jul 2009 at 12:03

GoogleCodeExporter commented 9 years ago
Set input vector array to ''.  Glyphs module does not complain (due to recent 
rework 
of all vector selection modules), but is not able to render the non-named 
array.  I'm 
going to close this bug.  No errors, no other sensible thing to do with 
non-named 
vector arrays.

Original comment by cpbotha on 10 Aug 2009 at 2:08