Requirements
Installation Steps
- Install BlenderNEURON:
- Option 1: Open the terminal and run pip install blenderneuron
- Option 2: Download and extract the BlenderNEURON ZIP file into a directory that will be accessible when you run NEURON Python
- Start BlenderNEURON for NEURON:
- Load your model in NEURON (example here: Getting Started)
- In NEURON Python, run
from blenderneuron import neuronstart - BlenderNEURON should be running within NEURON
- Start BlenderNEURON for Blender:
- Install Blender (Versions 5.2+) at this link
- Open Blender. Then Edit > Preferences > Add-ons > Down Icon in Upper Right Corner > Install from Disk
- Point to the BlenderNEURON ZIP file
- Checked box next to ‘BlenderNEURON’ indicates successful addon installation
- BlenderNEURON tab should be in the sidebar (toggle with ‘N’)
Now Try the Getting Started Tutorial