Regenerated codefiles

This commit is contained in:
Samuele Lorefice
2025-03-04 18:48:04 +01:00
parent 8bbfb49720
commit 8e4eac0568
937 changed files with 16011 additions and 16181 deletions

View File

@@ -14,30 +14,30 @@ namespace BlendFile.DNA {
using BlendFile;
[DNAClassAttribute(623, "NodeDefocus", 32)]
public struct NodeDefocus {
[DNAFieldAttribute(0, "char", "bktype", "char", 1, false, 0)]
public class NodeDefocus {
[DNAFieldAttribute(1, "char", 0, "bktype", "char", false, 0)]
public char bktype;
[DNAFieldAttribute(1, "char", "_pad0", "char", 1, false, 1)]
[DNAFieldAttribute(1, "char", 1, "_pad0", "char", false, 1)]
public char _pad0;
[DNAFieldAttribute(2, "char", "preview", "char", 1, false, 2)]
[DNAFieldAttribute(1, "char", 2, "preview", "char", false, 2)]
public char preview;
[DNAFieldAttribute(3, "char", "gamco", "char", 1, false, 3)]
[DNAFieldAttribute(1, "char", 3, "gamco", "char", false, 3)]
public char gamco;
[DNAFieldAttribute(4, "short", "samples", "short", 2, false, 4)]
[DNAFieldAttribute(2, "short", 4, "samples", "short", false, 4)]
public short samples;
[DNAFieldAttribute(5, "short", "no_zbuf", "short", 2, false, 6)]
[DNAFieldAttribute(2, "short", 5, "no_zbuf", "short", false, 6)]
public short no_zbuf;
[DNAFieldAttribute(6, "float", "fstop", "float", 4, false, 8)]
[DNAFieldAttribute(4, "float", 6, "fstop", "float", false, 8)]
public float fstop;
[DNAFieldAttribute(7, "float", "maxblur", "float", 4, false, 12)]
[DNAFieldAttribute(4, "float", 7, "maxblur", "float", false, 12)]
public float maxblur;
[DNAFieldAttribute(8, "float", "bthresh", "float", 4, false, 16)]
[DNAFieldAttribute(4, "float", 8, "bthresh", "float", false, 16)]
public float bthresh;
[DNAFieldAttribute(9, "float", "scale", "float", 4, false, 20)]
[DNAFieldAttribute(4, "float", 9, "scale", "float", false, 20)]
public float scale;
[DNAFieldAttribute(10, "float", "rotation", "float", 4, false, 24)]
[DNAFieldAttribute(4, "float", 10, "rotation", "float", false, 24)]
public float rotation;
[DNAFieldAttribute(11, "char", "_pad1[4]", "System.Char[]", 4, false, 28)]
[DNAFieldAttribute(4, "char", 11, "_pad1[4]", "System.Char[]", false, 28)]
public char[] _pad1 = new System.Char[4];
public NodeDefocus() {
this.bktype = default;