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

write direct SWC import for b3d #165

Open
schlegelp opened this issue Apr 16, 2019 · 4 comments
Open

write direct SWC import for b3d #165

schlegelp opened this issue Apr 16, 2019 · 4 comments

Comments

@schlegelp
Copy link
Collaborator

That way we don't have to initialise CatmaidNeurons

@jefferis
Copy link
Contributor

b3d?

@schlegelp
Copy link
Collaborator Author

pymaid.b3d is the module that contains functions to interface with Blender. Currently SWC imports into Blender have to first load the data as a CatmaidNeuron which creates overhead. Would be nice to have a (optional) shortcut.

@schlegelp
Copy link
Collaborator Author

Idea: subclass CatmaidNeuron into a MinimalNeuron without the upfront generation of a graph representation, etc?

@jefferis
Copy link
Contributor

My neuron base class is simpler than catmaidneuron. I have previously regretted not having a vertex3d type class representing anything that has 3D points.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants