regenerated files

This commit is contained in:
mm00
2025-02-18 18:16:57 +01:00
parent 305186b2a9
commit bc3ac0ad86
937 changed files with 9598 additions and 9586 deletions

View File

@@ -15,35 +15,35 @@ namespace BlendFile.DNA {
[DNAClassAttribute(855, "uiList")]
public class uiList {
[DNAFieldAttribute(0, "uiList", "*next", 328)]
[DNAFieldAttribute(0, "uiList", "*next", "uiList", 328)]
public uiList ptr_next;
[DNAFieldAttribute(1, "uiList", "*prev", 328)]
[DNAFieldAttribute(1, "uiList", "*prev", "uiList", 328)]
public uiList ptr_prev;
[DNAFieldAttribute(2, "uiListType", "*type", 0)]
[DNAFieldAttribute(2, "uiListType", "*type", "uiListType", 0)]
public uiListType ptr_type;
[DNAFieldAttribute(3, "char", "list_id[128]", 1)]
[DNAFieldAttribute(3, "char", "list_id[128]", "System.Char[]", 1)]
public char[] list_id = new System.Char[128];
[DNAFieldAttribute(4, "int", "layout_type", 4)]
[DNAFieldAttribute(4, "int", "layout_type", "int", 4)]
public int layout_type;
[DNAFieldAttribute(5, "int", "flag", 4)]
[DNAFieldAttribute(5, "int", "flag", "int", 4)]
public int flag;
[DNAFieldAttribute(6, "int", "list_scroll", 4)]
[DNAFieldAttribute(6, "int", "list_scroll", "int", 4)]
public int list_scroll;
[DNAFieldAttribute(7, "int", "list_grip", 4)]
[DNAFieldAttribute(7, "int", "list_grip", "int", 4)]
public int list_grip;
[DNAFieldAttribute(8, "int", "list_last_len", 4)]
[DNAFieldAttribute(8, "int", "list_last_len", "int", 4)]
public int list_last_len;
[DNAFieldAttribute(9, "int", "list_last_activei", 4)]
[DNAFieldAttribute(9, "int", "list_last_activei", "int", 4)]
public int list_last_activei;
[DNAFieldAttribute(10, "char", "filter_byname[128]", 1)]
[DNAFieldAttribute(10, "char", "filter_byname[128]", "System.Char[]", 1)]
public char[] filter_byname = new System.Char[128];
[DNAFieldAttribute(11, "int", "filter_flag", 4)]
[DNAFieldAttribute(11, "int", "filter_flag", "int", 4)]
public int filter_flag;
[DNAFieldAttribute(12, "int", "filter_sort_flag", 4)]
[DNAFieldAttribute(12, "int", "filter_sort_flag", "int", 4)]
public int filter_sort_flag;
[DNAFieldAttribute(13, "IDProperty", "*properties", 136)]
[DNAFieldAttribute(13, "IDProperty", "*properties", "IDProperty", 136)]
public IDProperty ptr_properties;
[DNAFieldAttribute(14, "uiListDyn", "*dyn_data", 0)]
[DNAFieldAttribute(14, "uiListDyn", "*dyn_data", "uiListDyn", 0)]
public uiListDyn ptr_dyn_data;
public uiList() {
this.ptr_next = default;