Blender Git Commit Log

Git Commits -> Revision e1d2485

June 9, 2021, 06:46 (GMT)
EEVEE: AOVs not same as cycles.

EEVEE uses hashing to sync aov names and types with the gpu.
For the type a hashed value was overridden making `decalA`
and `decalB` choose the same hash. This patches fixes this
by removing the most significant bit.

Commit Details:

Full Hash: e1d2485fd32b7792d09a91074c51465dd0c02145
Parent Commit: 0b577e9
Lines Changed: +4, -3

2 Modified Paths:

/source/blender/draw/engines/eevee/eevee_renderpasses.c (+1, -1) (Diff)
/source/blender/nodes/shader/nodes/node_shader_output_aov.c (+3, -2) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021