BlueBrain / NeuroMorphoVis

A lightweight, interactive, extensible and cross-platform framework for building, visualizing and analyzing digital reconstructions of neuronal morphology skeletons extracted from microscopy stacks.
https://portal.bluebrain.epfl.ch/
GNU General Public License v3.0
127 stars 27 forks source link

Mesh Tool -> MetaBalls fails (Windows) #119

Open o-aNerd-o opened 4 years ago

o-aNerd-o commented 4 years ago

Hi,

I have downloaded the Windows version (2.80) of NeuroMorphoVis and experience problems in meshing with the MetaBalls algorithm (I can validate that it works with kubuntu). To reproduce this problem rely on the file

http://neuromorpho.org/dableFiles/diniz/CNG%20version/MOL-DG-T-EXT-ROSTRAL-C07.CNG.swc

I also found *.swc files where it is working.

Thanks in advance, André

marwan-abdellah commented 4 years ago

Do you mean it is not working only for this file on Windows?

o-aNerd-o commented 4 years ago

Hi,

no there are more files where it is not working on windows. On linux I can load them without Problems. I compared the python scripts, but they appear identical to me (maybe an incompatibility of linux and windows python, or a problem with the path?).

This is the error I see when loading the file: image

And this is the error I get when I try to mesh it with MetaBalls: image

I hope that helps a little.