Houdini How To Delete Outside Pieces

Опубликовано: 13 Март 2026
на канале: Terranimator
9,871
176

If you want to help. Buy me a coffee https://ko-fi.com/terranimator

A quick trick on how to delete the outside pieces of a fracture.

VEX code:

if (nprimitivesgroup(geoself(), "outside") GREATER THEN(this character is not allow on the description) 0)
{
removeprim(geoself(), @primnum, 1);
}