Blender Git Loki
Git Commits -> Revision 27986e9
June 27, 2021, 02:12 (GMT) |
Sculpt dyntopo: Added a function to add multiple customdata layers to a bmesh at once. Helpful since bmesh customdata layers are allocated in single blocks, thus adding layers individually can lead to lots of memory copying. |
Commit Details:
Full Hash: 27986e9b56ee311ed80c1b17f06d7d3e7640d06b
Parent Commit: dba4f30
Lines Changed: +115, -17