Tweak download page again
Blender 2.8 VC14 builds were listed in two categories
This commit is contained in:
@@ -124,7 +124,7 @@
|
||||
<tr></tr>
|
||||
|
||||
{% for f in files|sort %}
|
||||
{% if (not (("mingw" in f.text) or ("vc1" in f.text))) %}
|
||||
{% if (not (("mingw" in f.text) or ("vc1" in f.text))) or ("blender-2.8" in f.text) %}
|
||||
{% else %}
|
||||
<tr class="file {{ row_class.next() }}">
|
||||
{% if "mingw32" in f.text %}
|
||||
|
Reference in New Issue
Block a user