Brian Alvarez
toenexx
About Me
専門知識
VFX Artist
業界:
Film/TV
Houdini Engine
Availability
Not Specified
Recent Forum Posts
Trouble with glue constraint and constraint network. 2019年7月17日11:08
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 2010年1月27日1:53
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.