Regenerated codefiles
This commit is contained in:
@@ -15,33 +15,33 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(569, "bNodeStack", 48)]
|
||||
public class bNodeStack {
|
||||
[DNAFieldAttribute(0, "float", "vec[4]", "System.Single[]", 16, false, 0)]
|
||||
[DNAFieldAttribute(16, "float", 0, "vec[4]", "System.Single[]", false, 0)]
|
||||
public float[] vec = new System.Single[4];
|
||||
[DNAFieldAttribute(1, "float", "min", "float", 4, false, 16)]
|
||||
[DNAFieldAttribute(4, "float", 1, "min", "float", false, 16)]
|
||||
public float min;
|
||||
[DNAFieldAttribute(2, "float", "max", "float", 4, false, 20)]
|
||||
[DNAFieldAttribute(4, "float", 2, "max", "float", false, 20)]
|
||||
public float max;
|
||||
[DNAFieldAttribute(3, "void", "*data", "void", 8, true, 24)]
|
||||
public object ptr_data;
|
||||
[DNAFieldAttribute(4, "short", "hasinput", "short", 2, false, 32)]
|
||||
[DNAFieldAttribute(8, "void", 3, "*data", "void", true, 24)]
|
||||
public object data;
|
||||
[DNAFieldAttribute(2, "short", 4, "hasinput", "short", false, 32)]
|
||||
public short hasinput;
|
||||
[DNAFieldAttribute(5, "short", "hasoutput", "short", 2, false, 34)]
|
||||
[DNAFieldAttribute(2, "short", 5, "hasoutput", "short", false, 34)]
|
||||
public short hasoutput;
|
||||
[DNAFieldAttribute(6, "short", "datatype", "short", 2, false, 36)]
|
||||
[DNAFieldAttribute(2, "short", 6, "datatype", "short", false, 36)]
|
||||
public short datatype;
|
||||
[DNAFieldAttribute(7, "short", "sockettype", "short", 2, false, 38)]
|
||||
[DNAFieldAttribute(2, "short", 7, "sockettype", "short", false, 38)]
|
||||
public short sockettype;
|
||||
[DNAFieldAttribute(8, "short", "is_copy", "short", 2, false, 40)]
|
||||
[DNAFieldAttribute(2, "short", 8, "is_copy", "short", false, 40)]
|
||||
public short is_copy;
|
||||
[DNAFieldAttribute(9, "short", "external", "short", 2, false, 42)]
|
||||
[DNAFieldAttribute(2, "short", 9, "external", "short", false, 42)]
|
||||
public short external;
|
||||
[DNAFieldAttribute(10, "char", "_pad[4]", "System.Char[]", 4, false, 44)]
|
||||
[DNAFieldAttribute(4, "char", 10, "_pad[4]", "System.Char[]", false, 44)]
|
||||
public char[] _pad = new System.Char[4];
|
||||
public bNodeStack() {
|
||||
this.vec = default;
|
||||
this.min = default;
|
||||
this.max = default;
|
||||
this.ptr_data = default;
|
||||
this.data = default;
|
||||
this.hasinput = default;
|
||||
this.hasoutput = default;
|
||||
this.datatype = default;
|
||||
@@ -50,11 +50,11 @@ namespace BlendFile.DNA {
|
||||
this.external = default;
|
||||
this._pad = default;
|
||||
}
|
||||
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) {
|
||||
public bNodeStack(float[] vec, float min, float max, object data, short hasinput, short hasoutput, short datatype, short sockettype, short is_copy, short external, char[] _pad) {
|
||||
this.vec = vec;
|
||||
this.min = min;
|
||||
this.max = max;
|
||||
this.ptr_data = ptr_data;
|
||||
this.data = data;
|
||||
this.hasinput = hasinput;
|
||||
this.hasoutput = hasoutput;
|
||||
this.datatype = datatype;
|
||||
|
||||
Reference in New Issue
Block a user