simphony / simphony-mayavi

The mayavi adapters to the simphony framework
BSD 2-Clause "Simplified" License
0 stars 1 forks source link

added restore_scene function #145

Closed kitchoi closed 8 years ago

kitchoi commented 8 years ago

Purpose: Restoring a scene setting and the children of each data source in the scene (see docstring of restore_scene)

Usage:

cuds = ...# some CUDS dataset
source = CUDSSource(cuds=cuds)
mlab.pipeline.add_dataset(source)
restore_scene("saved_visualisation.mv2")

Assumptions: (1) Mayavi 4.4.4 (2) Serialisation is supported #140

kitchoi commented 8 years ago

@dpinte, @itziakos this is one of the proposals for batch processing.

dpinte commented 8 years ago

@kitchoi LGTM