Added memoryOffset value to DNAFieldAttribute, regenerated files.

This commit is contained in:
Samuele Lorefice
2025-02-20 21:00:55 +01:00
parent b171b65aa5
commit f383debd18
939 changed files with 9636 additions and 9605 deletions

View File

@@ -15,21 +15,21 @@ namespace BlendFile.DNA {
[DNAClassAttribute(66, "ActionLayer", 88)]
public class ActionLayer {
[DNAFieldAttribute(0, "char", "name[64]", "System.Char[]", 64, false)]
[DNAFieldAttribute(0, "char", "name[64]", "System.Char[]", 64, false, 0)]
public char[] name = new System.Char[64];
[DNAFieldAttribute(1, "float", "influence", "float", 4, false)]
[DNAFieldAttribute(1, "float", "influence", "float", 4, false, 64)]
public float influence;
[DNAFieldAttribute(2, "uchar", "layer_flags", "uchar", 1, false)]
[DNAFieldAttribute(2, "uchar", "layer_flags", "uchar", 1, false, 68)]
public byte layer_flags;
[DNAFieldAttribute(3, "int8_t", "layer_mix_mode", "int8_t", 1, false)]
[DNAFieldAttribute(3, "int8_t", "layer_mix_mode", "int8_t", 1, false, 69)]
public sbyte layer_mix_mode;
[DNAFieldAttribute(4, "uchar", "_pad0[2]", "System.Byte[]", 2, false)]
[DNAFieldAttribute(4, "uchar", "_pad0[2]", "System.Byte[]", 2, false, 70)]
public byte[] _pad0 = new System.Byte[2];
[DNAFieldAttribute(5, "ActionStrip", "**strip_array", "ActionStrip", 8, true)]
[DNAFieldAttribute(5, "ActionStrip", "**strip_array", "ActionStrip", 8, true, 72)]
public ActionStrip ptr_ptr_strip_array;
[DNAFieldAttribute(6, "int", "strip_array_num", "int", 4, false)]
[DNAFieldAttribute(6, "int", "strip_array_num", "int", 4, false, 80)]
public int strip_array_num;
[DNAFieldAttribute(7, "uchar", "_pad1[4]", "System.Byte[]", 4, false)]
[DNAFieldAttribute(7, "uchar", "_pad1[4]", "System.Byte[]", 4, false, 84)]
public byte[] _pad1 = new System.Byte[4];
public ActionLayer() {
this.name = default;