regenerated files

This commit is contained in:
mm00
2025-02-19 17:07:50 +01:00
parent f327f18b57
commit 380949122c
935 changed files with 9595 additions and 9586 deletions

View File

@@ -15,59 +15,59 @@ namespace BlendFile.DNA {
[DNAClassAttribute(957, "SpaceNode")]
public class SpaceNode {
[DNAFieldAttribute(0, "SpaceLink", "*next", "SpaceLink", 40)]
[DNAFieldAttribute(0, "SpaceLink", "*next", "SpaceLink", 4, true)]
public SpaceLink ptr_next;
[DNAFieldAttribute(1, "SpaceLink", "*prev", "SpaceLink", 40)]
[DNAFieldAttribute(1, "SpaceLink", "*prev", "SpaceLink", 4, true)]
public SpaceLink ptr_prev;
[DNAFieldAttribute(2, "ListBase", "regionbase", "ListBase", 16)]
[DNAFieldAttribute(2, "ListBase", "regionbase", "ListBase", 16, false)]
public ListBase regionbase;
[DNAFieldAttribute(3, "char", "spacetype", "char", 1)]
[DNAFieldAttribute(3, "char", "spacetype", "char", 1, false)]
public char spacetype;
[DNAFieldAttribute(4, "char", "link_flag", "char", 1)]
[DNAFieldAttribute(4, "char", "link_flag", "char", 1, false)]
public char link_flag;
[DNAFieldAttribute(5, "char", "_pad0[6]", "System.Char[]", 1)]
[DNAFieldAttribute(5, "char", "_pad0[6]", "System.Char[]", 6, false)]
public char[] _pad0 = new System.Char[6];
[DNAFieldAttribute(6, "View2D", "v2d", "View2D", 152)]
[DNAFieldAttribute(6, "View2D", "v2d", "View2D", 152, false)]
public View2D v2d;
[DNAFieldAttribute(7, "ID", "*id", "ID", 208)]
[DNAFieldAttribute(7, "ID", "*id", "ID", 4, true)]
public ID ptr_id;
[DNAFieldAttribute(8, "ID", "*from", "ID", 208)]
[DNAFieldAttribute(8, "ID", "*from", "ID", 4, true)]
public ID ptr_from;
[DNAFieldAttribute(9, "short", "flag", "short", 2)]
[DNAFieldAttribute(9, "short", "flag", "short", 2, false)]
public short flag;
[DNAFieldAttribute(10, "char", "insert_ofs_dir", "char", 1)]
[DNAFieldAttribute(10, "char", "insert_ofs_dir", "char", 1, false)]
public char insert_ofs_dir;
[DNAFieldAttribute(11, "char", "_pad1", "char", 1)]
[DNAFieldAttribute(11, "char", "_pad1", "char", 1, false)]
public char _pad1;
[DNAFieldAttribute(12, "float", "xof", "float", 4)]
[DNAFieldAttribute(12, "float", "xof", "float", 4, false)]
public float xof;
[DNAFieldAttribute(13, "float", "yof", "float", 4)]
[DNAFieldAttribute(13, "float", "yof", "float", 4, false)]
public float yof;
[DNAFieldAttribute(14, "float", "zoom", "float", 4)]
[DNAFieldAttribute(14, "float", "zoom", "float", 4, false)]
public float zoom;
[DNAFieldAttribute(15, "ListBase", "treepath", "ListBase", 16)]
[DNAFieldAttribute(15, "ListBase", "treepath", "ListBase", 16, false)]
public ListBase treepath;
[DNAFieldAttribute(16, "bNodeTree", "*edittree", "bNodeTree", 544)]
[DNAFieldAttribute(16, "bNodeTree", "*edittree", "bNodeTree", 4, true)]
public bNodeTree ptr_edittree;
[DNAFieldAttribute(17, "bNodeTree", "*nodetree", "bNodeTree", 544)]
[DNAFieldAttribute(17, "bNodeTree", "*nodetree", "bNodeTree", 4, true)]
public bNodeTree ptr_nodetree;
[DNAFieldAttribute(18, "char", "tree_idname[64]", "System.Char[]", 1)]
[DNAFieldAttribute(18, "char", "tree_idname[64]", "System.Char[]", 64, false)]
public char[] tree_idname = new System.Char[64];
[DNAFieldAttribute(19, "int", "treetype", "int", 4)]
[DNAFieldAttribute(19, "int", "treetype", "int", 4, false)]
public int treetype;
[DNAFieldAttribute(20, "short", "texfrom", "short", 2)]
[DNAFieldAttribute(20, "short", "texfrom", "short", 2, false)]
public short texfrom;
[DNAFieldAttribute(21, "char", "shaderfrom", "char", 1)]
[DNAFieldAttribute(21, "char", "shaderfrom", "char", 1, false)]
public char shaderfrom;
[DNAFieldAttribute(22, "char", "geometry_nodes_type", "char", 1)]
[DNAFieldAttribute(22, "char", "geometry_nodes_type", "char", 1, false)]
public char geometry_nodes_type;
[DNAFieldAttribute(23, "bNodeTree", "*geometry_nodes_tool_tree", "bNodeTree", 544)]
[DNAFieldAttribute(23, "bNodeTree", "*geometry_nodes_tool_tree", "bNodeTree", 4, true)]
public bNodeTree ptr_geometry_nodes_tool_tree;
[DNAFieldAttribute(24, "bGPdata", "*gpd", "bGPdata", 616)]
[DNAFieldAttribute(24, "bGPdata", "*gpd", "bGPdata", 4, true)]
public bGPdata ptr_gpd;
[DNAFieldAttribute(25, "SpaceNodeOverlay", "overlay", "SpaceNodeOverlay", 8)]
[DNAFieldAttribute(25, "SpaceNodeOverlay", "overlay", "SpaceNodeOverlay", 8, false)]
public SpaceNodeOverlay overlay;
[DNAFieldAttribute(26, "SpaceNode_Runtime", "*runtime", "SpaceNode_Runtime", 0)]
[DNAFieldAttribute(26, "SpaceNode_Runtime", "*runtime", "SpaceNode_Runtime", 4, true)]
public SpaceNode_Runtime ptr_runtime;
public SpaceNode() {
this.ptr_next = default;