opscript
REPLACED BY
hou.BaseKeyframe
hou.NetworkBox
hou.Node.asCode()
hou.NodeGroup.asCode()
hou.Parm
Prints the commands necessary to recreate an operator.
USAGES
# opscript [-r] [-m <in_wire> <out_wire> | -g] [-o] [-n] [-P] [-b]
[[-v | -w] | [-c | -d]] [-s] [-G] [-C] [-N] [-S] [-f]
<name_pattern>
For the operators specified by <name_pattern>, this will echo the
commands necessary to re-create the operator.
OPTIONS
-r
迭代进入整个操作的内部。这个命令不会对使用被锁定的Asset创建的内部节点进行输出。它只会输出最顶部的Asset。
REPLACED BY
hou.BaseKeyframe
hou.NetworkBox
hou.Node.asCode()
hou.NodeGroup.asCode()
hou.Parm
Prints the commands necessary to recreate an operator.
USAGES
# opscript [-r] [-m <in_wire> <out_wire> | -g] [-o] [-n] [-P] [-b]
[[-v | -w] | [-c | -d]] [-s] [-G] [-C] [-N] [-S] [-f]
<name_pattern>
For the operators specified by <name_pattern>, this will echo the
commands necessary to re-create the operator.
OPTIONS
-r
迭代进入整个操作的内部。这个命令不会对使用被锁定的Asset创建的内部节点进行输出。它只会输出最顶部的Asset。

opscript 是Houdini中的一个命令,用于输出重建操作符所需的命令。它支持多种选项,如 `-r` 用于迭代操作符的内部,`-m` 以宏形式打印顶级参数,`-g` 以一般形式打印参数,`-o` 保存输出线,`-n` 不输出通道块命令等。这些选项帮助用户生成重建特定操作符或网络的脚本,包括通道值、组信息和网络盒内容。
最低0.47元/天 解锁文章
4666

被折叠的 条评论
为什么被折叠?



