2025-07-01

This commit is contained in:
2026-03-17 14:30:01 -06:00
parent f9a22056dd
commit 62b5978595
4579 changed files with 1257472 additions and 0 deletions
@@ -0,0 +1,23 @@
<dialog class="framed moveable minimizeable" id="geometrydialog-minimized" on_toggle="self.restore_geometry_window(event.target)">
<h1>Poly Count</h1>
</dialog>
<dialog class="framed moveable minimizeable" id="geometrydialog" on_toggle="self.minimize_geometry_window(event.target)">
<h1>Poly Count</h1>
<div class="contents">
<table>
<tr>
<td><div>Verts:</div></td>
<td><div id='geometry-verts'>0</div></td>
</tr>
<tr>
<td><div>Edges:</div></td>
<td><div id='geometry-edges'>0</div></td>
</tr>
<tr>
<td><div>Faces:</div></td>
<td><div id='geometry-faces'>0</div></td>
</tr>
</table>
</div>
</dialog>