CDAT / dv3d

1 stars 0 forks source link

dv3d attributes with ultiple sub attribute but set as list #6

Open chaosphere2112 opened 7 years ago

chaosphere2112 commented 7 years ago
dv3d.YSlider = (20.,vcs.on)

Should probably be refactored into something similar to vcs templates:

dv3d.YSlider.position = 20.
dv3d.YSlider.status = vcs.on

Migrated from: https://github.com/UV-CDAT/uvcdat/issues/1293