Skip to content

Commit

Permalink
Merge pull request #78 from kmuseth/update_news_and_logo
Browse files Browse the repository at this point in the history
added news about v11.0 and VRED logo
  • Loading branch information
kmuseth authored Jan 10, 2024
2 parents b6c0da4 + 0c31b6a commit 1548f10
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 0 deletions.
1 change: 1 addition & 0 deletions common.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ function insertInfoPane() {
html += '<a href="https://docs.lightwave3d.com/lw2020/reference/simulation/openvdb" target="_blank"><h4 class="lightwave"><span></span></h4></a>';
html += '<a href="https://www.cebas.com/?pid=productinfo&prd_id=187" target="_blank"><h4 class="thinkingparticles"><span></span></h4></a>';
html += '<a href="https://www.unrealengine.com" target="_blank"><h4 class="unreal"><span></span></h4></a>';
html += '<a href="https://www.autodesk.com/products/vred" target="_blank"><h4 class="vred"><span></span></h4></a>';
html += '<a href="http://www.vfxplatform.com/" target="_blank"><h4 class="vfx"><span></span></h4></a>';
html += '</div>';

Expand Down
Binary file added images/vred.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,23 @@ <h1>Welcome</h1>

<h2>News</h2>

<div class="news_item">
<h3>November 1, 2023</h3>
<p>OpenVDB 11.0.0 is now available to
<a href="https://github.com/AcademySoftwareFoundation/openvdb/releases/tag/v11.0.0"
target="_blank">download</a>.</p>
<p>Highlights of this major release:
<ul>
<li>Several new tools to construct and modify NanoVDB grids on the GPU.</li>
<li>New NanoVDB type that separates topology and data.</li>
<li>New file format that supports streaming of raw NanoVDB buffers.</li>
<li>OpenEXR 2 and Python 2 are no longer supported.</li>
<li>Removed most Boost dependencies.</li>
</ul>
<p>See the <a href="https://www.openvdb.org/documentation/doxygen/changes.html#v11_0_0_changes"
target="_blank">release notes</a> for a complete list of changes.</p>
</div>

<div class="news_item">
<h3>October 31, 2022</h3>
<p>OpenVDB 10.0.0 is now available to
Expand Down Expand Up @@ -195,6 +212,7 @@ <h3>December 23, 2020</h3>
target="_blank">release notes</a> for a complete list of changes.</p>
</div>

<!--
<div class="news_item">
<h3>February 4, 2021</h3>
<p>OpenVDB 7.2.2 is now available to
Expand All @@ -208,6 +226,7 @@ <h3>February 4, 2021</h3>
<p>See the <a href="https://academysoftwarefoundation.github.io/openvdb/changes.html#v7_2_2_changes"
target="_blank">release notes</a> for a complete list of changes.</p>
</div>
-->

</div> <!-- end section -->

Expand Down
5 changes: 5 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,11 @@ a {
background:transparent url(images/unreal.png) center top no-repeat;
}

#sidebar-integration h4.vred {
height: 40px;
background:transparent url(images/vred.png) center top no-repeat;
}

#sidebar-integration h4.vfx {
height: 26px;
background:transparent url(images/vfx.png) center top no-repeat;
Expand Down

0 comments on commit 1548f10

Please sign in to comment.