copy_node
Copies a Houdini node to a specified destination parent, with conflict checks for category and name collisions. Optionally set a custom name for the copy.
Instructions
复制节点到 dest_parent 下(add-node-parameter-vex-tools,MUTATING)。
使用 ``hou.copyNodesTo``;预检目标 category 与同名冲突。
``name`` 可选,None 时由 hou 决定。响应过 ``apply_response_cap``。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ctx | Yes | ||
| name | No | ||
| src_path | Yes | ||
| dest_parent | Yes |