Karl Habanero
alexwheezy
About Me
Connect
LOCATION
Not Specified
WEBSITE
Houdini Skills
Availability
Not Specified
Recent Forum Posts
how to re-run sim for only one of wedges in topnet Nov. 10, 2024, 11:32 a.m.
Hi,
The Wedge node also has its own attributes that can be used to filter work items, and you can also restart individual work items.
The Wedge node also has its own attributes that can be used to filter work items, and you can also restart individual work items.
VEX String: add space after each 3 letters? Oct. 30, 2024, 1:26 p.m.
string s = "jghweiauhoigafawgeu"; string new_str = join(re_findall("[a-z]{1,3}", s), " ");