Skip to content

Commit

Permalink
fix collissoin
Browse files Browse the repository at this point in the history
  • Loading branch information
abosafia committed Mar 7, 2024
1 parent 5dd3183 commit 4e5aa00
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/addons/cam/collision.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,9 +266,7 @@ def prepareBulletCollision(o):
if active_collection in collisionob.users_collection:
active_collection.objects.unlink(collisionob)

# call this twice or else blender doesn't update physics. No idea why, but just leave
# this double call to avoid bad things
getCutterBullet(o)

getCutterBullet(o)

# machine objects scaling up to simulation scale
Expand Down

0 comments on commit 4e5aa00

Please sign in to comment.