How to convert Groups to Attribute (in VEX) | Houdini

Опубликовано: 17 Октябрь 2024
на канале: Houdini 123
4,520
82

Scripts:

string groups[] = detailintrinsic(0, 'primitivegroups');
foreach (string g; groups) {
if (inprimgroup(0,g,@primnum)==1) {
s@YourNewAttribute = g;
}
}

Creating attributes from groups can be extremely useful. You can create quick custom cryptomasks for Arnold and do all sorts of things.

Become a patreon and support the channel
  / houdini123  

Instagram:
  / houdini123_tutorials  

Gumroad:
https://gumroad.com/houdini123