Regenerated codefiles

This commit is contained in:
Samuele Lorefice
2025-03-04 18:48:04 +01:00
parent 8bbfb49720
commit 8e4eac0568
937 changed files with 16011 additions and 16181 deletions

View File

@@ -15,60 +15,60 @@ namespace BlendFile.DNA {
[DNAClassAttribute(929, "SpaceOops", 312)]
public class SpaceOops {
[DNAFieldAttribute(0, "SpaceLink", "*next", "SpaceLink", 8, true, 0)]
public SpaceLink ptr_next;
[DNAFieldAttribute(1, "SpaceLink", "*prev", "SpaceLink", 8, true, 8)]
public SpaceLink ptr_prev;
[DNAFieldAttribute(2, "ListBase", "regionbase", "ListBase", 16, false, 16)]
[DNAFieldAttribute(8, "SpaceLink", 0, "*next", "SpaceLink", true, 0)]
public SpaceLink next;
[DNAFieldAttribute(8, "SpaceLink", 1, "*prev", "SpaceLink", true, 8)]
public SpaceLink prev;
[DNAFieldAttribute(16, "ListBase", 2, "regionbase", "ListBase", false, 16)]
public ListBase regionbase;
[DNAFieldAttribute(3, "char", "spacetype", "char", 1, false, 32)]
[DNAFieldAttribute(1, "char", 3, "spacetype", "char", false, 32)]
public char spacetype;
[DNAFieldAttribute(4, "char", "link_flag", "char", 1, false, 33)]
[DNAFieldAttribute(1, "char", 4, "link_flag", "char", false, 33)]
public char link_flag;
[DNAFieldAttribute(5, "char", "_pad0[6]", "System.Char[]", 6, false, 34)]
[DNAFieldAttribute(6, "char", 5, "_pad0[6]", "System.Char[]", false, 34)]
public char[] _pad0 = new System.Char[6];
[DNAFieldAttribute(6, "View2D", "v2d", "View2D", 152, false, 40)]
[DNAFieldAttribute(152, "View2D", 6, "v2d", "View2D", false, 40)]
public View2D v2d;
[DNAFieldAttribute(7, "ListBase", "tree", "ListBase", 16, false, 192)]
[DNAFieldAttribute(16, "ListBase", 7, "tree", "ListBase", false, 192)]
public ListBase tree;
[DNAFieldAttribute(8, "BLI_mempool", "*treestore", "BLI_mempool", 8, true, 208)]
public BLI_mempool ptr_treestore;
[DNAFieldAttribute(9, "char", "search_string[64]", "System.Char[]", 64, false, 216)]
[DNAFieldAttribute(8, "BLI_mempool", 8, "*treestore", "BLI_mempool", true, 208)]
public BLI_mempool treestore;
[DNAFieldAttribute(64, "char", 9, "search_string[64]", "System.Char[]", false, 216)]
public char[] search_string = new System.Char[64];
[DNAFieldAttribute(10, "short", "flag", "short", 2, false, 280)]
[DNAFieldAttribute(2, "short", 10, "flag", "short", false, 280)]
public short flag;
[DNAFieldAttribute(11, "short", "outlinevis", "short", 2, false, 282)]
[DNAFieldAttribute(2, "short", 11, "outlinevis", "short", false, 282)]
public short outlinevis;
[DNAFieldAttribute(12, "short", "lib_override_view_mode", "short", 2, false, 284)]
[DNAFieldAttribute(2, "short", 12, "lib_override_view_mode", "short", false, 284)]
public short lib_override_view_mode;
[DNAFieldAttribute(13, "short", "storeflag", "short", 2, false, 286)]
[DNAFieldAttribute(2, "short", 13, "storeflag", "short", false, 286)]
public short storeflag;
[DNAFieldAttribute(14, "char", "search_flags", "char", 1, false, 288)]
[DNAFieldAttribute(1, "char", 14, "search_flags", "char", false, 288)]
public char search_flags;
[DNAFieldAttribute(15, "char", "_pad[6]", "System.Char[]", 6, false, 289)]
[DNAFieldAttribute(6, "char", 15, "_pad[6]", "System.Char[]", false, 289)]
public char[] _pad = new System.Char[6];
[DNAFieldAttribute(16, "char", "sync_select_dirty", "char", 1, false, 295)]
[DNAFieldAttribute(1, "char", 16, "sync_select_dirty", "char", false, 295)]
public char sync_select_dirty;
[DNAFieldAttribute(17, "int", "filter", "int", 4, false, 296)]
[DNAFieldAttribute(4, "int", 17, "filter", "int", false, 296)]
public int filter;
[DNAFieldAttribute(18, "char", "filter_state", "char", 1, false, 300)]
[DNAFieldAttribute(1, "char", 18, "filter_state", "char", false, 300)]
public char filter_state;
[DNAFieldAttribute(19, "char", "show_restrict_flags", "char", 1, false, 301)]
[DNAFieldAttribute(1, "char", 19, "show_restrict_flags", "char", false, 301)]
public char show_restrict_flags;
[DNAFieldAttribute(20, "short", "filter_id_type", "short", 2, false, 302)]
[DNAFieldAttribute(2, "short", 20, "filter_id_type", "short", false, 302)]
public short filter_id_type;
[DNAFieldAttribute(21, "SpaceOutliner_Runtime", "*runtime", "SpaceOutliner_Runtime", 8, true, 304)]
public SpaceOutliner_Runtime ptr_runtime;
[DNAFieldAttribute(8, "SpaceOutliner_Runtime", 21, "*runtime", "SpaceOutliner_Runtime", true, 304)]
public SpaceOutliner_Runtime runtime;
public SpaceOops() {
this.ptr_next = default;
this.ptr_prev = default;
this.next = default;
this.prev = default;
this.regionbase = default;
this.spacetype = default;
this.link_flag = default;
this._pad0 = default;
this.v2d = default;
this.tree = default;
this.ptr_treestore = default;
this.treestore = default;
this.search_string = default;
this.flag = default;
this.outlinevis = default;
@@ -81,18 +81,18 @@ namespace BlendFile.DNA {
this.filter_state = default;
this.show_restrict_flags = default;
this.filter_id_type = default;
this.ptr_runtime = default;
this.runtime = default;
}
public SpaceOops(
SpaceLink ptr_next,
SpaceLink ptr_prev,
SpaceLink next,
SpaceLink prev,
ListBase regionbase,
char spacetype,
char link_flag,
char[] _pad0,
View2D v2d,
ListBase tree,
BLI_mempool ptr_treestore,
BLI_mempool treestore,
char[] search_string,
short flag,
short outlinevis,
@@ -105,16 +105,16 @@ namespace BlendFile.DNA {
char filter_state,
char show_restrict_flags,
short filter_id_type,
SpaceOutliner_Runtime ptr_runtime) {
this.ptr_next = ptr_next;
this.ptr_prev = ptr_prev;
SpaceOutliner_Runtime runtime) {
this.next = next;
this.prev = prev;
this.regionbase = regionbase;
this.spacetype = spacetype;
this.link_flag = link_flag;
this._pad0 = _pad0;
this.v2d = v2d;
this.tree = tree;
this.ptr_treestore = ptr_treestore;
this.treestore = treestore;
this.search_string = search_string;
this.flag = flag;
this.outlinevis = outlinevis;
@@ -127,7 +127,7 @@ namespace BlendFile.DNA {
this.filter_state = filter_state;
this.show_restrict_flags = show_restrict_flags;
this.filter_id_type = filter_id_type;
this.ptr_runtime = ptr_runtime;
this.runtime = runtime;
}
}
}