Added memoryOffset value to DNAFieldAttribute, regenerated files.
This commit is contained in:
@@ -15,49 +15,49 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(929, "SpaceOops", 312)]
|
||||
public class SpaceOops {
|
||||
[DNAFieldAttribute(0, "SpaceLink", "*next", "SpaceLink", 8, true)]
|
||||
[DNAFieldAttribute(0, "SpaceLink", "*next", "SpaceLink", 8, true, 0)]
|
||||
public SpaceLink ptr_next;
|
||||
[DNAFieldAttribute(1, "SpaceLink", "*prev", "SpaceLink", 8, true)]
|
||||
[DNAFieldAttribute(1, "SpaceLink", "*prev", "SpaceLink", 8, true, 8)]
|
||||
public SpaceLink ptr_prev;
|
||||
[DNAFieldAttribute(2, "ListBase", "regionbase", "ListBase", 16, false)]
|
||||
[DNAFieldAttribute(2, "ListBase", "regionbase", "ListBase", 16, false, 16)]
|
||||
public ListBase regionbase;
|
||||
[DNAFieldAttribute(3, "char", "spacetype", "char", 1, false)]
|
||||
[DNAFieldAttribute(3, "char", "spacetype", "char", 1, false, 32)]
|
||||
public char spacetype;
|
||||
[DNAFieldAttribute(4, "char", "link_flag", "char", 1, false)]
|
||||
[DNAFieldAttribute(4, "char", "link_flag", "char", 1, false, 33)]
|
||||
public char link_flag;
|
||||
[DNAFieldAttribute(5, "char", "_pad0[6]", "System.Char[]", 6, false)]
|
||||
[DNAFieldAttribute(5, "char", "_pad0[6]", "System.Char[]", 6, false, 34)]
|
||||
public char[] _pad0 = new System.Char[6];
|
||||
[DNAFieldAttribute(6, "View2D", "v2d", "View2D", 152, false)]
|
||||
[DNAFieldAttribute(6, "View2D", "v2d", "View2D", 152, false, 40)]
|
||||
public View2D v2d;
|
||||
[DNAFieldAttribute(7, "ListBase", "tree", "ListBase", 16, false)]
|
||||
[DNAFieldAttribute(7, "ListBase", "tree", "ListBase", 16, false, 192)]
|
||||
public ListBase tree;
|
||||
[DNAFieldAttribute(8, "BLI_mempool", "*treestore", "BLI_mempool", 8, true)]
|
||||
[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)]
|
||||
[DNAFieldAttribute(9, "char", "search_string[64]", "System.Char[]", 64, false, 216)]
|
||||
public char[] search_string = new System.Char[64];
|
||||
[DNAFieldAttribute(10, "short", "flag", "short", 2, false)]
|
||||
[DNAFieldAttribute(10, "short", "flag", "short", 2, false, 280)]
|
||||
public short flag;
|
||||
[DNAFieldAttribute(11, "short", "outlinevis", "short", 2, false)]
|
||||
[DNAFieldAttribute(11, "short", "outlinevis", "short", 2, false, 282)]
|
||||
public short outlinevis;
|
||||
[DNAFieldAttribute(12, "short", "lib_override_view_mode", "short", 2, false)]
|
||||
[DNAFieldAttribute(12, "short", "lib_override_view_mode", "short", 2, false, 284)]
|
||||
public short lib_override_view_mode;
|
||||
[DNAFieldAttribute(13, "short", "storeflag", "short", 2, false)]
|
||||
[DNAFieldAttribute(13, "short", "storeflag", "short", 2, false, 286)]
|
||||
public short storeflag;
|
||||
[DNAFieldAttribute(14, "char", "search_flags", "char", 1, false)]
|
||||
[DNAFieldAttribute(14, "char", "search_flags", "char", 1, false, 288)]
|
||||
public char search_flags;
|
||||
[DNAFieldAttribute(15, "char", "_pad[6]", "System.Char[]", 6, false)]
|
||||
[DNAFieldAttribute(15, "char", "_pad[6]", "System.Char[]", 6, false, 289)]
|
||||
public char[] _pad = new System.Char[6];
|
||||
[DNAFieldAttribute(16, "char", "sync_select_dirty", "char", 1, false)]
|
||||
[DNAFieldAttribute(16, "char", "sync_select_dirty", "char", 1, false, 295)]
|
||||
public char sync_select_dirty;
|
||||
[DNAFieldAttribute(17, "int", "filter", "int", 4, false)]
|
||||
[DNAFieldAttribute(17, "int", "filter", "int", 4, false, 296)]
|
||||
public int filter;
|
||||
[DNAFieldAttribute(18, "char", "filter_state", "char", 1, false)]
|
||||
[DNAFieldAttribute(18, "char", "filter_state", "char", 1, false, 300)]
|
||||
public char filter_state;
|
||||
[DNAFieldAttribute(19, "char", "show_restrict_flags", "char", 1, false)]
|
||||
[DNAFieldAttribute(19, "char", "show_restrict_flags", "char", 1, false, 301)]
|
||||
public char show_restrict_flags;
|
||||
[DNAFieldAttribute(20, "short", "filter_id_type", "short", 2, false)]
|
||||
[DNAFieldAttribute(20, "short", "filter_id_type", "short", 2, false, 302)]
|
||||
public short filter_id_type;
|
||||
[DNAFieldAttribute(21, "SpaceOutliner_Runtime", "*runtime", "SpaceOutliner_Runtime", 8, true)]
|
||||
[DNAFieldAttribute(21, "SpaceOutliner_Runtime", "*runtime", "SpaceOutliner_Runtime", 8, true, 304)]
|
||||
public SpaceOutliner_Runtime ptr_runtime;
|
||||
public SpaceOops() {
|
||||
this.ptr_next = default;
|
||||
|
||||
Reference in New Issue
Block a user