problem with culling mat ID - 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: problem with culling mat ID (/thread-3976.html) |
problem with culling mat ID - houou - 11-12-2023 Hello I created some cloth simultaion, and I want to be able to cull some of the cloth objects in the tycache. Tried by group but seems it only apply to particles so thought to use MaterialID that to cull, but that also doesn't work... am I doing something wrong here? Is there a way to separate the cloth in the tycache? Thank you! RE: problem with culling mat ID - tyFlow - 11-13-2023 The culling options in tyCache only affect particles...not meshes like cloth meshes. Instead you can use a tySelect modifier to select faces by material ID, then delete with a Delete Mesh modifier. RE: problem with culling mat ID - houou - 11-13-2023 (11-13-2023, 02:04 AM)tyFlow Wrote: The culling options in tyCache only affect particles...not meshes like cloth meshes. Oh, got it thank you. |