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,27 +15,27 @@ namespace BlendFile.DNA {
[DNAClassAttribute(98, "KS_Path", 112)]
public class KS_Path {
[DNAFieldAttribute(0, "KS_Path", "*next", "KS_Path", 8, true)]
[DNAFieldAttribute(0, "KS_Path", "*next", "KS_Path", 8, true, 0)]
public KS_Path ptr_next;
[DNAFieldAttribute(1, "KS_Path", "*prev", "KS_Path", 8, true)]
[DNAFieldAttribute(1, "KS_Path", "*prev", "KS_Path", 8, true, 8)]
public KS_Path ptr_prev;
[DNAFieldAttribute(2, "ID", "*id", "ID", 8, true)]
[DNAFieldAttribute(2, "ID", "*id", "ID", 8, true, 16)]
public ID ptr_id;
[DNAFieldAttribute(3, "char", "group[64]", "System.Char[]", 64, false)]
[DNAFieldAttribute(3, "char", "group[64]", "System.Char[]", 64, false, 24)]
public char[] group = new System.Char[64];
[DNAFieldAttribute(4, "int", "idtype", "int", 4, false)]
[DNAFieldAttribute(4, "int", "idtype", "int", 4, false, 88)]
public int idtype;
[DNAFieldAttribute(5, "short", "groupmode", "short", 2, false)]
[DNAFieldAttribute(5, "short", "groupmode", "short", 2, false, 92)]
public short groupmode;
[DNAFieldAttribute(6, "short", "flag", "short", 2, false)]
[DNAFieldAttribute(6, "short", "flag", "short", 2, false, 94)]
public short flag;
[DNAFieldAttribute(7, "char", "*rna_path", "char", 8, true)]
[DNAFieldAttribute(7, "char", "*rna_path", "char", 8, true, 96)]
public char ptr_rna_path;
[DNAFieldAttribute(8, "int", "array_index", "int", 4, false)]
[DNAFieldAttribute(8, "int", "array_index", "int", 4, false, 104)]
public int array_index;
[DNAFieldAttribute(9, "short", "keyingflag", "short", 2, false)]
[DNAFieldAttribute(9, "short", "keyingflag", "short", 2, false, 108)]
public short keyingflag;
[DNAFieldAttribute(10, "short", "keyingoverride", "short", 2, false)]
[DNAFieldAttribute(10, "short", "keyingoverride", "short", 2, false, 110)]
public short keyingoverride;
public KS_Path() {
this.ptr_next = default;