Blender Git Commit Log
Git Commits -> Revision 149501c
Revision 149501c by Johnny Matthews (temp-ui-tweaks) September 22, 2021, 13:54 (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: 149501c774cc681471c1b24a0fe831885856702e
Parent Commit: 8ec6b1f
Committed By: Pablo Vazquez
Lines Changed: +46, -33