Blender Git Loki
Git Commits -> Revision 09e1e5d
May 1, 2021, 08:12 (GMT) |
Function: add method to create shallow copy of virtual array Creating a shallow copy is sometimes useful to get a unique ptr for a virtual array when one only has a reference. It shouldn't be used usually, but sometimes its the fastest way to do correct ownership handling. |
Commit Details:
Full Hash: 09e1e5d9bf1578a67f85ed1fecc8c86a0fc32f1c
Parent Commit: 83056fc
Committed By: YimingWu
Lines Changed: +59, -3