Regenerated all the files
This commit is contained in:
@@ -11,18 +11,30 @@ using System;
|
||||
|
||||
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
public class bNodeStack {
|
||||
[DNAFieldAttribute(0, "float", "vec[4]", 4)]
|
||||
public float[] vec = new System.Single[4];
|
||||
[DNAFieldAttribute(1, "float", "min", 4)]
|
||||
public float min;
|
||||
[DNAFieldAttribute(2, "float", "max", 4)]
|
||||
public float max;
|
||||
[DNAFieldAttribute(3, "void", "*data", 0)]
|
||||
public object ptr_data;
|
||||
[DNAFieldAttribute(4, "short", "hasinput", 2)]
|
||||
public short hasinput;
|
||||
[DNAFieldAttribute(5, "short", "hasoutput", 2)]
|
||||
public short hasoutput;
|
||||
[DNAFieldAttribute(6, "short", "datatype", 2)]
|
||||
public short datatype;
|
||||
[DNAFieldAttribute(7, "short", "sockettype", 2)]
|
||||
public short sockettype;
|
||||
[DNAFieldAttribute(8, "short", "is_copy", 2)]
|
||||
public short is_copy;
|
||||
[DNAFieldAttribute(9, "short", "external", 2)]
|
||||
public short external;
|
||||
[DNAFieldAttribute(10, "char", "_pad[4]", 1)]
|
||||
public char[] _pad = new System.Char[4];
|
||||
public bNodeStack(float[] vec, float min, float max, object ptr_data, short hasinput, short hasoutput, short datatype, short sockettype, short is_copy, short external, char[] _pad) {
|
||||
this.vec = vec;
|
||||
|
||||
Reference in New Issue
Block a user