We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would be cool to have a Tools menu entry for turning on/off the wireframe of the current surface layer.
What do you think @jo-mueller ?
The text was updated successfully, but these errors were encountered:
@haesleinhuepf good idea, shouldn't be that hard - the function could look something like this:
def toggle_wireframe(layer: "napari.layers.Surface", viewer: 'napari.Viewer') -> None: viewer.layers[layer.name].wireframe.visible = True return None
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
It would be cool to have a Tools menu entry for turning on/off the wireframe of the current surface layer.
What do you think @jo-mueller ?
The text was updated successfully, but these errors were encountered: