Blender Git Commit Log
Git Commits -> Revision ddb7cb7
Revision ddb7cb7 by Hans Goudey (master) September 16, 2021, 17:03 (GMT) |
Geometry Nodes: Simplify using OutputAttribute in a vector Store the optional temporary span storage as a unique_ptr and move it in the move constructor, to avoid the need to add a special move constructor that clears the "show_warning" fields from it. Maybe this is very slightly slower, but we'll need this class less often in the future anyway. |
Commit Details:
Full Hash: ddb7cb7e4ab85d323fe23e4879196f4b1a23d4f5
Parent Commit: 31a0708
Lines Changed: +14, -5