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