tyFlow Forum
Inner faces Material ID not working - why? - 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: Inner faces Material ID not working - why? (/thread-2917.html)



Inner faces Material ID not working - why? - Alexx31 - 02-14-2022

Hello,

I have assigned to inner faces a material ID, but it's not working.

Please have a look, attached screenshots and simple test scene.

Thanks!

   

   

   


.max   tyflow inner faces.max (Size: 988 KB / Downloads: 194)


RE: Inner faces Material ID not working - why? - tyFlow - 02-14-2022

Voronoi chunks are children of the particle that is fractured, and thus inherit the parent particle's properties. I see you have a material ID operator in the prior event, which the chunks are inheriting. So the Voronoi operator is setting the cut face ID, then the inherited material ID override is also overriding the chunks.

You can either choose to bake the material ID into the mesh of the first event (choose that option in the Material ID operator), or you can remove the override on the chunk particles by adding a Material ID override to that event and setting the value to 0.


RE: Inner faces Material ID not working - why? - Alexx31 - 02-14-2022

Great, "bake into mesh particles" was it. Thanks
"Override" means just another material ID with "bake into mesh particles" in the voronoi event, I guess.
Adding it without override left some faces black.
But anyway it works with the baking enabled.


RE: Inner faces Material ID not working - why? - itsdavep - 04-29-2022

I had a similar problem - inner face material wasn't rendering. I thought maybe because I used a Path Follow it was causing the problem, because 'Bake into mesh particles' didn't fix it, but it did work in a different scene.
I moved the MaterialID into the same event as the Voronoi fracture (right above it) and then 'bake into mesh particles' worked.