regenerated files

This commit is contained in:
mm00
2025-02-18 18:16:57 +01:00
parent 305186b2a9
commit bc3ac0ad86
937 changed files with 9598 additions and 9586 deletions

View File

@@ -15,17 +15,17 @@ namespace BlendFile.DNA {
[DNAClassAttribute(258, "bGPDpalette")]
public class bGPDpalette {
[DNAFieldAttribute(0, "bGPDpalette", "*next", 104)]
[DNAFieldAttribute(0, "bGPDpalette", "*next", "bGPDpalette", 104)]
public bGPDpalette ptr_next;
[DNAFieldAttribute(1, "bGPDpalette", "*prev", 104)]
[DNAFieldAttribute(1, "bGPDpalette", "*prev", "bGPDpalette", 104)]
public bGPDpalette ptr_prev;
[DNAFieldAttribute(2, "ListBase", "colors", 16)]
[DNAFieldAttribute(2, "ListBase", "colors", "ListBase", 16)]
public ListBase colors;
[DNAFieldAttribute(3, "char", "info[64]", 1)]
[DNAFieldAttribute(3, "char", "info[64]", "System.Char[]", 1)]
public char[] info = new System.Char[64];
[DNAFieldAttribute(4, "short", "flag", 2)]
[DNAFieldAttribute(4, "short", "flag", "short", 2)]
public short flag;
[DNAFieldAttribute(5, "char", "_pad[6]", 1)]
[DNAFieldAttribute(5, "char", "_pad[6]", "System.Char[]", 1)]
public char[] _pad = new System.Char[6];
public bGPDpalette() {
this.ptr_next = default;