Bullet RBD destruction problem

   2788   4   3
User Avatar
Member
13 posts
Joined: Feb. 2014
Offline
Hi,

I'm trying to remove constraint network's primitives in SOPsolver with attribwrangle

if (@angle > 0.00001)
removeprim(0,@primnum,0);

but it doesn't work. Any idea?

P.S. file is attached.

Attachments:
cross test.zip (108.9 KB)

User Avatar
Member
300 posts
Joined:
Online
Try changing this:

removeprim(0,@primnum,0);

to this:

removeprim(geoself(),@primnum,0);
User Avatar
Member
13 posts
Joined: Feb. 2014
Offline
jparker
Try changing this:

removeprim(0,@primnum,0);

to this:

removeprim(geoself(),@primnum,0);

Thanks for reply

It doesn't work I tried also with glue constraint relationship, but it just doesn't brake. I can't understand what can be a problem.
User Avatar
Member
30 posts
Joined: Oct. 2011
Offline
Not sure what version you built it in, but just tried with Houdini FX 14.0.244.

I had to drop down a new constraintnetwork node for the glue and cone relationships and it works fine.
User Avatar
Member
13 posts
Joined: Feb. 2014
Offline
AlexLombardi
Not sure what version you built it in, but just tried with Houdini FX 14.0.244.

I had to drop down a new constraintnetwork node for the glue and cone relationships and it works fine.

Thanks a lot Alex

I installed daily build 246 and it works
  • Quick Links