Blender Git Commit Log
Git Commits -> Revision 7654203
Revision 7654203 by Jeroen Bakker (master) June 2, 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: 7654203cc8b6b81013eeef558d6d15a9344fb9d1
Parent Commit: 2489f72
Lines Changed: +4, -3