2025-12-01
This commit is contained in:
@@ -0,0 +1,47 @@
|
||||
<!DOCTYPE html>
|
||||
<span>
|
||||
|
||||
<ul>
|
||||
<li><a href="/v3/index.html">Intro</a></li>
|
||||
<li><a href="/v3/welcome.html">Welcome</a></li>
|
||||
<li><a href="/v3/quick_start.html">Quick Start</a></li>
|
||||
<li><a href="/v3/faq.html">FAQs</a></li>
|
||||
</ul>
|
||||
|
||||
<ul>
|
||||
<li><a href="/v3/general.html">General</a></li>
|
||||
</ul>
|
||||
|
||||
<ul>
|
||||
<li><span><img src="/images/icons/select-icon.png" alt="Select" class="icon"/><a href="/v3/select.html">Select</a></span></li>
|
||||
<li><span><img src="/images/icons/contours-icon.png" alt="Contours" class="icon"/><a href="/v3/contours.html">Contours</a></span></li>
|
||||
<li><span><img src="/images/icons/polystrips-icon.png" alt="PolyStrips" class="icon"/><a href="/v3/polystrips.html">PolyStrips</a></span></li>
|
||||
<li><span><img src="/images/icons/strokes-icon.png" alt="Strokes" class="icon"/><a href="/v3/strokes.html">Strokes</a></span></li>
|
||||
<li><span><img src="/images/icons/patches-icon.png" alt="Contours" class="icon"/><a href="/v3/patches.html">Patches</a></span></li>
|
||||
<li><span><img src="/images/icons/polypen-icon.png" alt="PolyPen" class="icon"/><a href="/v3/polypen.html">PolyPen</a></span></li>
|
||||
<li><span><img src="/images/icons/knife-icon.png" alt="Knife" class="icon"/><a href="/v3/knife.html">Knife</a></span></li>
|
||||
<li><span><img src="/images/icons/loops-icon.png" alt="Loops" class="icon"/><a href="/v3/loops.html">Loops</a></span></li>
|
||||
<li><span><img src="/images/icons/tweak-icon.png" alt="Tweak" class="icon"/><a href="/v3/tweak.html">Tweak</a></span></li>
|
||||
<li><span><img src="/images/icons/relax-icon.png" alt="Relax" class="icon"/><a href="/v3/relax.html">Relax</a></span></li>
|
||||
</ul>
|
||||
|
||||
<ul>
|
||||
<li><a href="/v3/warnings.html">Warnings</a></li>
|
||||
<li><a href="/v3/keymap_editor.html">Keymap Editor</a></li>
|
||||
<li><a href="/v3/debugging.html">Debugging</a></li>
|
||||
<li><a href="/v3/changelist.html">Change List</a></li>
|
||||
</ul>
|
||||
|
||||
<ul>
|
||||
<li><a class="outlink" href="https://github.com/CGCookie/retopoflow/issues" target="_blank">Report Issue</a></li>
|
||||
</ul>
|
||||
|
||||
<ul>
|
||||
<li><a class="outlink" href="https://blendermarket.com/products/retopoflow" target="_blank">Blender Market</a></li>
|
||||
<li><a class="outlink" href="https://blenderartists.org/t/retopoflow-4/1569559" target="_blank">Blender Artists</a></li>
|
||||
<li><a class="outlink" href="https://www.youtube.com/@orangeturbine" target="_blank">YouTube</a></li>
|
||||
<li><a class="outlink" href="https://twitter.com/RetopoFlow" target="_blank">Twitter</a></li>
|
||||
</ul>
|
||||
|
||||
</span>
|
||||
</html>
|
||||
@@ -0,0 +1,43 @@
|
||||
<!DOCTYPE html>
|
||||
<span>
|
||||
<ul>
|
||||
<li><a href="/index.html">Welcome</a></li>
|
||||
<li><a href="/v4/installation.html">Installation</a></li>
|
||||
<li><a href="/v4/quick_start.html">Quick Start</a></li>
|
||||
<li><a href="/v4/faq.html">FAQs</a></li>
|
||||
</ul>
|
||||
|
||||
<ul>
|
||||
<li><span><img src="/images/icons/polypen-icon.png" alt="PolyPen" class="icon"/><a href="/v4/polypen.html">PolyPen</a></span></li>
|
||||
<li><span><img src="/images/icons/polystrips-icon.png" alt="PolyStrips" class="icon"/><a href="/v4/polystrips.html">PolyStrips</a></span></li>
|
||||
<li><span><img src="/images/icons/strokes-icon.png" alt="Strokes" class="icon"/><a href="/v4/strokes.html">Strokes</a></span></li>
|
||||
<li><span><img src="/images/icons/contours-icon.png" alt="Contours" class="icon"/><a href="/v4/contours.html">Contours</a></span></li>
|
||||
<!-- <li><a href="patches.html">Patches</a></li> -->
|
||||
<li><span><img src="/images/icons/tweak-icon.png" alt="Tweak" class="icon"/><a href="/v4/tweak.html">Tweak Brush</a></span></li>
|
||||
<li><span><img src="/images/icons/relax-icon.png" alt="Relax" class="icon"/><a href="/v4/relax.html">Relax Brush</a></span></li>
|
||||
</ul>
|
||||
|
||||
<ul>
|
||||
<li><a href="/v4/general.html">Retopoflow Mode</a></li>
|
||||
<li><a href="/v4/mesh_cleanup.html">Mesh Cleanup</a></li>
|
||||
<li><a href="/v4/symmetry.html">Symmetry</a></li>
|
||||
</ul>
|
||||
|
||||
<ul>
|
||||
<li><a href="/v4/changelist.html">Change List</a></li>
|
||||
<li><a href="/v4/debugging.html">Debugging</a></li>
|
||||
</ul>
|
||||
|
||||
<ul>
|
||||
<li><a class="outlink" href="https://github.com/CGCookie/retopoflow/issues" target="_blank">Report Issue</a></li>
|
||||
</ul>
|
||||
|
||||
<ul>
|
||||
<li><a class="outlink" href="https://blendermarket.com/products/retopoflow" target="_blank">Blender Market</a></li>
|
||||
<li><a class="outlink" href="https://blenderartists.org/t/retopoflow-4/1569559" target="_blank">Blender Artists</a></li>
|
||||
<li><a class="outlink" href="https://www.youtube.com/@orangeturbine" target="_blank">YouTube</a></li>
|
||||
<li><a class="outlink" href="https://twitter.com/RetopoFlow" target="_blank">Twitter</a></li>
|
||||
</ul>
|
||||
|
||||
</span>
|
||||
</html>
|
||||
@@ -0,0 +1,15 @@
|
||||
|
||||
let version = 'v4';
|
||||
let path = `/assets/html/${version}.html`;
|
||||
|
||||
function switch_versions(event) {
|
||||
let menu = event.target;
|
||||
version = menu.options[menu.selectedIndex].value;
|
||||
};
|
||||
|
||||
fetch(path)
|
||||
.then(response => response.text())
|
||||
.then(data => {document.getElementById('header').innerHTML = data;})
|
||||
.catch(error => console.error('Error loading HTML:', error));
|
||||
|
||||
export { switch_versions };
|
||||
Reference in New Issue
Block a user