Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No Collision between constrained rigidbodies after constraint has broken (Blender) #582

Closed
scorpion81 opened this issue Mar 11, 2016 · 2 comments

Comments

@scorpion81
Copy link

This potential bug in bullet occurs in latest blender 2.77 buildbot version and has been reported in blenders bugtracker as well, but the feedback (via IRC) was that bullet might be the cause. Especially a couple of changes in sequential impulse constraint solver between bullet 2.82 and 2.83 could be the culprit. In Blender, bullet was upgraded to 2.83 recently.
Objects still penetrate each other after the constraint has broken IF disableLinkedCollision is disabled.
Works without disableLinkedCollision, but this yields different simulation behavior in general.
So far only the viewport integration of bullet into blender was tested, not the game engine.

See here also https://developer.blender.org/T47758 for more details and a testfile.

@brechtvl
Copy link

It seems this is a bug in Bullet, introduced in #165 . The previous code would check if the constraint is enabled before disabling collisions, the new code no longer does that as far as I can tell.

@erwincoumans
Copy link
Member

Thanks for the report Brecht, I'll look into fixing it soon.

@bulletphysics bulletphysics locked and limited conversation to collaborators Apr 26, 2021

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Projects
None yet
Development

No branches or pull requests

3 participants