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

@@ -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;