The brain i stripped from T1 volume can render in 3D window,but can't see any info in 2D window

the data i have saved in mrb file in dropbox

the scene like this


i have tryed most of the lookup table,but can’t see 2D info
i tryed to convert volume to labelmap volume ,it can be seen in 2D window,but it’s not what i want
i don’t known how to see the volume in 2D window , is there something wrong with the volume?

Your scene is corrupted (the volume display node is missing). Can you describe how you ended up with this? It should never happen through normal use of the application so if you have a way to reproduce it let us know. If this happened due to some script or editing the mrml file you’ll need to debug your process.

To get the volume back you can just save it and reload or you can change the mrb file extension to .zip and open the contents.

thanks pieper
i use your solution to fix my bugs,it’s work!!
I Added these Code

brain_volume.RemoveAllDisplayNodeIDs()
brain_volume.CreateDefaultDisplayNodes()