Blender Git Loki
Git Commits -> Revision d72595a
Revision d72595a by Hans Goudey (master) February 10, 2021, 02:26 (GMT) |
Cleanup: Remove unecessary padding from small DNA structs After {rBa0867f05a48e2017a}, it is no longer necessary to pad structs with 1 and 2 byte sizes. Most of these are geometry node structs, where we've been avoiding using `node.custom1`. I only found two others, the freestyle flags in custom data DNA. Differential Revision: https://developer.blender.org/D10335 |
Commit Details:
Full Hash: d72595a5943e8c81bb8c901d3ec8cc52b553da22
Parent Commit: 53ae2c2
Lines Changed: +0, -27