napari / napari-animation

A napari plugin for making animations
https://napari.github.io/napari-animation/
Other
76 stars 27 forks source link

Hook up plane model from volume visualization #116

Closed brisvag closed 1 year ago

brisvag commented 2 years ago

SlicingPlane from the Image layer is not yet hooked up to the animation interpolation.

alisterburt commented 2 years ago

Yep - unfortunately only base state is captured right now, there were some unexpected visual changes when everything from layer._get_state() was used but this was a while ago

if you like you could try changing below to layer._get_state()?

https://github.com/napari/napari-animation/blob/7f49d2c360ec0231e5a2d15394125856d439cdde/napari_animation/viewer_state.py#L26-L36