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
Description
When using blender 4.3 as a back end, the downsample_neuron() function fails with AttributeError: 'Scene' object has no attribute 'vertices'.
downsample_neuron()
AttributeError: 'Scene' object has no attribute 'vertices'
To Reproduce
import navis n = navis.example_neurons(1, kind="mesh") n_sm = simplify_mesh_blender(n, F=0.2, inplace=False)
Expected behavior n_sm should contain the simplified mesh
n_sm
Screenshots
Your system
The text was updated successfully, but these errors were encountered:
potential fix for navis-org#174
259be83
No branches or pull requests
Description
When using blender 4.3 as a back end, the
downsample_neuron()
function fails withAttributeError: 'Scene' object has no attribute 'vertices'
.To Reproduce
Expected behavior
n_sm
should contain the simplified meshScreenshots
Your system
The text was updated successfully, but these errors were encountered: