updated generated files
This commit is contained in:
@@ -25,9 +25,9 @@ namespace BlendFile.DNA {
|
||||
public float mintable;
|
||||
[DNAFieldAttribute(4, "float", 4, "maxtable", "float", false, 12)]
|
||||
public float maxtable;
|
||||
[DNAArrayAttribute(8, "float", 5, "ext_in[2]", "System.Single[]", 2, 16)]
|
||||
[DNAArrayAttribute(8, "float", 5, "ext_in[2]", "System.Single[]", 2, false, 16)]
|
||||
public float[] ext_in = new System.Single[2];
|
||||
[DNAArrayAttribute(8, "float", 6, "ext_out[2]", "System.Single[]", 2, 24)]
|
||||
[DNAArrayAttribute(8, "float", 6, "ext_out[2]", "System.Single[]", 2, false, 24)]
|
||||
public float[] ext_out = new System.Single[2];
|
||||
[DNAFieldAttribute(8, "CurveMapPoint", 7, "*curve", "CurveMapPoint", true, 32)]
|
||||
public CurveMapPoint curve;
|
||||
@@ -35,13 +35,13 @@ namespace BlendFile.DNA {
|
||||
public CurveMapPoint table;
|
||||
[DNAFieldAttribute(8, "CurveMapPoint", 9, "*premultable", "CurveMapPoint", true, 48)]
|
||||
public CurveMapPoint premultable;
|
||||
[DNAArrayAttribute(8, "float", 10, "premul_ext_in[2]", "System.Single[]", 2, 56)]
|
||||
[DNAArrayAttribute(8, "float", 10, "premul_ext_in[2]", "System.Single[]", 2, false, 56)]
|
||||
public float[] premul_ext_in = new System.Single[2];
|
||||
[DNAArrayAttribute(8, "float", 11, "premul_ext_out[2]", "System.Single[]", 2, 64)]
|
||||
[DNAArrayAttribute(8, "float", 11, "premul_ext_out[2]", "System.Single[]", 2, false, 64)]
|
||||
public float[] premul_ext_out = new System.Single[2];
|
||||
[DNAFieldAttribute(2, "short", 12, "default_handle_type", "short", false, 72)]
|
||||
public short default_handle_type;
|
||||
[DNAArrayAttribute(6, "char", 13, "_pad[6]", "System.Char[]", 6, 74)]
|
||||
[DNAArrayAttribute(6, "char", 13, "_pad[6]", "System.Char[]", 6, false, 74)]
|
||||
public char[] _pad = new System.Char[6];
|
||||
public CurveMap() {
|
||||
this.totpoint = default;
|
||||
|
||||
Reference in New Issue
Block a user