Blender Git Commit Log
Git Commits -> Revision 6cf28e9
Revision 6cf28e9 by Campbell Barton (master) April 30, 2021, 12:38 (GMT) |
Object: rename BKE_object_runtime_free, leave data cleared Rename BKE_object_runtime_free -> BKE_object_runtime_free_data, since the runtime pointer is part of the object, only the data is freed. Leave the data cleared to avoid accidental use, this is in keeping with other `*_free_data()` functions. |
Commit Details:
Full Hash: 6cf28e98fbbd7e92ea4d2bc28009b3d108ddb1a1
Parent Commit: 3182844
Lines Changed: +9, -6