轮廓

通过“配置文件”节点,您可以通过在节点树中的任意点插入节点,然后使用Profile窗格确定输出。如果脚本中有多个“配置文件”节点,请使用profile node下拉菜单中Profile窗格以选择脚本中要计算的点。

看到使用视觉诊断了解更多信息。

输入和控制

Control (UI)

Knob (Scripting)

Default Value

功能

Profile Tab

channels

channels

rgba

分析数据仅针对这些通道进行计算。

如果您将此设置为除all要么none,您可以使用右侧的复选框选择单个频道。

frame range

frame_range

Dependent on Project Settings

设置要为其计算配置文件数据的帧范围。

open profile panel

open_profile_panel

N/A

点击打开Profile窗格,该窗格确定收集哪些分析数据。

Python Tab (These controls are for Python callbacks and can be used to have Python functions automatically called when various events happen in Nuke.)

before render

beforeRender

none

这些函数在开始执行execute()之前运行。如果它们引发异常,则渲染异常终止。

before each frame

beforeFrameRender

none

这些功能在开始渲染每个单独的帧之前运行。如果它们引发异常,则渲染异常终止。

after each frame

afterFrameRender

none

这些功能在每个帧完成渲染后运行。如果渲染异常终止,则不会调用它们。如果它们引发异常,则渲染异常终止。

after render

afterRender

none

这些功能在所有帧的渲染完成后运行。如果它们抛出错误,则渲染中止。

render progress

renderProgress

none

这些功能在渲染过程中运行以确定进度或失败。