Regenerated code files

This commit is contained in:
Samuele Lorefice
2025-03-11 19:12:04 +01:00
parent 3756f864ed
commit c30467acc5
651 changed files with 2043 additions and 1940 deletions

View File

@@ -19,7 +19,7 @@ namespace BlendFile.DNA {
public MaskLayer next;
[DNAFieldAttribute(8, "MaskLayer", 1, "*prev", "MaskLayer", true, 8)]
public MaskLayer prev;
[DNAFieldAttribute(64, "char", 2, "name[64]", "System.Char[]", false, 16)]
[DNAArrayAttribute(64, "char", 2, "name[64]", "System.Char[]", 64, 16)]
public char[] name = new System.Char[64];
[DNAFieldAttribute(16, "ListBase", 3, "splines", "ListBase", false, 80)]
public ListBase splines;
@@ -37,7 +37,7 @@ namespace BlendFile.DNA {
public char blend_flag;
[DNAFieldAttribute(1, "char", 10, "falloff", "char", false, 134)]
public char falloff;
[DNAFieldAttribute(7, "char", 11, "_pad[7]", "System.Char[]", false, 135)]
[DNAArrayAttribute(7, "char", 11, "_pad[7]", "System.Char[]", 7, 135)]
public char[] _pad = new System.Char[7];
[DNAFieldAttribute(1, "char", 12, "flag", "char", false, 142)]
public char flag;