create_cop_node
Add image-processing operations by creating a COP node in a Houdini COP network. Specify the parent network path and COP type to build or extend the node graph.
Instructions
Create a COP node in the specified network.
Before using this, call list_node_types(context='Cop', filter='') for Copernicus nodes (Houdini 20+), or context='Cop2' for legacy COPs. Copernicus is the modern image processing system and is preferred over COP2 (deprecated as of Houdini 20.5). COPs has many dedicated image-processing nodes — blur, sharpen, levels, contrast, over, multiply, luminance, premultiply, channelcopy, noise, ramp, fractalnoise, worleynoise, rasterizegeo, heighttonormal, sdfshape — that may cover the operation without needing a VEX COP or Python.
Args: parent_path: Path to the parent COP network. cop_type: COP node type to create. name: Override node name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| cop_type | Yes | ||
| parent_path | Yes |