Blender Git Loki
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