Page MenuHome

T100442: Rigidbody Physics Refactor - Splitting up rigidbody.c
AbandonedPublic

Authored by Sonny Campbell (SonnyCampbell_Unity) on Aug 22 2022, 1:24 PM.

Details

Reviewers
None
Summary

I moved all simulation related code into a separate rigidbody_simulation.c file. This involved a lot of changes that would be very hard to review in a single commit, so I split it up over many commits that can be individually reviewed.

Diff Detail

Repository
rB Blender

Event Timeline

Moved BKE_rigidbody_rebuild_world, BKE_rigidbody_do_simulation, and BKE_rigidbody_sync_transforms to the rigidbody_simulation.c file. Added their dependent functions to the rigidbody_intern.h header file for now.