| On this page |
Overview ¶
A Filter List is a list of COP nodes that let you quickly apply effects in your scene without having to set up an entire COP network. Edit and rearrange nodes directly in the Filter List window. Houdini applies the nodes in the order they're listed.
Note
-
Though some nodes available in the window include multiple inputs and outputs, the layer passes through only the first main inputs and outputs.
-
Though you don’t need to navigate to a slap comp network to change the nodes, a slap comp network is created in
img.
See Custom filters for information about how to create a custom filter.
Using Filter Lists in slap comp ¶
-
Go to the Solaris viewport (
/stage). -
Set up a slap comp network in the Solaris viewport.
-
the
Control Slap Comp settings button and choose New Filter List. This opens the Filter List window.
-
Click Add Filter and choose from the list of nodes to apply them to your scene. You can set and reorder these nodes directly in the Filter List window.
You can now
the
Control Slap Comp settings button and choose Edit Current Filter List to further configure the Filter List.
Authoring Filter Lists in Solaris ¶
-
Go to the Solaris viewport (
/stage). -
Create an
Image Filter LOP. This lets you author a filter list on the stage. See The Image Filter LOP for more information about the Image Filter LOP.
-
Click Add Filter in the parameter editor and choose from the list of nodes to apply them to your scene. You can set and reorder these nodes directly in the Image Filter LOP.
-
Add a
Karma Render Settings LOP and wire the Image Filter LOP into its first input.
-
Go to the Karma Render Settings LOP’s Image Output ▸ Filters tab.
-
Choose the filter list primitives for rendering from the Filter Prim dropdown menu. You can add multiple image filters, and they apply in the specified order.
Tip
To quickly add image filters, you can instead click the
button beside a Filter Prim to automatically create and attach an Image Filter LOP.
Note
For third-party renderers, the Image Filter LOP works only in
husk. You can add thehusk:orderedImageFiltersproperty (in the HuskRenderProductAPI) to the Render Settings primitive.You can now use standard USD editing tools to manipulate the image filters.
Using Filter Lists with the USD Render ROP ¶
Old workflow
This workflow is deprecated. As of Houdini 22.0, we recommend using the Using Filter Lists in slap comp or Authoring Filter Lists in Solaris workflows.
-
Go to the Solaris viewport (
/stage). -
the
Control Slap Comp settings button and choose New Filter List. This opens the Filter List window.
-
Click Add Filter and choose from the list of nodes to apply them to your scene. You can set and reorder these nodes directly in the Filter List window.
Note
These changes won’t apply to your scene until you reference it in a USD Render ROP LOP.
-
Create a USD Render ROP LOP.
-
Go to Husk ▸ Slap Comp.
-
Add a Slap Comp and set its Source to
COP Filter List. -
Set COP Filter List to the location of your COP Image Filter List node (for example,
/img/copnet_filterlist1).Karma now applies the Filter List.
the
Control Slap Comp settings button and choose Edit Current Filter List to further configure the Filter List.
COP Image Filter List node ¶
The COP Image Filter List node is automatically created when you choose New Filter List from the Control Slap Comp settings menu. See COP Image Filter List for information about this node.