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