regenerate files

This commit is contained in:
mm00
2025-02-19 18:48:50 +01:00
parent 33a8f1baf3
commit b66247488e
937 changed files with 2572 additions and 2562 deletions

View File

@@ -13,19 +13,19 @@ using System;
namespace BlendFile.DNA {
using BlendFile;
[DNAClassAttribute(572, "bNodeLink")]
[DNAClassAttribute(572, "bNodeLink", 56)]
public class bNodeLink {
[DNAFieldAttribute(0, "bNodeLink", "*next", "bNodeLink", 4, true)]
[DNAFieldAttribute(0, "bNodeLink", "*next", "bNodeLink", 8, true)]
public bNodeLink ptr_next;
[DNAFieldAttribute(1, "bNodeLink", "*prev", "bNodeLink", 4, true)]
[DNAFieldAttribute(1, "bNodeLink", "*prev", "bNodeLink", 8, true)]
public bNodeLink ptr_prev;
[DNAFieldAttribute(2, "bNode", "*fromnode", "bNode", 4, true)]
[DNAFieldAttribute(2, "bNode", "*fromnode", "bNode", 8, true)]
public bNode ptr_fromnode;
[DNAFieldAttribute(3, "bNode", "*tonode", "bNode", 4, true)]
[DNAFieldAttribute(3, "bNode", "*tonode", "bNode", 8, true)]
public bNode ptr_tonode;
[DNAFieldAttribute(4, "bNodeSocket", "*fromsock", "bNodeSocket", 4, true)]
[DNAFieldAttribute(4, "bNodeSocket", "*fromsock", "bNodeSocket", 8, true)]
public bNodeSocket ptr_fromsock;
[DNAFieldAttribute(5, "bNodeSocket", "*tosock", "bNodeSocket", 4, true)]
[DNAFieldAttribute(5, "bNodeSocket", "*tosock", "bNodeSocket", 8, true)]
public bNodeSocket ptr_tosock;
[DNAFieldAttribute(6, "int", "flag", "int", 4, false)]
public int flag;