Karl Habanero
alexwheezy
About Me
Connect
LOCATION
Not Specified
ウェブサイト
Houdini Engine
Availability
Not Specified
Recent Forum Posts
how to re-run sim for only one of wedges in topnet 2024年11月10日11:32
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? 2024年10月30日13:26
string s = "jghweiauhoigafawgeu"; string new_str = join(re_findall("[a-z]{1,3}", s), " ");