regenerated files

This commit is contained in:
mm00
2025-02-19 17:07:50 +01:00
parent f327f18b57
commit 380949122c
935 changed files with 9595 additions and 9586 deletions

View File

@@ -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;