Blender Git Loki
Git Commits -> Revision c6e5b3f
Revision c6e5b3f by Jeroen Bakker (master) January 4, 2021, 14:05 (GMT) |
Fix T84095: Eevee vextex color isn't working with hair Regression introduced by {c766d9b9dc56}. When converting the vertex buffer to a texture buffer the fetch mode wasn't checked and the short was bitwise interpreted as a float. This change checks the fetch_mode and select the correct texture buffer. This could also be added to other places when needed. At this time it is only added here to support vertex colors when used with hair particles. |
Commit Details:
Full Hash: c6e5b3f42dfc05e911ef30df12821138e1225e91
Parent Commit: c716b98
Lines Changed: +12, -1
1 Modified Path:
/source/blender/gpu/intern/gpu_texture_private.hh (+12, -1) (Diff)