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

@@ -41,6 +41,21 @@ namespace BlendFile.DNA {
public short tone;
[DNAFieldAttribute(12, "char", "_pad[6]", 1)]
public char[] _pad = new System.Char[6];
public CurveMapping() {
this.flag = default;
this.cur = default;
this.preset = default;
this.changed_timestamp = default;
this.curr = default;
this.clipr = default;
this.cm = default;
this.black = default;
this.white = default;
this.bwmul = default;
this.sample = default;
this.tone = default;
this._pad = default;
}
public CurveMapping(int flag, int cur, int preset, int changed_timestamp, rctf curr, rctf clipr, CurveMap[] cm, float[] black, float[] white, float[] bwmul, float[] sample, short tone, char[] _pad) {
this.flag = flag;
this.cur = cur;