Files
blender-portable-repo/scripts/addons/RetopoFlow/retopoflow/rftool_polystrips/polystrips_options.html
T
2026-03-17 14:30:01 -06:00

17 lines
770 B
HTML

<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>