napari / napari-animation

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

Use public API to access layer state #132

Closed alisterburt closed 1 year ago

alisterburt commented 1 year ago

Reworked how we access layer state to use the public API

comparisons between original values and values in the ViewerState are now performed on attributes from the LayerDataTuple of layer data, this avoids private attribute access on Affine ClippingPlaneList objects which was causing a bunch of warnings