updated generated files

This commit is contained in:
mm00
2025-03-12 19:02:40 +01:00
parent 226f001c78
commit ba61ea59f9
650 changed files with 1951 additions and 1941 deletions

View File

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