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

@@ -21,11 +21,11 @@ namespace BlendFile.DNA {
public bGPDpalette prev;
[DNAFieldAttribute(16, "ListBase", 2, "colors", "ListBase", false, 16)]
public ListBase colors;
[DNAFieldAttribute(64, "char", 3, "info[64]", "System.Char[]", false, 32)]
[DNAArrayAttribute(64, "char", 3, "info[64]", "System.Char[]", 64, 32)]
public char[] info = new System.Char[64];
[DNAFieldAttribute(2, "short", 4, "flag", "short", false, 96)]
public short flag;
[DNAFieldAttribute(6, "char", 5, "_pad[6]", "System.Char[]", false, 98)]
[DNAArrayAttribute(6, "char", 5, "_pad[6]", "System.Char[]", 6, 98)]
public char[] _pad = new System.Char[6];
public bGPDpalette() {
this.next = default;