regenerated files
This commit is contained in:
@@ -15,37 +15,37 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(608, "NodeBlurData")]
|
||||
public struct NodeBlurData {
|
||||
[DNAFieldAttribute(0, "short", "sizex", "short", 2)]
|
||||
[DNAFieldAttribute(0, "short", "sizex", "short", 2, false)]
|
||||
public short sizex;
|
||||
[DNAFieldAttribute(1, "short", "sizey", "short", 2)]
|
||||
[DNAFieldAttribute(1, "short", "sizey", "short", 2, false)]
|
||||
public short sizey;
|
||||
[DNAFieldAttribute(2, "short", "samples", "short", 2)]
|
||||
[DNAFieldAttribute(2, "short", "samples", "short", 2, false)]
|
||||
public short samples;
|
||||
[DNAFieldAttribute(3, "short", "maxspeed", "short", 2)]
|
||||
[DNAFieldAttribute(3, "short", "maxspeed", "short", 2, false)]
|
||||
public short maxspeed;
|
||||
[DNAFieldAttribute(4, "short", "minspeed", "short", 2)]
|
||||
[DNAFieldAttribute(4, "short", "minspeed", "short", 2, false)]
|
||||
public short minspeed;
|
||||
[DNAFieldAttribute(5, "short", "relative", "short", 2)]
|
||||
[DNAFieldAttribute(5, "short", "relative", "short", 2, false)]
|
||||
public short relative;
|
||||
[DNAFieldAttribute(6, "short", "aspect", "short", 2)]
|
||||
[DNAFieldAttribute(6, "short", "aspect", "short", 2, false)]
|
||||
public short aspect;
|
||||
[DNAFieldAttribute(7, "short", "curved", "short", 2)]
|
||||
[DNAFieldAttribute(7, "short", "curved", "short", 2, false)]
|
||||
public short curved;
|
||||
[DNAFieldAttribute(8, "float", "fac", "float", 4)]
|
||||
[DNAFieldAttribute(8, "float", "fac", "float", 4, false)]
|
||||
public float fac;
|
||||
[DNAFieldAttribute(9, "float", "percentx", "float", 4)]
|
||||
[DNAFieldAttribute(9, "float", "percentx", "float", 4, false)]
|
||||
public float percentx;
|
||||
[DNAFieldAttribute(10, "float", "percenty", "float", 4)]
|
||||
[DNAFieldAttribute(10, "float", "percenty", "float", 4, false)]
|
||||
public float percenty;
|
||||
[DNAFieldAttribute(11, "short", "filtertype", "short", 2)]
|
||||
[DNAFieldAttribute(11, "short", "filtertype", "short", 2, false)]
|
||||
public short filtertype;
|
||||
[DNAFieldAttribute(12, "char", "bokeh", "char", 1)]
|
||||
[DNAFieldAttribute(12, "char", "bokeh", "char", 1, false)]
|
||||
public char bokeh;
|
||||
[DNAFieldAttribute(13, "char", "gamma", "char", 1)]
|
||||
[DNAFieldAttribute(13, "char", "gamma", "char", 1, false)]
|
||||
public char gamma;
|
||||
[DNAFieldAttribute(14, "int", "image_in_width", "int", 4)]
|
||||
[DNAFieldAttribute(14, "int", "image_in_width", "int", 4, false)]
|
||||
public int image_in_width;
|
||||
[DNAFieldAttribute(15, "int", "image_in_height", "int", 4)]
|
||||
[DNAFieldAttribute(15, "int", "image_in_height", "int", 4, false)]
|
||||
public int image_in_height;
|
||||
public NodeBlurData() {
|
||||
this.sizex = default;
|
||||
|
||||
Reference in New Issue
Block a user