![]() |
vertex color op, do not working. - Printable Version +- tyFlow Forum (https://forum.tyflow.com) +-- Forum: tyFlow Discussion (https://forum.tyflow.com/forum-1.html) +--- Forum: Bugs and Issues (https://forum.tyflow.com/forum-3.html) +--- Thread: vertex color op, do not working. (/thread-2093.html) |
vertex color op, do not working. - sjyong - 12-14-2020 vertex color operator, no more working in cloth binded shapes RE: vertex color op, do not working. - tyFlow - 12-19-2020 Thanks, this is a regression accidentally introduced in a recent build. Will be fixed in v0.16099. RE: vertex color op, do not working. - sjyong - 12-21-2020 (12-19-2020, 08:20 AM)tyFlow Wrote: Thanks, this is a regression accidentally introduced in a recent build. Will be fixed in v0.16099. Thanks for your time. Now it works fine. But, there is one very minor problem. Bellow line code still does not work in cloth binded shape.. tf.SetUVW (sInx, 0, uvw); // but other channels is working well. My English is not very good. The sentences may not be smooth so please understand me. Thank you very much. RE: vertex color op, do not working. - tyFlow - 12-21-2020 Thank you for letting me know. It seems like in the Script operator specifically, I was accidentally clamping the minimum channel value to 1. That will be fixed in the next build. RE: vertex color op, do not working. - sjyong - 12-22-2020 (12-21-2020, 12:31 PM)tyFlow Wrote: Thank you for letting me know. It seems like in the Script operator specifically, I was accidentally clamping the minimum channel value to 1. That will be fixed in the next build. Thank you very much. ![]() |