Blender Git Loki
Git Commits -> Revision 62d36fe
Revision 62d36fe by Sybren A. Stüvel (temp-sybren-fcurve-driver-extract) May 1, 2020, 10:43 (GMT) |
Cleanup: moved drivers to BKE_fcurve_driver.h / fcurve_driver.c All the driver-specific code in `fcurve.c` has been moved into a new file `fcurve_driver.c`. The corresponding declarations have been moved from `BKE_fcurve.h` to `BKE_fcurve_driver.h`. All the `#include "BKE_fcurve.h"` statements have been investigated and replaced with `BKE_fcurve_driver.h` where necessary. No functional changes. |
Commit Details:
Full Hash: 62d36fed198b136139f4089a66db18fc75cd7fb5
Parent Commit: 9a4844c
Lines Changed: +1425, -1326