Selecting Surface Elements¶
When editing a Surface object, it's only possible to select control points. There are no edges, faces, or Bézier handles.
参考
選択 for general information about selecting items in Blender.
全選択。¶
参照
- Mode(モード):
Edit Mode(編集モード)
- Menu(メニュー):
- ショートカットキー:
A
Select all control points.
Select None¶
参照
- Mode(モード):
Edit Mode(編集モード)
- Menu(メニュー):
- ショートカットキー:
Alt-A
Deselect all control points.
Select Invert¶
参照
- Mode(モード):
Edit Mode(編集モード)
- Menu(メニュー):
- ショートカットキー:
Ctrl-I
Select all the unselected control points and deselect the selected ones.
Box Select(ボックス選択)¶
参照
- Mode(モード):
Edit Mode(編集モード)
- Menu(メニュー):
- ショートカットキー:
B
See Box Select(ボックス選択).
Circle Select(サークル選択)¶
参照
- Mode(モード):
Edit Mode(編集モード)
- Menu(メニュー):
- ショートカットキー:
C
Lasso Select(投げ縄選択)¶
参照
- Mode(モード):
Edit Mode(編集モード)
- Menu(メニュー):
- ショートカットキー:
Ctrl-RMB
See Lasso Select(投げ縄選択).
Select Random(ランダム選択)¶
参照
- Mode(モード):
Edit Mode(編集モード)
- Menu(メニュー):
Adds random control points to the selection. The Adjust Last Operation(最後の操作を調整) panel offers the following options:
- Ratio(比率)
The ratio of control points that should end up selected, e.g. 0.5 to select half of all points (that are not hidden).
Note that the existing selection is ignored: if half of the control points are already selected, setting Ratio to 0.1 won't deselect anything, nor will it select 10% of the unselected points. Instead, it always picks 10% of all visible points and adds them to the selection.
- Random Seed(ランダムシード)
A number that influences which specific control points get picked.
- Action(アクション)
- Select(選択):
Add random control points to the selection.
- Deselect(選択解除):
Remove random control points from the selection.
Checker Deselect(チェッカー選択解除)¶
参照
- Mode(モード):
Edit Mode(編集モード)
- Menu(メニュー):
Deselects control points according to a repeating pattern, starting at the active point. For example, if Deselected is set to 2 and Selected to 3, the operator will deselect the first two consecutive points, leave the next three unchanged, deselect the two that come after those, and so on. This is done in both the "horizontal" and "vertical" direction of the grid.
- Deselected(選択解除)
The number of control points to deselect in each pattern repetition.
- Selected(選択)
The number of control points to leave unchanged in each pattern repetition.
- Offset(オフセット)
始点からのオフセット。
Select More/Less(選択の拡大縮小)¶
参照
- Mode(モード):
Edit Mode(編集モード)
- Menu(メニュー):
- ショートカットキー:
Ctrl-NumpadPlus / Ctrl-NumpadMinus
Expands or contracts the selection based on the currently selected control points.
- More(拡大)
Adds the neighbors of the selected control points to the selection.
- Less(縮小)
Removes the control points with at least one unselected neighbor from the selection.
Select Linked(リンク選択)¶
参照
- Mode(モード):
Edit Mode(編集モード)
- Menu(メニュー):
- ショートカットキー:
Ctrl-L, L
Press Ctrl-L to select all control points that are "linked to" (belong to the same surface as) a control point that's already selected.
Alternatively, press L to select the control point under the mouse cursor and all control points that are linked to it.
Select Similar(類似選択)¶
参照
- Mode(モード):
Edit Mode(編集モード)
- Menu(メニュー):
- ショートカットキー:
Shift-G
Selects control points that are similar in some way to a selected control point. The Adjust Last Operation(最後の操作を調整) panel provides options for this:
- Type(タイプ)
Which property to compare for determining similarity.
- Type(タイプ):
This option does not apply for Surfaces because, unlike Curves, they only support one handle type.
- Radius(半径):
Selects control points that have a similar Radius value. See Transform(トランスフォーム) パネル.
- Weight(ウェイト):
Selects control points that have a similar Weight value. See Transform(トランスフォーム) パネル.
- Direction(方向):
Selects control points that have a similar normal vector.
- Compare(比較)
How to compare unselected control points to selected ones.
- Equal:
Select control points whose property is equal to that of a selected point.
- Greater:
Select control points whose property is greater than or equal to the smallest property among the selected points.
- Less(縮小):
Select control points whose property is less than or equal to the greatest property among the selected points.
- Threshold(しきい値)
Tolerance value for also including control points whose property is close to the property of a selected point. For example, if a selected control point has a Weight of 0.6 and the Threshold is set to 0.1, Select Similar will include all control points that have a Weight between 0.5 and 0.7.
Select Control Point Row(コントロールポイントの行を選択)¶
参照
- Mode(モード):
Edit Mode(編集モード)
- Menu(メニュー):
- ショートカットキー:
Shift-Ctrl-R
Selects the control points that are on the same grid line as the active one (similar to edge loop selection for meshes). Invoke the operator again to use the grid line in the other direction.