预览器节点¶

The Viewer node allows temporarily visualizing data from inside a node graph. It can be plugged in anywhere to inspect an image or value map in your node tree.
当场景中有多个预览器节点时,可以通过 鼠标左键 进行图像结果显示的切换。当在任意节点上使用 Shift-Ctrl-鼠标左键 组合热键,将在此节点上自动连接一个预览器节点。
输入¶
- 图像
RGB图像。默认是黑色的,保持未连接的状态会输出一个空图像。
- Alpha
Alpha 通道。
属性¶
- 使用 Alpha
通过alpha通道,颜色值最终结果是其和alpha值进行相乘运算后的数值。如果要禁用此项,alpha通道需设置为1,这样颜色值将忽略alpha通道的存在,数值不发生任何改变。
输出¶
此节点没有输出连接端口。
Note
当场景中添加了多个预览器节点时,只能使用当前激活的预览器节点(最后选择的,将以暗色节点标题栏进行区分)并显示在背景图或者是在图像编辑器中。
键盘快捷键¶
Viewer node provide a quick way to toggle between different viewer nodes while compositing using keyboard shortcuts, improving workflow efficiency when comparing outputs.
Assign Shortcut (Ctrl-1, Ctrl-2, etc.): Select a node and press a shortcut to assign it. If no Viewer node is attached, one is created and activated. The number will be shown in the upper right part of the node to identify which shortcut is assigned.
Activate Node (1, 2, etc.): Press the assigned number key to activate the node's Viewer output.
Note
This feature is exclusive to the Compositor and only supports number keys (1-9).
使用 图像 编辑器¶
预览器节点可以将图像结果在图像编辑器中进行显示。在标题栏上的关联 图像 数据块菜单选择 预览器节点 选项即可加载图像。图像编辑器将显示来自当前选中的预览器节点的图像。
要保存当前预览器节点的图像,使用
或 Alt-S 来将内容保存为图像文件。图像编辑器在标题栏也有额外的三种查看图像的方式:不带Alpha通道或包含Alpha通道的图像,单独查看Alpha或Z通道。在图像上单击鼠标左键,显示允许用户查看当前点击位置的采样信息(坐标位置,颜色值等信息)。