Zoom / Radial Blur COP

   86   0   1
User Avatar
Member
57 posts
Joined: 1月 2006
オフライン
Getting a zoom blur or spin blur in a COP network means writing the same wrangle: work out the aspect-corrected @P coordinate space, build the radial sampling loop, use volumesamplep so alpha doesn’t drop. It’s 30 lines of boilerplate for a basic result.

Zoom / Radial Blur COP is that node. Connect an image, pick a mode, done.

Blur modes: Zoom Blur (radial scale streaks from center) or Radial Blur (spin/arc smear at constant radius)
Center control: Screen Space (−1..1, 0 = image center) or Pixels (absolute coordinates, Y=0 at bottom-left)
Samples: 1–256, slider with strict minimum — raise for finals, lower for layout speed

Both modes share the same center controls. Switching modes hides the irrelevant parameter (Blur Pixels vs. Blur Angle). Alpha is preserved throughout via volumesamplep.

docs and download: https://kleer001.github.io/funkworks/zoom_blur_cop [kleer001.github.io]

Houdini 20.5+, any edition.
FX users: a build script is included to compile the HDA clean under your own license.

🐜 More free tools at FunkWorks Home [kleer001.github.io].
Edited by kleer001 - 2026年4月24日 17:32:18

Attachments:
1774110613923~2.png (64.5 KB)

“If you can eat it raw you can't under cook it”
  • Quick Links