regenerate files
This commit is contained in:
@@ -13,7 +13,7 @@ using System;
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
[DNAClassAttribute(165, "CurveMap")]
|
||||
[DNAClassAttribute(165, "CurveMap", 80)]
|
||||
public class CurveMap {
|
||||
[DNAFieldAttribute(0, "short", "totpoint", "short", 2, false)]
|
||||
public short totpoint;
|
||||
@@ -29,11 +29,11 @@ namespace BlendFile.DNA {
|
||||
public float[] ext_in = new System.Single[2];
|
||||
[DNAFieldAttribute(6, "float", "ext_out[2]", "System.Single[]", 8, false)]
|
||||
public float[] ext_out = new System.Single[2];
|
||||
[DNAFieldAttribute(7, "CurveMapPoint", "*curve", "CurveMapPoint", 4, true)]
|
||||
[DNAFieldAttribute(7, "CurveMapPoint", "*curve", "CurveMapPoint", 8, true)]
|
||||
public CurveMapPoint ptr_curve;
|
||||
[DNAFieldAttribute(8, "CurveMapPoint", "*table", "CurveMapPoint", 4, true)]
|
||||
[DNAFieldAttribute(8, "CurveMapPoint", "*table", "CurveMapPoint", 8, true)]
|
||||
public CurveMapPoint ptr_table;
|
||||
[DNAFieldAttribute(9, "CurveMapPoint", "*premultable", "CurveMapPoint", 4, true)]
|
||||
[DNAFieldAttribute(9, "CurveMapPoint", "*premultable", "CurveMapPoint", 8, true)]
|
||||
public CurveMapPoint ptr_premultable;
|
||||
[DNAFieldAttribute(10, "float", "premul_ext_in[2]", "System.Single[]", 8, false)]
|
||||
public float[] premul_ext_in = new System.Single[2];
|
||||
|
||||
Reference in New Issue
Block a user