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