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
The SWC visualiser display the incorrect radius, the following line: https://github.com/MartinPyka/SWC2Blender/blob/master/io_mesh_swc/operator_swc_import.py#L73
The data should be read from position 4 not 5.
I made some other updates also a while back, you can find a copy of your code with my alterations here for comparison: https://github.com/Hjorthmedh/Snudda/tree/master/snudda/plotting/Blender/io_mesh_swc
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The SWC visualiser display the incorrect radius, the following line:
https://github.com/MartinPyka/SWC2Blender/blob/master/io_mesh_swc/operator_swc_import.py#L73
The data should be read from position 4 not 5.
I made some other updates also a while back, you can find a copy of your code with my alterations here for comparison:
https://github.com/Hjorthmedh/Snudda/tree/master/snudda/plotting/Blender/io_mesh_swc
The text was updated successfully, but these errors were encountered: