{% extends "layout.html" %} {% block content %} {% if path == "download/" %}

Directory listing for {{ path }}

{% else %}

Download Latest Builds

If you are interested to help developers improve an area of Blender you are experienced, mail bf-committers.

These builds are not as stable as releases, use at your own risk.

{% endif %} {% if path == "/download/experimental/" %}

These builds are for developer use only!

They contain highly experimental patches, which might ruin your day!

If you're NOT a developer, please leave this page IMMEDIATELY!

{% endif %} {% set row_class = cycler('alt', '') %} {% for d in directories %} {% if not ("experimental" in d,text) %} {% endif %} {% endfor %} {% for f in files|sort %} {% if ("mingw" in f.text) or ("vc1" in f.text) or ("blender-2.8" in f.text) or ("experimental" in f.text) %} {% else %} {% if "mingw32" in f.text %} {% endif %} {% endfor %} {% for f in files|sort %} {% if ("experimental" in f.text) %} {% if "mingw32" in f.text %} {% endif %} {% endfor %}
Operating System Variation Name Size Built On
{{ d.text }} {{ d.size }} {{ d.lastmodified }}
Windows 32 bit {% elif "win32" in f.text %} Windows 32 bit {% elif "mingw64" in f.text %} Windows 64 bit {% elif "win64" in f.text %} Windows 64 bit {% elif "OSX" in f.text %} {% if "x86_64" in f.text %} Mac OS X 64 bit {% else %} Mac OS X 32 bit {% endif %} {% elif "linux" in f.text %} {% if "x86_64" in f.text %} Linux 64 bit {% else %} Linux 32 bit {% endif %} {% endif %} Official {{ f.text }} {{ f.size }} {{ f.lastmodified }}
Windows 32 bit {% elif "win32" in f.text %} Windows 32 bit {% elif "mingw64" in f.text %} Windows 64 bit {% elif "win64" in f.text %} Windows 64 bit {% elif "OSX" in f.text %} {% if "x86_64" in f.text %} Mac OS X 64 bit {% else %} Mac OS X 32 bit {% endif %} {% elif "linux" in f.text %} {% if "x86_64" in f.text %} Linux 64 bit {% else %} Linux 32 bit {% endif %} {% endif %} Experimental Build Branch {{ f.text }} {{ f.size }} {{ f.lastmodified }}

These builds are done by new compilers which are aiming to become official.

{% for f in files|sort %} {% if (not (("mingw" in f.text) or ("vc1" in f.text))) or ("blender-2.8" in f.text) %} {% else %} {% if "mingw32" in f.text %} {% endif %} {% endfor %}
Windows 32 bit {% elif "win32" in f.text %} Windows 32 bit {% elif "mingw64" in f.text %} Windows 64 bit {% elif "win64" in f.text %} Windows 64 bit {% elif "OSX" in f.text %} {% if "x86_64" in f.text %} Mac OS X 64 bit {% else %} Mac OS X 32 bit {% endif %} {% elif "linux" in f.text %} {% if "x86_64" in f.text %} Linux 64 bit {% else %} Linux 32 bit {% endif %} {% endif %} {% if "mingw" in f.text %} Experimental MinGW {% elif "vc14" in f.text %} Experimental Build Branch by VS 2015
(Windows Vista/7/8/10) {% else %} Official {% endif %}
{{ f.text }} {{ f.size }} {{ f.lastmodified }}

These builds are from the Blender 2.8 project. Do not use in production nor save important files with it.


Currently we are aware of many issues in 2.8 and actively working to fix them.
Since replying to reports takes time, we have decided to limit bug reports to module team members

{% for f in files|sort %} {% if ("blender-2.8" in f.text) %} {% if "mingw32" in f.text %} {% endif %} {% endfor %}
Windows 32 bit {% elif "win32" in f.text %} Windows 32 bit {% elif "mingw64" in f.text %} Windows 64 bit {% elif "win64" in f.text %} Windows 64 bit {% elif "OSX" in f.text %} {% if "x86_64" in f.text %} Mac OS X 64 bit {% else %} Mac OS X 32 bit {% endif %} {% elif "linux" in f.text %} {% if "x86_64" in f.text %} Linux 64 bit {% else %} Linux 32 bit {% endif %} {% endif %} {% if "mingw" in f.text %} Experimental MinGW {% elif "vc14" in f.text %} {% if "blender-2.8" in f.text %} Blender 2.8 Branch by VS 2015
(Windows Vista/7/8/10) {% else %} Experimental VS 2015
(Windows Vista/7/8/10) {% endif %} {% elif "win32-vc12" in f.text %} Official Preview VS 2013
(Windows XP/Vista/7/8/10) {% elif "win64-vc12" in f.text %} Official Preview VS 2013
(Windows Vista/7/8/10) {% elif "blender-2.8" in f.text %} Blender 2.8 Branch {% else %} Official {% endif %}
{{ f.text }} {{ f.size }} {{ f.lastmodified }}
{% endblock %}