Added memoryOffset value to DNAFieldAttribute, regenerated files.
This commit is contained in:
@@ -15,19 +15,19 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(134, "ColorBand", 776)]
|
||||
public struct ColorBand {
|
||||
[DNAFieldAttribute(0, "short", "tot", "short", 2, false)]
|
||||
[DNAFieldAttribute(0, "short", "tot", "short", 2, false, 0)]
|
||||
public short tot;
|
||||
[DNAFieldAttribute(1, "short", "cur", "short", 2, false)]
|
||||
[DNAFieldAttribute(1, "short", "cur", "short", 2, false, 2)]
|
||||
public short cur;
|
||||
[DNAFieldAttribute(2, "char", "ipotype", "char", 1, false)]
|
||||
[DNAFieldAttribute(2, "char", "ipotype", "char", 1, false, 4)]
|
||||
public char ipotype;
|
||||
[DNAFieldAttribute(3, "char", "ipotype_hue", "char", 1, false)]
|
||||
[DNAFieldAttribute(3, "char", "ipotype_hue", "char", 1, false, 5)]
|
||||
public char ipotype_hue;
|
||||
[DNAFieldAttribute(4, "char", "color_mode", "char", 1, false)]
|
||||
[DNAFieldAttribute(4, "char", "color_mode", "char", 1, false, 6)]
|
||||
public char color_mode;
|
||||
[DNAFieldAttribute(5, "char", "_pad[1]", "System.Char[]", 1, false)]
|
||||
[DNAFieldAttribute(5, "char", "_pad[1]", "System.Char[]", 1, false, 7)]
|
||||
public char[] _pad = new System.Char[1];
|
||||
[DNAFieldAttribute(6, "CBData", "data[32]", "CBData[]", 768, false)]
|
||||
[DNAFieldAttribute(6, "CBData", "data[32]", "CBData[]", 768, false, 8)]
|
||||
public CBData[] data = new CBData[32];
|
||||
public ColorBand() {
|
||||
this.tot = default;
|
||||
|
||||
Reference in New Issue
Block a user