Blender Git Commit Log
Git Commits -> Revision 5be54cc
Revision 5be54cc by Julian Eisel (master) July 29, 2021, 15:35 (GMT) |
Cleanup: Pass asset handle to asset iterator, rather than wrapped file This iterator was introduced before `AssetHandle` existed, so it was dealing with the file data directly. Now we want as little code as possible to deal with the file data, all access should happen via the `AssetHandle`. |
Commit Details:
Full Hash: 5be54cce3692ae590433b786d8007767e3727469
Parent Commit: b361b2f
Lines Changed: +11, -4