Blender Git Loki
Git Commits -> Revision 4b02552
Revision 4b02552 by Julian Eisel (soc-2021-porting-modifiers-to-nodes-decimate, soc-2021-porting-modifiers-to-nodes_all) July 30, 2021, 14:56 (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: 4b0255238d064b48f328f4952750733b08aa8d3f
Parent Commit: 83d537c
Committed By: Fabian Schempp
Lines Changed: +11, -4