-
Notifications
You must be signed in to change notification settings - Fork 7
Installation
To run the installation script, the following tools must be installed on your system:
VessMorphoVis can be installed on Linux and macOSX as follows:
- Download the setup.py script.
From the browser, this script can be downloaded by clicking on the link and then Save link as...
On Linux, this script can be downloaded from the terminal as follows
wget https://raw.githubusercontent.com/BlueBrain/VessMorphoVis/master/setup.py
On macOSX, this script can be downloaded from the terminal as follows
curl https://raw.githubusercontent.com/BlueBrain/VessMorphoVis/master/setup.py >setup.py .
- Change access permissions of the
setup.py
script to be able to execute it as follows
chmod +x setup.py
- Run the
setup.py
script and provide a valida or existing directory where the artifacts will be downloaded and installed.
./setup.py --prefix=VALID_DIRECTORY --verbose
Users can select the version of Blender using the --blender-version
option.
--blender-version BLENDER_VERSION
Blender version. 2.79, 2.80, or 2.81. By default it is 2.80.
- Once done, change directory to this
VALID_DIRECTORY
as follows
cd VALID_DIRECTORY/blender-bluebrain
- Run Blender from the terminal
./blender
- From the Edit panel, open Preferences.
- Go to the Add-ons panel and load VessMorphoVis from the list by checking the box: System: VessMorphoVis.
-
Once loaded without errors, close the Blender Pereferences window.
-
If you click N, VessMorphoVis panel will appear on the right side of Blender (in Blender 2.8). In Blender 2.79 or earlier, this panel will appear on the left side of Blender.
To test the package, a set of sample morphology files (in VMV , SWCand H5 formats) are available upon request from the Blue Brain Project. SWC morphologies are available from the brain vasculature [(BraVA) database] (http://cng.gmu.edu/brava/home.php?s=1&name_browser=false).
-
Starting
-
Panels
-
Other Links