![]() |
Vertex color and prt caches - Printable Version +- tyFlow Forum (https://forum.tyflow.com) +-- Forum: tyFlow Discussion (https://forum.tyflow.com/forum-1.html) +--- Forum: General Discussion (https://forum.tyflow.com/forum-2.html) +--- Thread: Vertex color and prt caches (/thread-1521.html) |
Vertex color and prt caches - shadowkiller - 03-08-2020 Hey, In my scene i am driving the color of my particles with vertex colors. The plan is to eventually save it as a prt cache with texcoords and use the vertex color data to drive a magma flow in krakatoa. For some reason however, it doesn't seem to save the blue channel at all. (set via vertex color operator) The red and green channels (u/v) work normally but no matter what i try i cant seem to get it to save the W channel. Is there some extra step i am missing in order for it to work or could this be a bug? Thanks! RE: Vertex color and prt caches - tyFlow - 03-08-2020 I currently only export UV, not UVW. I'll make a note to include all channels in the next build. RE: Vertex color and prt caches - shadowkiller - 03-09-2020 Ahh, well that would explain it! Thanks ![]() |