AddConstraint: disableCollisionsBetweenLinkedBodies not working?

maiklof
Posts: 24
Joined: Wed Nov 20, 2013 10:01 am

AddConstraint: disableCollisionsBetweenLinkedBodies not working?

Post by maiklof »

Hi,
Is it possible that the disableCollisionsBetweenLinkedBodies has stopped working in one of the recent updates?
Our constrainted links now collide even if the flas is set to True.
Anyone has noticed any issue with that?
User avatar
drleviathan
Posts: 849
Joined: Tue Sep 30, 2014 6:03 pm
Location: San Francisco

Re: AddConstraint: disableCollisionsBetweenLinkedBodies not working?

Post by drleviathan »

I made a quick audit of the logic that provides that feature --> by inspection it looked like it should work. I also checked the recent commit logs and didn't see any recent changes that would have affected that.
maiklof
Posts: 24
Joined: Wed Nov 20, 2013 10:01 am

Re: AddConstraint: disableCollisionsBetweenLinkedBodies not working?

Post by maiklof »

Thanks for your reply.