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

@@ -35,6 +35,18 @@ namespace BlendFile.DNA {
public CurveMapping ptr_curve_mapping;
[DNAFieldAttribute(9, "void", "*_pad2", 0)]
public object ptr__pad2;
public ColorManagedViewSettings() {
this.flag = default;
this._pad = default;
this.look = default;
this.view_transform = default;
this.exposure = default;
this.gamma = default;
this.temperature = default;
this.tint = default;
this.ptr_curve_mapping = default;
this.ptr__pad2 = default;
}
public ColorManagedViewSettings(int flag, char[] _pad, char[] look, char[] view_transform, float exposure, float gamma, float temperature, float tint, CurveMapping ptr_curve_mapping, object ptr__pad2) {
this.flag = flag;
this._pad = _pad;