17 lines
770 B
HTML
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> |