regenerated files
This commit is contained in:
@@ -15,31 +15,31 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(166, "Histogram")]
|
||||
public struct Histogram {
|
||||
[DNAFieldAttribute(0, "int", "channels", 4)]
|
||||
[DNAFieldAttribute(0, "int", "channels", "int", 4)]
|
||||
public int channels;
|
||||
[DNAFieldAttribute(1, "int", "x_resolution", 4)]
|
||||
[DNAFieldAttribute(1, "int", "x_resolution", "int", 4)]
|
||||
public int x_resolution;
|
||||
[DNAFieldAttribute(2, "float", "data_luma[256]", 4)]
|
||||
[DNAFieldAttribute(2, "float", "data_luma[256]", "System.Single[]", 4)]
|
||||
public float[] data_luma = new System.Single[256];
|
||||
[DNAFieldAttribute(3, "float", "data_r[256]", 4)]
|
||||
[DNAFieldAttribute(3, "float", "data_r[256]", "System.Single[]", 4)]
|
||||
public float[] data_r = new System.Single[256];
|
||||
[DNAFieldAttribute(4, "float", "data_g[256]", 4)]
|
||||
[DNAFieldAttribute(4, "float", "data_g[256]", "System.Single[]", 4)]
|
||||
public float[] data_g = new System.Single[256];
|
||||
[DNAFieldAttribute(5, "float", "data_b[256]", 4)]
|
||||
[DNAFieldAttribute(5, "float", "data_b[256]", "System.Single[]", 4)]
|
||||
public float[] data_b = new System.Single[256];
|
||||
[DNAFieldAttribute(6, "float", "data_a[256]", 4)]
|
||||
[DNAFieldAttribute(6, "float", "data_a[256]", "System.Single[]", 4)]
|
||||
public float[] data_a = new System.Single[256];
|
||||
[DNAFieldAttribute(7, "float", "xmax", 4)]
|
||||
[DNAFieldAttribute(7, "float", "xmax", "float", 4)]
|
||||
public float xmax;
|
||||
[DNAFieldAttribute(8, "float", "ymax", 4)]
|
||||
[DNAFieldAttribute(8, "float", "ymax", "float", 4)]
|
||||
public float ymax;
|
||||
[DNAFieldAttribute(9, "short", "mode", 2)]
|
||||
[DNAFieldAttribute(9, "short", "mode", "short", 2)]
|
||||
public short mode;
|
||||
[DNAFieldAttribute(10, "short", "flag", 2)]
|
||||
[DNAFieldAttribute(10, "short", "flag", "short", 2)]
|
||||
public short flag;
|
||||
[DNAFieldAttribute(11, "int", "height", 4)]
|
||||
[DNAFieldAttribute(11, "int", "height", "int", 4)]
|
||||
public int height;
|
||||
[DNAFieldAttribute(12, "float", "co[2][2]", 4)]
|
||||
[DNAFieldAttribute(12, "float", "co[2][2]", "System.Single[,]", 4)]
|
||||
public float[,] co = new System.Single[2,2];
|
||||
public Histogram() {
|
||||
this.channels = default;
|
||||
|
||||
Reference in New Issue
Block a user