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,17 +15,17 @@ namespace BlendFile.DNA {
[DNAClassAttribute(63, "ActionChannelBag", 32)]
public class ActionChannelBag {
[DNAFieldAttribute(0, "int", "slot_handle", "int", 4, false)]
[DNAFieldAttribute(0, "int", "slot_handle", "int", 4, false, 0)]
public int slot_handle;
[DNAFieldAttribute(1, "int", "group_array_num", "int", 4, false)]
[DNAFieldAttribute(1, "int", "group_array_num", "int", 4, false, 4)]
public int group_array_num;
[DNAFieldAttribute(2, "bActionGroup", "**group_array", "bActionGroup", 8, true)]
[DNAFieldAttribute(2, "bActionGroup", "**group_array", "bActionGroup", 8, true, 8)]
public bActionGroup ptr_ptr_group_array;
[DNAFieldAttribute(3, "uchar", "_pad[4]", "System.Byte[]", 4, false)]
[DNAFieldAttribute(3, "uchar", "_pad[4]", "System.Byte[]", 4, false, 16)]
public byte[] _pad = new System.Byte[4];
[DNAFieldAttribute(4, "int", "fcurve_array_num", "int", 4, false)]
[DNAFieldAttribute(4, "int", "fcurve_array_num", "int", 4, false, 20)]
public int fcurve_array_num;
[DNAFieldAttribute(5, "FCurve", "**fcurve_array", "FCurve", 8, true)]
[DNAFieldAttribute(5, "FCurve", "**fcurve_array", "FCurve", 8, true, 24)]
public FCurve ptr_ptr_fcurve_array;
public ActionChannelBag() {
this.slot_handle = default;