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(1042, "ReportList", 48)]
public class ReportList {
[DNAFieldAttribute(0, "ListBase", "list", "ListBase", 16, false)]
[DNAFieldAttribute(0, "ListBase", "list", "ListBase", 16, false, 0)]
public ListBase list;
[DNAFieldAttribute(1, "int", "printlevel", "int", 4, false)]
[DNAFieldAttribute(1, "int", "printlevel", "int", 4, false, 16)]
public int printlevel;
[DNAFieldAttribute(2, "int", "storelevel", "int", 4, false)]
[DNAFieldAttribute(2, "int", "storelevel", "int", 4, false, 20)]
public int storelevel;
[DNAFieldAttribute(3, "int", "flag", "int", 4, false)]
[DNAFieldAttribute(3, "int", "flag", "int", 4, false, 24)]
public int flag;
[DNAFieldAttribute(4, "char", "_pad[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(4, "char", "_pad[4]", "System.Char[]", 4, false, 28)]
public char[] _pad = new System.Char[4];
[DNAFieldAttribute(5, "wmTimer", "*reporttimer", "wmTimer", 8, true)]
[DNAFieldAttribute(5, "wmTimer", "*reporttimer", "wmTimer", 8, true, 32)]
public wmTimer ptr_reporttimer;
[DNAFieldAttribute(6, "std_mutex_type", "*lock", "std_mutex_type", 8, true)]
[DNAFieldAttribute(6, "std_mutex_type", "*lock", "std_mutex_type", 8, true, 40)]
public std_mutex_type ptr_lock;
public ReportList() {
this.list = default;