SNT-3.1.113
Tracing:
- Loading of large reconstructions into Path Manager is significantly faster now
- Improved Editing of paths
- Splitting operations are now supported
- Fix ghost connections at canvas origin upon node/path deletion (reported here)
- Deletion of junction nodes is no longer allowed. Use 'Split' instead
Misc:
- Improved detection of paired files (image/reconstruction) in startup prompt
- Improved behavior of display canvas(es)
Scripting:
- Fixed #47
- Migrated Javadocs to javadoc.scijava.org
- Modernized python notebooks
- Simplified initialization of Reconstruction Viewer from python:
Viewer3D = jimport('sc.fiji.snt.viewer.Viewer3D')
viewer_3d = Viewer3D(False) ## Non-interactive viewer (without RV controls)
viewer_3d = Viewer3D(True) ## interactive viewer (with RV controls)
Compiled artifact (without dependencies): SNT-3.1.113.jar