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,19 +15,19 @@ namespace BlendFile.DNA {
[DNAClassAttribute(257, "bGPDpalettecolor")]
public class bGPDpalettecolor {
[DNAFieldAttribute(0, "bGPDpalettecolor", "*next", 120)]
[DNAFieldAttribute(0, "bGPDpalettecolor", "*next", "bGPDpalettecolor", 120)]
public bGPDpalettecolor ptr_next;
[DNAFieldAttribute(1, "bGPDpalettecolor", "*prev", 120)]
[DNAFieldAttribute(1, "bGPDpalettecolor", "*prev", "bGPDpalettecolor", 120)]
public bGPDpalettecolor ptr_prev;
[DNAFieldAttribute(2, "char", "info[64]", 1)]
[DNAFieldAttribute(2, "char", "info[64]", "System.Char[]", 1)]
public char[] info = new System.Char[64];
[DNAFieldAttribute(3, "float", "color[4]", 4)]
[DNAFieldAttribute(3, "float", "color[4]", "System.Single[]", 4)]
public float[] color = new System.Single[4];
[DNAFieldAttribute(4, "float", "fill[4]", 4)]
[DNAFieldAttribute(4, "float", "fill[4]", "System.Single[]", 4)]
public float[] fill = new System.Single[4];
[DNAFieldAttribute(5, "short", "flag", 2)]
[DNAFieldAttribute(5, "short", "flag", "short", 2)]
public short flag;
[DNAFieldAttribute(6, "char", "_pad[6]", 1)]
[DNAFieldAttribute(6, "char", "_pad[6]", "System.Char[]", 1)]
public char[] _pad = new System.Char[6];
public bGPDpalettecolor() {
this.ptr_next = default;