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,35 +15,35 @@ namespace BlendFile.DNA {
[DNAClassAttribute(855, "uiList", 328)]
public class uiList {
[DNAFieldAttribute(0, "uiList", "*next", "uiList", 8, true)]
[DNAFieldAttribute(0, "uiList", "*next", "uiList", 8, true, 0)]
public uiList ptr_next;
[DNAFieldAttribute(1, "uiList", "*prev", "uiList", 8, true)]
[DNAFieldAttribute(1, "uiList", "*prev", "uiList", 8, true, 8)]
public uiList ptr_prev;
[DNAFieldAttribute(2, "uiListType", "*type", "uiListType", 8, true)]
[DNAFieldAttribute(2, "uiListType", "*type", "uiListType", 8, true, 16)]
public uiListType ptr_type;
[DNAFieldAttribute(3, "char", "list_id[128]", "System.Char[]", 128, false)]
[DNAFieldAttribute(3, "char", "list_id[128]", "System.Char[]", 128, false, 24)]
public char[] list_id = new System.Char[128];
[DNAFieldAttribute(4, "int", "layout_type", "int", 4, false)]
[DNAFieldAttribute(4, "int", "layout_type", "int", 4, false, 152)]
public int layout_type;
[DNAFieldAttribute(5, "int", "flag", "int", 4, false)]
[DNAFieldAttribute(5, "int", "flag", "int", 4, false, 156)]
public int flag;
[DNAFieldAttribute(6, "int", "list_scroll", "int", 4, false)]
[DNAFieldAttribute(6, "int", "list_scroll", "int", 4, false, 160)]
public int list_scroll;
[DNAFieldAttribute(7, "int", "list_grip", "int", 4, false)]
[DNAFieldAttribute(7, "int", "list_grip", "int", 4, false, 164)]
public int list_grip;
[DNAFieldAttribute(8, "int", "list_last_len", "int", 4, false)]
[DNAFieldAttribute(8, "int", "list_last_len", "int", 4, false, 168)]
public int list_last_len;
[DNAFieldAttribute(9, "int", "list_last_activei", "int", 4, false)]
[DNAFieldAttribute(9, "int", "list_last_activei", "int", 4, false, 172)]
public int list_last_activei;
[DNAFieldAttribute(10, "char", "filter_byname[128]", "System.Char[]", 128, false)]
[DNAFieldAttribute(10, "char", "filter_byname[128]", "System.Char[]", 128, false, 176)]
public char[] filter_byname = new System.Char[128];
[DNAFieldAttribute(11, "int", "filter_flag", "int", 4, false)]
[DNAFieldAttribute(11, "int", "filter_flag", "int", 4, false, 304)]
public int filter_flag;
[DNAFieldAttribute(12, "int", "filter_sort_flag", "int", 4, false)]
[DNAFieldAttribute(12, "int", "filter_sort_flag", "int", 4, false, 308)]
public int filter_sort_flag;
[DNAFieldAttribute(13, "IDProperty", "*properties", "IDProperty", 8, true)]
[DNAFieldAttribute(13, "IDProperty", "*properties", "IDProperty", 8, true, 312)]
public IDProperty ptr_properties;
[DNAFieldAttribute(14, "uiListDyn", "*dyn_data", "uiListDyn", 8, true)]
[DNAFieldAttribute(14, "uiListDyn", "*dyn_data", "uiListDyn", 8, true, 320)]
public uiListDyn ptr_dyn_data;
public uiList() {
this.ptr_next = default;