Generated new code and added initial data handling

This commit is contained in:
mm00
2025-01-27 19:24:50 +01:00
parent ebcc629feb
commit 146a3992ce
940 changed files with 11560 additions and 9 deletions

View File

@@ -39,6 +39,20 @@ namespace BlendFile.DNA {
public float rotation;
[DNAFieldAttribute(11, "char", "_pad1[4]", 1)]
public char[] _pad1 = new System.Char[4];
public NodeDefocus() {
this.bktype = default;
this._pad0 = default;
this.preview = default;
this.gamco = default;
this.samples = default;
this.no_zbuf = default;
this.fstop = default;
this.maxblur = default;
this.bthresh = default;
this.scale = default;
this.rotation = default;
this._pad1 = default;
}
public NodeDefocus(char bktype, char _pad0, char preview, char gamco, short samples, short no_zbuf, float fstop, float maxblur, float bthresh, float scale, float rotation, char[] _pad1) {
this.bktype = bktype;
this._pad0 = _pad0;