regenerated files

This commit is contained in:
mm00
2025-02-19 17:07:50 +01:00
parent f327f18b57
commit 380949122c
935 changed files with 9595 additions and 9586 deletions

View File

@@ -15,21 +15,21 @@ namespace BlendFile.DNA {
[DNAClassAttribute(619, "NodeTwoXYs")]
public struct NodeTwoXYs {
[DNAFieldAttribute(0, "short", "x1", "short", 2)]
[DNAFieldAttribute(0, "short", "x1", "short", 2, false)]
public short x1;
[DNAFieldAttribute(1, "short", "x2", "short", 2)]
[DNAFieldAttribute(1, "short", "x2", "short", 2, false)]
public short x2;
[DNAFieldAttribute(2, "short", "y1", "short", 2)]
[DNAFieldAttribute(2, "short", "y1", "short", 2, false)]
public short y1;
[DNAFieldAttribute(3, "short", "y2", "short", 2)]
[DNAFieldAttribute(3, "short", "y2", "short", 2, false)]
public short y2;
[DNAFieldAttribute(4, "float", "fac_x1", "float", 4)]
[DNAFieldAttribute(4, "float", "fac_x1", "float", 4, false)]
public float fac_x1;
[DNAFieldAttribute(5, "float", "fac_x2", "float", 4)]
[DNAFieldAttribute(5, "float", "fac_x2", "float", 4, false)]
public float fac_x2;
[DNAFieldAttribute(6, "float", "fac_y1", "float", 4)]
[DNAFieldAttribute(6, "float", "fac_y1", "float", 4, false)]
public float fac_y1;
[DNAFieldAttribute(7, "float", "fac_y2", "float", 4)]
[DNAFieldAttribute(7, "float", "fac_y2", "float", 4, false)]
public float fac_y2;
public NodeTwoXYs() {
this.x1 = default;