Blender Git Commit Log
Git Commits -> Revision a6adb7e
Revision a6adb7e by Johnny Matthews (master) September 15, 2021, 16:13 (GMT) |
BLI: Add a reverse method to MutableSpan Add a method that allows a MutableSpan to reverse itself. This reverses the data in the original span object. This is a first step in extracting some functionality from nodes and making it more general. Differential Revision: https://developer.blender.org/D12485 |
Commit Details:
Full Hash: a6adb7ecaef38e419d9268074193942669be6e7f
Parent Commit: 09f14b3
Committed By: Hans Goudey
Lines Changed: +46, -33