Skip to content
New issue

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

Downsampling MeshNeurons and simplifying meshes fails with Blender 4.3 #174

Open
floesche opened this issue Dec 9, 2024 · 0 comments
Open

Comments

@floesche
Copy link
Contributor

floesche commented Dec 9, 2024

Description

When using blender 4.3 as a back end, the downsample_neuron() function fails with 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

Screenshots

image

Your system

  • NAVis version: 1.7 (also briefly tested with 1.9)
  • Python version: 3.12.5
  • Operating System: Linux
floesche added a commit to floesche/navis that referenced this issue Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant