视图层属性

参考

面板

属性 ‣ 视图图层 ‣ 自由样式

每个视图图层只有一个视图映射。它控制边缘检测参数。可以通过切换面板标题中的复选框来启用/禁用每个视图图层的自由样式。

../../_images/render_freestyle_view-layer_freestyle-panel.png

视图图层:自由式面板。

控制模式

用于检测实际上已渲染的边缘,并且将从头到尾地执行控制:

参数编辑器模式

Lines are rendered via the parameter editor, easy but limited.

Python 脚本编写模式

线条通过 Python脚本 进行渲染,强大而复杂。

视图映射缓存

该选项用于重用先前计算的视图映射,以供后续渲染。当输入三维场景的网格几何结构被改变时,缓存将自动更新。

此功能提供了一个主要的性能提升,就是在Freestyle的动画渲染时,当相机空间网格的几何结构是静态的,如同重复,则依然以直线化选项进行渲染。

Although the ''View map cache'' checkbox is a view layer option, the cache memory is shared by all view layers and scenes. This means that if Freestyle is used for two or more view layers (possibly in different scenes through the Compositor), then the cached view map for one view layer is replaced by a new view map for another view layer and hence no performance gain is expected.

作为渲染通道

自由泳线不会立即显示在渲染图像的顶部。相反,自由泳线被渲染为 渲染通道 ,该图像可以与具有 Alpha Over 节点的渲染图像合成。

面平滑度

在计算边缘时考虑 平滑阴影

折痕角

如果两个相邻的面形成小于所定义的 角阈值 的角,则在使用线集中的边缘类型选择时将呈现它们之间的边缘。该值也影响 轮廓 边缘类型选择。

剔除对象

忽略不在视野之外的边缘。(节省一些处理时间和内存,但在某些情况下可能会降低结果的质量。

Advanced Options
球半径

影响线集中的 暗示轮廓 边类型选择的曲率计算。每个顶点的曲率是通过在指定半径内对曲面的形状求平均值来计算的。增加该值可减少噪点和细节。

极小 Kr 导数

Controls the threshold on the minimum rate of change of curvature used to filter the output of the Suggestive Contour edge type selection. Increasing the value reduces the amount of rendered lines, starting from smoother areas of the object (further information in this pdf).