Brian Alvarez
toenexx
About Me
EXPERTISE
VFX Artist
INDUSTRY
Film/TV
Houdini Skills
Availability
Not Specified
Recent Forum Posts
Trouble with glue constraint and constraint network. July 17, 2019, 11:08 a.m.
I'm following the same tutorial and having the same issues at the same part. Only way I got it to work is in the attribute wrangle right before creating the constraints / output pieces, is change the line from:
s@name_orig = s@name;
s@name = sprintf(“inst%d”, @ptnum);
to
s@name_orig = s@name;
s@name = sprintf(“piece%d”, @ptnum);
After this, I was able to see the glue constraints in the dop network.
s@name_orig = s@name;
s@name = sprintf(“inst%d”, @ptnum);
to
s@name_orig = s@name;
s@name = sprintf(“piece%d”, @ptnum);
After this, I was able to see the glue constraints in the dop network.
Ubuntu 9.1 Jan. 27, 2010, 1:53 a.m.
So what is the current situation on houdini 10 64-bit and ubuntu 9.10 64-bit? Does it work? I just recently built a workstation, so I am just trying to think ahead before I install anything.
Thanks.
Thanks.