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,17 @@
<details id="polystrips-options">
<summary>PolyStrips</summary>
<div class="contents">
<div class="labeled-input-text">
<label for="polystrips-cut-count">
Cut Count
</label>
<input type="text" value="self._var_cut_count" id="polystrips-cut-count" title="Number of cuts along selected strip">
</div>
<div class="labeled-input-text">
<label for="polystrips-scale-falloff">
Scale Falloff
</label>
<input id="polystrips-scale-falloff" type="text" value="BoundFloat('''options['polystrips scale falloff']''', min_value=0.25, max_value=4.0)" title="Controls how quickly control point scaling falls off">
</div>
</div>
</details>