F2

F2(也称为 spider-script)扩展了 Blender 内置的建面功能。它在保留所有内置功能的情况下,允许你从一个选中的顶点或边创建一个新的面。

激活

  • 打开 Blender 并转到 “偏好设置”,然后转到 “插件” 选项卡。

  • 选择 “网格”,然后勾选 “F2” 开启此脚本。

描述

从顶点创建四边面

When a single vertex is selected, a new quad is formed by creating a new vertex. The position of this new vertex is calculated based on the three existing vertices. These are the selected vertex, and two vertices to which it is connected via open edges. An open edge is an edge which is only part of one face, or none at all. The newly created quad has the same material and normal direction as the neighboring faces.

从边创建四边面

Similar to the Quad from Vertex functionality, this is based on open edges. The selected edge has to be connected to two open edges. The vertices that belong to these edges are used to create a new quad.

方向控制

If there are multiple ways to create a new quad, the position of the mouse cursor is taken into account. Of the multiple new faces which are possible, the one which will be closest to the mouse cursor (in 2D screen space) is the one which will be created.

参考

类别:

网格

描述:

扩展 “创建边/面” 功能。

位置:

网格编辑模式 F

文件:

mesh_f2.py

作者:

Bart Crouch, Alexander Nedovizin, Paul Kotelevets (concept design), Adrian Rutkowski

许可证:

通用公共许可证

说明:

此插件与 Blender 捆绑在一起。