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,27 +15,27 @@ namespace BlendFile.DNA {
[DNAClassAttribute(569, "bNodeStack")]
public class bNodeStack {
[DNAFieldAttribute(0, "float", "vec[4]", "System.Single[]", 4)]
[DNAFieldAttribute(0, "float", "vec[4]", "System.Single[]", 16, false)]
public float[] vec = new System.Single[4];
[DNAFieldAttribute(1, "float", "min", "float", 4)]
[DNAFieldAttribute(1, "float", "min", "float", 4, false)]
public float min;
[DNAFieldAttribute(2, "float", "max", "float", 4)]
[DNAFieldAttribute(2, "float", "max", "float", 4, false)]
public float max;
[DNAFieldAttribute(3, "void", "*data", "void", 0)]
[DNAFieldAttribute(3, "void", "*data", "void", 4, true)]
public object ptr_data;
[DNAFieldAttribute(4, "short", "hasinput", "short", 2)]
[DNAFieldAttribute(4, "short", "hasinput", "short", 2, false)]
public short hasinput;
[DNAFieldAttribute(5, "short", "hasoutput", "short", 2)]
[DNAFieldAttribute(5, "short", "hasoutput", "short", 2, false)]
public short hasoutput;
[DNAFieldAttribute(6, "short", "datatype", "short", 2)]
[DNAFieldAttribute(6, "short", "datatype", "short", 2, false)]
public short datatype;
[DNAFieldAttribute(7, "short", "sockettype", "short", 2)]
[DNAFieldAttribute(7, "short", "sockettype", "short", 2, false)]
public short sockettype;
[DNAFieldAttribute(8, "short", "is_copy", "short", 2)]
[DNAFieldAttribute(8, "short", "is_copy", "short", 2, false)]
public short is_copy;
[DNAFieldAttribute(9, "short", "external", "short", 2)]
[DNAFieldAttribute(9, "short", "external", "short", 2, false)]
public short external;
[DNAFieldAttribute(10, "char", "_pad[4]", "System.Char[]", 1)]
[DNAFieldAttribute(10, "char", "_pad[4]", "System.Char[]", 4, false)]
public char[] _pad = new System.Char[4];
public bNodeStack() {
this.vec = default;