NeuroBox3D / VRL-NeuroBox-Plugin

VRL-NeuroBox-Plugin is the plugin for detailed simulations in Neuroscience.
http://neurobox.eu
2 stars 1 forks source link

Subsets geometries (replacing previous geom) not correctly processed #29

Closed bsumirak closed 8 years ago

bsumirak commented 8 years ago

Upon loading another geometry in template HH plugins (but probably in general) with a different subset configuration (missing one of the previous subsets), (a) the subset selection boxes in various class representations are not updated intelligently (first subset chosen; no subset would be preferable), (b) the data stored in the background for these subset selection boxes seems not to be updated correctly, the missing subset is still passed as an argument to the underlying method calls.

Temp. workaround for (b): Click twice on any item in all of the concerned selection boxes to update them.

bsumirak commented 8 years ago

(a) Still choosing first subset now, however, status is set to invalid, which will prevent running of erroneous setup. (b) Fixed (in UserData plugin).