Skip to content

Commit

Permalink
Deployed 322b84c to 0.2.x with MkDocs 1.6.0 and mike 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
icrdr committed Jun 5, 2024
1 parent 7c9bc99 commit 319c497
Show file tree
Hide file tree
Showing 10 changed files with 137 additions and 116 deletions.
2 changes: 1 addition & 1 deletion 0.2.x/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ <h1>404 - Not found</h1>
</div>


<script id="__config" type="application/json">{"base": "/BioxelNodes/0.2.x", "features": ["header.autohide", "navigation.footer", "navigation.indexes", "navigation.sections", "navigation.tabs", "navigation.tabs.sticky", "content.code.copy", "content.code.select"], "search": "/BioxelNodes/0.2.x/assets/javascripts/workers/search.b8dbb3d2.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}, "version": {"provider": "mike"}}</script>
<script id="__config" type="application/json">{"base": "/BioxelNodes/0.2.x", "features": ["header.autohide", "navigation.footer", "navigation.indexes", "navigation.sections", "navigation.tabs", "navigation.tabs.sticky", "content.code.copy", "content.code.select"], "search": "/BioxelNodes/0.2.x/assets/javascripts/workers/search.b8dbb3d2.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}, "version": {"default": "latest", "provider": "mike"}}</script>


<script src="/BioxelNodes/0.2.x/assets/javascripts/bundle.5cfa9459.min.js"></script>
Expand Down
Binary file added 0.2.x/assets/cover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions 0.2.x/features/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -719,7 +719,7 @@

<h1 id="features-options">Features &amp; Options</h1>
<h2 id="bioxel-design-concept">Bioxel Design Concept</h2>
<p>According to Bioxel design concept, Bioxel Nodes imports volume data and put it into a <strong>Container</strong> as a <strong>Layer</strong>. One container may has more than one layer, and each layer stores the information of different fields under the same location, which is similar to the view layer of map app, except that here it is in 3D space. In order to render the volume the way we want it to, we need to build a renderable object from layers. We call this object <strong>Component</strong>. The following diagram shows the relationship of <strong>Container</strong>, <strong>Layer</strong>, and <strong>Component</strong>:</p>
<p>According to Bioxel design concept, Bioxel Nodes imports volume data and put it into a <strong>Container</strong> as a <strong>Layer</strong>. One container may has more than one layer, and each layer stores the information of different fields under the same location, which is similar to the view layers in map app, except that here it is in 3D space. In order to render the volume the way we want it to, we need to build renderable objects from layers. We call those objects <strong>Component</strong>. The following diagram shows the relationship of <strong>Container</strong>, <strong>Layer</strong>, and <strong>Component</strong>:</p>
<p><img alt="alt text" src="../assets/features_concept.png" /></p>
<p>Bioxel Nodes staging the layer as an openvdb file. The process of building from layers to a component is taking place in blender geometry nodes graph with blender native geometry nodes. Therefore, <strong>the blender file works without Bioxel Nodes.</strong></p>
<h2 id="container-structure">Container Structure</h2>
Expand Down Expand Up @@ -864,7 +864,7 @@ <h2 id="export-biovel-layer-as-vdb">Export Biovel Layer as VDB</h2>
</div>


<script id="__config" type="application/json">{"base": "..", "features": ["header.autohide", "navigation.footer", "navigation.indexes", "navigation.sections", "navigation.tabs", "navigation.tabs.sticky", "content.code.copy", "content.code.select"], "search": "../assets/javascripts/workers/search.b8dbb3d2.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}, "version": {"provider": "mike"}}</script>
<script id="__config" type="application/json">{"base": "..", "features": ["header.autohide", "navigation.footer", "navigation.indexes", "navigation.sections", "navigation.tabs", "navigation.tabs.sticky", "content.code.copy", "content.code.select"], "search": "../assets/javascripts/workers/search.b8dbb3d2.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}, "version": {"default": "latest", "provider": "mike"}}</script>


<script src="../assets/javascripts/bundle.5cfa9459.min.js"></script>
Expand Down
62 changes: 59 additions & 3 deletions 0.2.x/getting-started/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,30 @@
</span>
</a>

<nav class="md-nav" aria-label="Add-on Installation">
<ul class="md-nav__list">

<li class="md-nav__item">
<a href="#for-blender-42-or-higher" class="md-nav__link">
<span class="md-ellipsis">
For Blender 4.2 or higher
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#for-blender-40-or-41" class="md-nav__link">
<span class="md-ellipsis">
For Blender 4.0 or 4.1
</span>
</a>

</li>

</ul>
</nav>

</li>

<li class="md-nav__item">
Expand Down Expand Up @@ -568,6 +592,30 @@
</span>
</a>

<nav class="md-nav" aria-label="Add-on Installation">
<ul class="md-nav__list">

<li class="md-nav__item">
<a href="#for-blender-42-or-higher" class="md-nav__link">
<span class="md-ellipsis">
For Blender 4.2 or higher
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#for-blender-40-or-41" class="md-nav__link">
<span class="md-ellipsis">
For Blender 4.0 or 4.1
</span>
</a>

</li>

</ul>
</nav>

</li>

<li class="md-nav__item">
Expand Down Expand Up @@ -618,8 +666,16 @@
<h1 id="getting-started">Getting Started</h1>
<p>Currently only support Blender 4.0 or above, make sure you have the correct version of Blender.</p>
<h2 id="add-on-installation">Add-on Installation</h2>
<p>Download the latest version https://github.com/OmooLab/BioxelNodes/releases/latest<br />
In Blender, Edit &gt; Preferences &gt; Add-ons &gt; Install, select the <code>BioxelNodes_{version}.zip</code> you just downloaded.</p>
<h4 id="for-blender-42-or-higher">For Blender 4.2 or higher</h4>
<p>Download the <strong>Extension</strong> version <code>BioxelNodes_Extension_{version}.zip</code> from https://github.com/OmooLab/BioxelNodes/releases/latest<br />
In Blender, Edit &gt; Preferences &gt; Extensions &gt; Install from Disk, select the zip file you just downloaded.</p>
<p>Thats it!</p>
<blockquote>
<p>If it cannot be enable, just reboot blender.</p>
</blockquote>
<h4 id="for-blender-40-or-41">For Blender 4.0 or 4.1</h4>
<p>Download the <strong>Addon</strong> version <code>BioxelNodes_Addon_{version}.zip</code> from https://github.com/OmooLab/BioxelNodes/releases/latest<br />
In Blender, Edit &gt; Preferences &gt; Add-ons &gt; Install, select the zip file you just downloaded.</p>
<p>The add-on requires a third-party python dependency called SimpleITK, click <code>Install SimpleITK</code> button below to install the dependency. After clicking, blender may get stuck, it is downloading and installing, just wait for a moment. After that, click <code>Reboot Blender</code> button.</p>
<p><img alt="dependency" src="../assets/getting-started_dependency.png" /></p>
<p>This step may have failed due to network factors, just click "Set PyPI Mirror" to change the mirror.</p>
Expand Down Expand Up @@ -778,7 +834,7 @@ <h2 id="share-your-file">Share Your File</h2>
</div>


<script id="__config" type="application/json">{"base": "..", "features": ["header.autohide", "navigation.footer", "navigation.indexes", "navigation.sections", "navigation.tabs", "navigation.tabs.sticky", "content.code.copy", "content.code.select"], "search": "../assets/javascripts/workers/search.b8dbb3d2.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}, "version": {"provider": "mike"}}</script>
<script id="__config" type="application/json">{"base": "..", "features": ["header.autohide", "navigation.footer", "navigation.indexes", "navigation.sections", "navigation.tabs", "navigation.tabs.sticky", "content.code.copy", "content.code.select"], "search": "../assets/javascripts/workers/search.b8dbb3d2.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}, "version": {"default": "latest", "provider": "mike"}}</script>


<script src="../assets/javascripts/bundle.5cfa9459.min.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions 0.2.x/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ <h1 id="bioxel-nodes">Bioxel Nodes</h1>
<h2 id="about">About</h2>
<p>Before us, there have been many tutorials and add-ons for importing volumetric data into Blender. However, we found that there were many details that were not addressed in place, some scientific facts were ignored, and the volume rendering was not pretty enough. With Bioxel Nodes, you can easily import the volumetric data into Blender, and more importantly, it can quickly make a beautiful realistic rendering of it.</p>
<p>Below are some examples with Bioxel Nodes. Thanks to Cycles Render, the volumetric data can be rendered with great detail:</p>
<p><img alt="gallery" src="assets/gallery.png" /></p>
<p><img alt="cover" src="assets/cover.png" /></p>
<p>The "Bioxel" in "Bioxel Nodes", is a combination of the words "Bio-" and "Voxel". Bioxel is a voxel that stores biological data. We are developing a toolkit around Bioxel for better biological data visualization. but before its release, we made this Blender version of bioxels toolkit first, in order to let more people to have fun with volumetric data. <a href="https://omoolab.github.io/BioxelNodes/latest/getting-started">Getting Started</a></p>
<h2 id="supported-format">Supported Format</h2>
<table>
Expand Down Expand Up @@ -723,7 +723,7 @@ <h2 id="to-upgrade-add-on">To Upgrade Add-on</h2>
</div>


<script id="__config" type="application/json">{"base": ".", "features": ["header.autohide", "navigation.footer", "navigation.indexes", "navigation.sections", "navigation.tabs", "navigation.tabs.sticky", "content.code.copy", "content.code.select"], "search": "assets/javascripts/workers/search.b8dbb3d2.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}, "version": {"provider": "mike"}}</script>
<script id="__config" type="application/json">{"base": ".", "features": ["header.autohide", "navigation.footer", "navigation.indexes", "navigation.sections", "navigation.tabs", "navigation.tabs.sticky", "content.code.copy", "content.code.select"], "search": "assets/javascripts/workers/search.b8dbb3d2.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}, "version": {"default": "latest", "provider": "mike"}}</script>


<script src="assets/javascripts/bundle.5cfa9459.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion 0.2.x/misc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,7 @@ <h3 id="based-on-geometry-nodes">Based on Geometry Nodes</h3>
</div>


<script id="__config" type="application/json">{"base": "..", "features": ["header.autohide", "navigation.footer", "navigation.indexes", "navigation.sections", "navigation.tabs", "navigation.tabs.sticky", "content.code.copy", "content.code.select"], "search": "../assets/javascripts/workers/search.b8dbb3d2.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}, "version": {"provider": "mike"}}</script>
<script id="__config" type="application/json">{"base": "..", "features": ["header.autohide", "navigation.footer", "navigation.indexes", "navigation.sections", "navigation.tabs", "navigation.tabs.sticky", "content.code.copy", "content.code.select"], "search": "../assets/javascripts/workers/search.b8dbb3d2.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}, "version": {"default": "latest", "provider": "mike"}}</script>


<script src="../assets/javascripts/bundle.5cfa9459.min.js"></script>
Expand Down
Loading

0 comments on commit 319c497

Please sign in to comment.