Downloads
Releases
Binary releases use a heavily stripped down Blender to provide maximum compatibility. If you require features that are disabled in the binary release please check out the sourcecode from github and build it exactly as you would build a normal blender version.
- Blensor 1.0.18 RC 10 64-bit AppImage
(should work on most Systems out of the box. Starting with Ubuntu 16.04. After download make it executable with chmod +x Blensor-x64.AppImage and execute the binary.) - Blensor 1.0.18 RC 10 64-bit Ubuntu 17.04+
(based on Blender 2.79-rc2, may require additional libraries) - Blensor 1.0.18 RC 3 64-bit Ubuntu 17.04+
(based on Blender 2.79-rc2, may require additional libraries) - Blensor 1.0.18 RC 2 64-bit Ubuntu 17.04+
(based on Blender 2.79-rc2, may require additional libraries)
Third party releases
-
Blensor 1.0.18 RC 10 MacOS High Sierra Special thanks to MechLab Engineering
-
Blensor 1.0.18 RC 10 Windows Special thanks to MechLab Engineering
Old and unsupported versions (will likely not work anymore)
- Blensor 1.0.17 64-bit Ubuntu 12.04+
(may require additional libraries) - Blensor 1.0.15rc1 32-bit Ubuntu 11.04+
(requires libjpeg62, libpng, python is already included) - Blensor 1.0.15rc2 Windows If you can not start blensor due to a missing libstdc++-6.dll you can download it here.
- Blensor 1.0.16rc1 OSX (special thanks to MechLab Engineering)
Blensor crashing at startup?
If Blensor crashes at startup it is an incompatibility in the startup file. This issue is already fixed in trunk but still apllies for the binary releases prior to 1.17. To fix it just download the original Blender (it must be Version 2.72) and save a default startup file (File -> Save Startup File or alternativey Ctrl+U)
GIT Repository
The official blensor repository can be found here
git clone https://github.com/mgschwan/blensor.git
If you are going to build blensor yourself please follow the instructions on how to build Blender http://wiki.blender.org/index.php/Dev:Doc/Building_Blender and make sure to disable Cycles in your build. You also need the python numpy library in order for Blensor to work.