Page MenuHome

Compositor: Combine and Separate XYZ
ClosedPublic

Authored by Aaron Carlisle (Blendify) on Oct 19 2021, 11:46 AM.

Details

Summary

We have this node for shader and geometry nodes. Compositor can also
work with vectors, and this can help with that.

Diff Detail

Repository
rB Blender
Branch
compositor-xyz-separate-combine (branched from master)
Build Status
Buildable 18002
Build 18002: arc lint + arc unit

Event Timeline

Dalai Felinto (dfelinto) requested review of this revision.Oct 19 2021, 11:46 AM
Dalai Felinto (dfelinto) created this revision.

Cleanup: Bring back empty line

Looks good to me. I think it can be useful too. Even if it can be done with separate/combine RGBA, users might not be aware of it and with this it has the proper socket fields.

source/blender/nodes/composite/nodes/node_composite_sepcombXYZ.cc
17

year -> 2021

This revision is now accepted and ready to land.Oct 19 2021, 1:48 PM

From review: fix copyright year

Thanks, I will commit it once we get to bcon1 again.

  • Merge branch 'master' into arcpatch-D12919