Generated new code and added initial data handling
This commit is contained in:
@@ -43,6 +43,22 @@ namespace BlendFile.DNA {
|
||||
public float angle_ofs;
|
||||
[DNAFieldAttribute(13, "char", "_pad1[4]", 1)]
|
||||
public char[] _pad1 = new System.Char[4];
|
||||
public NodeGlare() {
|
||||
this.quality = default;
|
||||
this.type = default;
|
||||
this.iter = default;
|
||||
this.angle = default;
|
||||
this._pad0 = default;
|
||||
this.size = default;
|
||||
this.star_45 = default;
|
||||
this.streaks = default;
|
||||
this.colmod = default;
|
||||
this.mix = default;
|
||||
this.threshold = default;
|
||||
this.fade = default;
|
||||
this.angle_ofs = default;
|
||||
this._pad1 = default;
|
||||
}
|
||||
public NodeGlare(char quality, char type, char iter, char angle, char _pad0, char size, char star_45, char streaks, float colmod, float mix, float threshold, float fade, float angle_ofs, char[] _pad1) {
|
||||
this.quality = quality;
|
||||
this.type = type;
|
||||
|
||||
Reference in New Issue
Block a user