物体数据¶
- 网格
网格 数据块菜单 可以用来关联物体之间的数据。
顶点颜色¶
Color data can be applied directly to an object's vertices rather than using a texture or a material. Colors can are painted onto vertices in Vertex Paint mode.
Face Map¶
Face Maps create custom gizmos to deform meshes by assigning faces to Face Maps. Face Maps can be used to rig quickly within Object Mode and without making complicated rigging setups. Face Maps are currently not fully implemented in Blender and require add-ons to take full advantage of this feature.
See also
法向¶
在几何学中,法线是指垂直于某个元素的一个方向或者直线,该元素通常是一个三角形或面,但也可以是一条直线,曲线 上一点的切线,或者曲面上一点的相切面。法线有助于确定网格的着色方式。
更多信息见 法向属性。
重构网格¶
网格物体,尤其是已建模为表示活体物体的网格,通常具有不是特别均匀的几何结构。如果物体需要 绑定,或者3D 打印之类的工作流程需要更简单几何形状,则可能导致问题。重构网格是一种使用更均匀的拓扑重建几何图形的技术。按照定义的分辨率,重构网格可以添加或删除拓扑量。重构网格对于 雕刻 尤其有用,可在初始形状基础上生成更好的拓扑。
更多信息见 网格重拓扑。
几何数据¶
可以有不同的自定义数据连接到网格物体,这些数据经常在软件内部被使用,也可以导出. 导出. 查阅 Custom Data 获取更多信息.