Generated new code and added initial data handling
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user