Blender Git Commit Log

Git Commits -> Revision cf84056

June 7, 2021, 14:58 (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: cf840569541dec0bfcc7d17327265d4d93ea3a1e
Parent Commit: 47d90d9
Committed By: Jacques Lucke
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