Skip to content

Commit

Permalink
issue #896
Browse files Browse the repository at this point in the history
label and help doc change to match commonly used terminology
  • Loading branch information
vxlcoder committed Nov 25, 2020
1 parent 02a3a36 commit cb8a867
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions help/strokes.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ This tool lets you insert edge strips and extruding edges by brushing a stroke o
| | | |
| --- | --- | --- |
| {{insert}} | : | insert edge strip and bridge from selected geometry |
| {{increase count}} | : | increase segment counts in bridge |
| {{decrease count}} | : | decrease segment counts in bridge |
| {{increase count}} | : | increase span/loop counts in bridge |
| {{decrease count}} | : | decrease span/loop counts in bridge |


## Selecting
Expand Down Expand Up @@ -47,8 +47,8 @@ This tool lets you insert edge strips and extruding edges by brushing a stroke o
Creating geometry is dependent on your selection:

- When nothing is selected, a new edge strip is added
- When an edge strip is selected and stroke is not a loop, the selected edge strip is extruded to the stroke
- When an edge loop is selected and stroke is a loop, the selected edge loop is extruded to the stroke
- When an edge strip is selected and stroke is not a loop, the selected edge strip is extruded to the stroke as a span
- When an edge loop is selected and stroke is a loop, the selected edge loop is extruded to the stroke as a loop

Note: only edges on boundary of target are considered in selection.

Expand Down
4 changes: 2 additions & 2 deletions retopoflow/rftool_strokes/strokes.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ def init(self):
def ui(self):
return ui.collapsible('Strokes', children=[
ui.labeled_input_text(
label='Crosses',
title='Number of crosses for selected strip',
label='Spans',
title='Number of spans for selected strip',
value=self._var_cross_count,
),
ui.labeled_input_text(
Expand Down

0 comments on commit cb8a867

Please sign in to comment.