regenerated files
This commit is contained in:
@@ -15,29 +15,29 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(623, "NodeDefocus")]
|
||||
public struct NodeDefocus {
|
||||
[DNAFieldAttribute(0, "char", "bktype", "char", 1)]
|
||||
[DNAFieldAttribute(0, "char", "bktype", "char", 1, false)]
|
||||
public char bktype;
|
||||
[DNAFieldAttribute(1, "char", "_pad0", "char", 1)]
|
||||
[DNAFieldAttribute(1, "char", "_pad0", "char", 1, false)]
|
||||
public char _pad0;
|
||||
[DNAFieldAttribute(2, "char", "preview", "char", 1)]
|
||||
[DNAFieldAttribute(2, "char", "preview", "char", 1, false)]
|
||||
public char preview;
|
||||
[DNAFieldAttribute(3, "char", "gamco", "char", 1)]
|
||||
[DNAFieldAttribute(3, "char", "gamco", "char", 1, false)]
|
||||
public char gamco;
|
||||
[DNAFieldAttribute(4, "short", "samples", "short", 2)]
|
||||
[DNAFieldAttribute(4, "short", "samples", "short", 2, false)]
|
||||
public short samples;
|
||||
[DNAFieldAttribute(5, "short", "no_zbuf", "short", 2)]
|
||||
[DNAFieldAttribute(5, "short", "no_zbuf", "short", 2, false)]
|
||||
public short no_zbuf;
|
||||
[DNAFieldAttribute(6, "float", "fstop", "float", 4)]
|
||||
[DNAFieldAttribute(6, "float", "fstop", "float", 4, false)]
|
||||
public float fstop;
|
||||
[DNAFieldAttribute(7, "float", "maxblur", "float", 4)]
|
||||
[DNAFieldAttribute(7, "float", "maxblur", "float", 4, false)]
|
||||
public float maxblur;
|
||||
[DNAFieldAttribute(8, "float", "bthresh", "float", 4)]
|
||||
[DNAFieldAttribute(8, "float", "bthresh", "float", 4, false)]
|
||||
public float bthresh;
|
||||
[DNAFieldAttribute(9, "float", "scale", "float", 4)]
|
||||
[DNAFieldAttribute(9, "float", "scale", "float", 4, false)]
|
||||
public float scale;
|
||||
[DNAFieldAttribute(10, "float", "rotation", "float", 4)]
|
||||
[DNAFieldAttribute(10, "float", "rotation", "float", 4, false)]
|
||||
public float rotation;
|
||||
[DNAFieldAttribute(11, "char", "_pad1[4]", "System.Char[]", 1)]
|
||||
[DNAFieldAttribute(11, "char", "_pad1[4]", "System.Char[]", 4, false)]
|
||||
public char[] _pad1 = new System.Char[4];
|
||||
public NodeDefocus() {
|
||||
this.bktype = default;
|
||||
|
||||
Reference in New Issue
Block a user