Blender Git Commit Log
Git Commits -> Revision 084719f
Revision 084719f by Hans Goudey (temp-ui-tweaks) September 22, 2021, 13:54 (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: 084719ff1b9097928642a051c0adfbc4e6fa9e2c
Parent Commit: 23feb67
Committed By: Pablo Vazquez
Lines Changed: +14, -5