regenerated files

This commit is contained in:
mm00
2025-02-18 18:16:57 +01:00
parent 305186b2a9
commit bc3ac0ad86
937 changed files with 9598 additions and 9586 deletions

View File

@@ -15,33 +15,33 @@ namespace BlendFile.DNA {
[DNAClassAttribute(165, "CurveMap")]
public class CurveMap {
[DNAFieldAttribute(0, "short", "totpoint", 2)]
[DNAFieldAttribute(0, "short", "totpoint", "short", 2)]
public short totpoint;
[DNAFieldAttribute(1, "short", "flag", 2)]
[DNAFieldAttribute(1, "short", "flag", "short", 2)]
public short flag;
[DNAFieldAttribute(2, "float", "range", 4)]
[DNAFieldAttribute(2, "float", "range", "float", 4)]
public float range;
[DNAFieldAttribute(3, "float", "mintable", 4)]
[DNAFieldAttribute(3, "float", "mintable", "float", 4)]
public float mintable;
[DNAFieldAttribute(4, "float", "maxtable", 4)]
[DNAFieldAttribute(4, "float", "maxtable", "float", 4)]
public float maxtable;
[DNAFieldAttribute(5, "float", "ext_in[2]", 4)]
[DNAFieldAttribute(5, "float", "ext_in[2]", "System.Single[]", 4)]
public float[] ext_in = new System.Single[2];
[DNAFieldAttribute(6, "float", "ext_out[2]", 4)]
[DNAFieldAttribute(6, "float", "ext_out[2]", "System.Single[]", 4)]
public float[] ext_out = new System.Single[2];
[DNAFieldAttribute(7, "CurveMapPoint", "*curve", 12)]
[DNAFieldAttribute(7, "CurveMapPoint", "*curve", "CurveMapPoint", 12)]
public CurveMapPoint ptr_curve;
[DNAFieldAttribute(8, "CurveMapPoint", "*table", 12)]
[DNAFieldAttribute(8, "CurveMapPoint", "*table", "CurveMapPoint", 12)]
public CurveMapPoint ptr_table;
[DNAFieldAttribute(9, "CurveMapPoint", "*premultable", 12)]
[DNAFieldAttribute(9, "CurveMapPoint", "*premultable", "CurveMapPoint", 12)]
public CurveMapPoint ptr_premultable;
[DNAFieldAttribute(10, "float", "premul_ext_in[2]", 4)]
[DNAFieldAttribute(10, "float", "premul_ext_in[2]", "System.Single[]", 4)]
public float[] premul_ext_in = new System.Single[2];
[DNAFieldAttribute(11, "float", "premul_ext_out[2]", 4)]
[DNAFieldAttribute(11, "float", "premul_ext_out[2]", "System.Single[]", 4)]
public float[] premul_ext_out = new System.Single[2];
[DNAFieldAttribute(12, "short", "default_handle_type", 2)]
[DNAFieldAttribute(12, "short", "default_handle_type", "short", 2)]
public short default_handle_type;
[DNAFieldAttribute(13, "char", "_pad[6]", 1)]
[DNAFieldAttribute(13, "char", "_pad[6]", "System.Char[]", 1)]
public char[] _pad = new System.Char[6];
public CurveMap() {
this.totpoint = default;