Regenerated codefiles
This commit is contained in:
@@ -15,26 +15,26 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(168, "ColorManagedViewSettings", 168)]
|
||||
public class ColorManagedViewSettings {
|
||||
[DNAFieldAttribute(0, "int", "flag", "int", 4, false, 0)]
|
||||
[DNAFieldAttribute(4, "int", 0, "flag", "int", false, 0)]
|
||||
public int flag;
|
||||
[DNAFieldAttribute(1, "char", "_pad[4]", "System.Char[]", 4, false, 4)]
|
||||
[DNAFieldAttribute(4, "char", 1, "_pad[4]", "System.Char[]", false, 4)]
|
||||
public char[] _pad = new System.Char[4];
|
||||
[DNAFieldAttribute(2, "char", "look[64]", "System.Char[]", 64, false, 8)]
|
||||
[DNAFieldAttribute(64, "char", 2, "look[64]", "System.Char[]", false, 8)]
|
||||
public char[] look = new System.Char[64];
|
||||
[DNAFieldAttribute(3, "char", "view_transform[64]", "System.Char[]", 64, false, 72)]
|
||||
[DNAFieldAttribute(64, "char", 3, "view_transform[64]", "System.Char[]", false, 72)]
|
||||
public char[] view_transform = new System.Char[64];
|
||||
[DNAFieldAttribute(4, "float", "exposure", "float", 4, false, 136)]
|
||||
[DNAFieldAttribute(4, "float", 4, "exposure", "float", false, 136)]
|
||||
public float exposure;
|
||||
[DNAFieldAttribute(5, "float", "gamma", "float", 4, false, 140)]
|
||||
[DNAFieldAttribute(4, "float", 5, "gamma", "float", false, 140)]
|
||||
public float gamma;
|
||||
[DNAFieldAttribute(6, "float", "temperature", "float", 4, false, 144)]
|
||||
[DNAFieldAttribute(4, "float", 6, "temperature", "float", false, 144)]
|
||||
public float temperature;
|
||||
[DNAFieldAttribute(7, "float", "tint", "float", 4, false, 148)]
|
||||
[DNAFieldAttribute(4, "float", 7, "tint", "float", false, 148)]
|
||||
public float tint;
|
||||
[DNAFieldAttribute(8, "CurveMapping", "*curve_mapping", "CurveMapping", 8, true, 152)]
|
||||
public CurveMapping ptr_curve_mapping;
|
||||
[DNAFieldAttribute(9, "void", "*_pad2", "void", 8, true, 160)]
|
||||
public object ptr__pad2;
|
||||
[DNAFieldAttribute(8, "CurveMapping", 8, "*curve_mapping", "CurveMapping", true, 152)]
|
||||
public CurveMapping curve_mapping;
|
||||
[DNAFieldAttribute(8, "void", 9, "*_pad2", "void", true, 160)]
|
||||
public object _pad2;
|
||||
public ColorManagedViewSettings() {
|
||||
this.flag = default;
|
||||
this._pad = default;
|
||||
@@ -44,10 +44,10 @@ namespace BlendFile.DNA {
|
||||
this.gamma = default;
|
||||
this.temperature = default;
|
||||
this.tint = default;
|
||||
this.ptr_curve_mapping = default;
|
||||
this.ptr__pad2 = default;
|
||||
this.curve_mapping = default;
|
||||
this._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) {
|
||||
public ColorManagedViewSettings(int flag, char[] _pad, char[] look, char[] view_transform, float exposure, float gamma, float temperature, float tint, CurveMapping curve_mapping, object _pad2) {
|
||||
this.flag = flag;
|
||||
this._pad = _pad;
|
||||
this.look = look;
|
||||
@@ -56,8 +56,8 @@ namespace BlendFile.DNA {
|
||||
this.gamma = gamma;
|
||||
this.temperature = temperature;
|
||||
this.tint = tint;
|
||||
this.ptr_curve_mapping = ptr_curve_mapping;
|
||||
this.ptr__pad2 = ptr__pad2;
|
||||
this.curve_mapping = curve_mapping;
|
||||
this._pad2 = _pad2;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user