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,19 +15,19 @@ namespace BlendFile.DNA {
[DNAClassAttribute(28, "IDOverrideLibraryProperty", 48)]
public class IDOverrideLibraryProperty {
[DNAFieldAttribute(0, "IDOverrideLibraryProperty", "*next", "IDOverrideLibraryProperty", 8, true)]
[DNAFieldAttribute(0, "IDOverrideLibraryProperty", "*next", "IDOverrideLibraryProperty", 8, true, 0)]
public IDOverrideLibraryProperty ptr_next;
[DNAFieldAttribute(1, "IDOverrideLibraryProperty", "*prev", "IDOverrideLibraryProperty", 8, true)]
[DNAFieldAttribute(1, "IDOverrideLibraryProperty", "*prev", "IDOverrideLibraryProperty", 8, true, 8)]
public IDOverrideLibraryProperty ptr_prev;
[DNAFieldAttribute(2, "char", "*rna_path", "char", 8, true)]
[DNAFieldAttribute(2, "char", "*rna_path", "char", 8, true, 16)]
public char ptr_rna_path;
[DNAFieldAttribute(3, "ListBase", "operations", "ListBase", 16, false)]
[DNAFieldAttribute(3, "ListBase", "operations", "ListBase", 16, false, 24)]
public ListBase operations;
[DNAFieldAttribute(4, "short", "tag", "short", 2, false)]
[DNAFieldAttribute(4, "short", "tag", "short", 2, false, 40)]
public short tag;
[DNAFieldAttribute(5, "char", "_pad[2]", "System.Char[]", 2, false)]
[DNAFieldAttribute(5, "char", "_pad[2]", "System.Char[]", 2, false, 42)]
public char[] _pad = new System.Char[2];
[DNAFieldAttribute(6, "int", "rna_prop_type", "int", 4, false)]
[DNAFieldAttribute(6, "int", "rna_prop_type", "int", 4, false, 44)]
public int rna_prop_type;
public IDOverrideLibraryProperty() {
this.ptr_next = default;