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(134, "ColorBand")]
public struct ColorBand {
[DNAFieldAttribute(0, "short", "tot", 2)]
[DNAFieldAttribute(0, "short", "tot", "short", 2)]
public short tot;
[DNAFieldAttribute(1, "short", "cur", 2)]
[DNAFieldAttribute(1, "short", "cur", "short", 2)]
public short cur;
[DNAFieldAttribute(2, "char", "ipotype", 1)]
[DNAFieldAttribute(2, "char", "ipotype", "char", 1)]
public char ipotype;
[DNAFieldAttribute(3, "char", "ipotype_hue", 1)]
[DNAFieldAttribute(3, "char", "ipotype_hue", "char", 1)]
public char ipotype_hue;
[DNAFieldAttribute(4, "char", "color_mode", 1)]
[DNAFieldAttribute(4, "char", "color_mode", "char", 1)]
public char color_mode;
[DNAFieldAttribute(5, "char", "_pad[1]", 1)]
[DNAFieldAttribute(5, "char", "_pad[1]", "System.Char[]", 1)]
public char[] _pad = new System.Char[1];
[DNAFieldAttribute(6, "CBData", "data[32]", 24)]
[DNAFieldAttribute(6, "CBData", "data[32]", "CBData[]", 24)]
public CBData[] data = new CBData[32];
public ColorBand() {
this.tot = default;