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,29 +15,29 @@ namespace BlendFile.DNA {
[DNAClassAttribute(26, "IDOverrideLibraryPropertyOperation", 64)]
public class IDOverrideLibraryPropertyOperation {
[DNAFieldAttribute(0, "IDOverrideLibraryPropertyOperation", "*next", "IDOverrideLibraryPropertyOperation", 8, true)]
[DNAFieldAttribute(0, "IDOverrideLibraryPropertyOperation", "*next", "IDOverrideLibraryPropertyOperation", 8, true, 0)]
public IDOverrideLibraryPropertyOperation ptr_next;
[DNAFieldAttribute(1, "IDOverrideLibraryPropertyOperation", "*prev", "IDOverrideLibraryPropertyOperation", 8, true)]
[DNAFieldAttribute(1, "IDOverrideLibraryPropertyOperation", "*prev", "IDOverrideLibraryPropertyOperation", 8, true, 8)]
public IDOverrideLibraryPropertyOperation ptr_prev;
[DNAFieldAttribute(2, "short", "operation", "short", 2, false)]
[DNAFieldAttribute(2, "short", "operation", "short", 2, false, 16)]
public short operation;
[DNAFieldAttribute(3, "short", "flag", "short", 2, false)]
[DNAFieldAttribute(3, "short", "flag", "short", 2, false, 18)]
public short flag;
[DNAFieldAttribute(4, "short", "tag", "short", 2, false)]
[DNAFieldAttribute(4, "short", "tag", "short", 2, false, 20)]
public short tag;
[DNAFieldAttribute(5, "char", "_pad0[2]", "System.Char[]", 2, false)]
[DNAFieldAttribute(5, "char", "_pad0[2]", "System.Char[]", 2, false, 22)]
public char[] _pad0 = new System.Char[2];
[DNAFieldAttribute(6, "char", "*subitem_reference_name", "char", 8, true)]
[DNAFieldAttribute(6, "char", "*subitem_reference_name", "char", 8, true, 24)]
public char ptr_subitem_reference_name;
[DNAFieldAttribute(7, "char", "*subitem_local_name", "char", 8, true)]
[DNAFieldAttribute(7, "char", "*subitem_local_name", "char", 8, true, 32)]
public char ptr_subitem_local_name;
[DNAFieldAttribute(8, "int", "subitem_reference_index", "int", 4, false)]
[DNAFieldAttribute(8, "int", "subitem_reference_index", "int", 4, false, 40)]
public int subitem_reference_index;
[DNAFieldAttribute(9, "int", "subitem_local_index", "int", 4, false)]
[DNAFieldAttribute(9, "int", "subitem_local_index", "int", 4, false, 44)]
public int subitem_local_index;
[DNAFieldAttribute(10, "ID", "*subitem_reference_id", "ID", 8, true)]
[DNAFieldAttribute(10, "ID", "*subitem_reference_id", "ID", 8, true, 48)]
public ID ptr_subitem_reference_id;
[DNAFieldAttribute(11, "ID", "*subitem_local_id", "ID", 8, true)]
[DNAFieldAttribute(11, "ID", "*subitem_local_id", "ID", 8, true, 56)]
public ID ptr_subitem_local_id;
public IDOverrideLibraryPropertyOperation() {
this.ptr_next = default;