Announcement

Collapse
No announcement yet.

Zdepth appearing in other pass in Nuke

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Zdepth appearing in other pass in Nuke

    Hello,
    why is z depth channel appearing in Nuke always in other pass and not as its own like other passes?

    Click image for larger version

Name:	image.png
Views:	56
Size:	36.1 KB
ID:	1219478

  • #2
    In Nuke, the Z-depth pass often shows up embedded in the rgba layer instead of as a standalone pass like diffuse or specular. This happens because Z-depth data is typically stored as a single floating-point channel (e.g., Z or depth) rather than a separate layer. It’s meant to provide distance info, not a visible image, so Nuke handles it as auxiliary data within the main rgba layer.

    To work with Z-depth as a separate pass, you can:
    1. Use a Shuffle node to isolate the Z-depth channel into its own layer.
    2. Remap values with a Grade node if needed to view it better.
    3. Directly use nodes like ZDefocus or DepthToPosition, which read Z-depth data without needing a separate layer.
    This setup is common in compositing since Z-depth isn't typically meant to be viewed directly.
    Vladimir Krastev | chaos.com
    Chaos Support Representative | contact us

    Comment


    • #3
      Ok I thought its somethik like this. Thanks

      Comment

      Working...
      X