Blender Git Loki
Git Commits -> Revision e99d523
Revision e99d523 by Jeroen Bakker (temp-attribute-processor) 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: e99d5239012209bb787597e72158ca39af3d166f
Parent Commit: aa46b36
Committed By: Jacques Lucke
Lines Changed: +4, -3