You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
My neuron base class is simpler than catmaidneuron. I have previously regretted not having a vertex3d type class representing anything that has 3D points.
That way we don't have to initialise
CatmaidNeurons
The text was updated successfully, but these errors were encountered: