Regenerated codefiles

This commit is contained in:
Samuele Lorefice
2025-03-04 18:48:04 +01:00
parent 8bbfb49720
commit 8e4eac0568
937 changed files with 16011 additions and 16181 deletions

View File

@@ -14,20 +14,20 @@ namespace BlendFile.DNA {
using BlendFile;
[DNAClassAttribute(134, "ColorBand", 776)]
public struct ColorBand {
[DNAFieldAttribute(0, "short", "tot", "short", 2, false, 0)]
public class ColorBand {
[DNAFieldAttribute(2, "short", 0, "tot", "short", false, 0)]
public short tot;
[DNAFieldAttribute(1, "short", "cur", "short", 2, false, 2)]
[DNAFieldAttribute(2, "short", 1, "cur", "short", false, 2)]
public short cur;
[DNAFieldAttribute(2, "char", "ipotype", "char", 1, false, 4)]
[DNAFieldAttribute(1, "char", 2, "ipotype", "char", false, 4)]
public char ipotype;
[DNAFieldAttribute(3, "char", "ipotype_hue", "char", 1, false, 5)]
[DNAFieldAttribute(1, "char", 3, "ipotype_hue", "char", false, 5)]
public char ipotype_hue;
[DNAFieldAttribute(4, "char", "color_mode", "char", 1, false, 6)]
[DNAFieldAttribute(1, "char", 4, "color_mode", "char", false, 6)]
public char color_mode;
[DNAFieldAttribute(5, "char", "_pad[1]", "System.Char[]", 1, false, 7)]
[DNAFieldAttribute(1, "char", 5, "_pad[1]", "System.Char[]", false, 7)]
public char[] _pad = new System.Char[1];
[DNAFieldAttribute(6, "CBData", "data[32]", "CBData[]", 768, false, 8)]
[DNAFieldAttribute(768, "CBData", 6, "data[32]", "CBData[]", false, 8)]
public CBData[] data = new CBData[32];
public ColorBand() {
this.tot = default;