regenerated files
This commit is contained in:
@@ -15,25 +15,25 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(168, "ColorManagedViewSettings")]
|
||||
public class ColorManagedViewSettings {
|
||||
[DNAFieldAttribute(0, "int", "flag", "int", 4)]
|
||||
[DNAFieldAttribute(0, "int", "flag", "int", 4, false)]
|
||||
public int flag;
|
||||
[DNAFieldAttribute(1, "char", "_pad[4]", "System.Char[]", 1)]
|
||||
[DNAFieldAttribute(1, "char", "_pad[4]", "System.Char[]", 4, false)]
|
||||
public char[] _pad = new System.Char[4];
|
||||
[DNAFieldAttribute(2, "char", "look[64]", "System.Char[]", 1)]
|
||||
[DNAFieldAttribute(2, "char", "look[64]", "System.Char[]", 64, false)]
|
||||
public char[] look = new System.Char[64];
|
||||
[DNAFieldAttribute(3, "char", "view_transform[64]", "System.Char[]", 1)]
|
||||
[DNAFieldAttribute(3, "char", "view_transform[64]", "System.Char[]", 64, false)]
|
||||
public char[] view_transform = new System.Char[64];
|
||||
[DNAFieldAttribute(4, "float", "exposure", "float", 4)]
|
||||
[DNAFieldAttribute(4, "float", "exposure", "float", 4, false)]
|
||||
public float exposure;
|
||||
[DNAFieldAttribute(5, "float", "gamma", "float", 4)]
|
||||
[DNAFieldAttribute(5, "float", "gamma", "float", 4, false)]
|
||||
public float gamma;
|
||||
[DNAFieldAttribute(6, "float", "temperature", "float", 4)]
|
||||
[DNAFieldAttribute(6, "float", "temperature", "float", 4, false)]
|
||||
public float temperature;
|
||||
[DNAFieldAttribute(7, "float", "tint", "float", 4)]
|
||||
[DNAFieldAttribute(7, "float", "tint", "float", 4, false)]
|
||||
public float tint;
|
||||
[DNAFieldAttribute(8, "CurveMapping", "*curve_mapping", "CurveMapping", 424)]
|
||||
[DNAFieldAttribute(8, "CurveMapping", "*curve_mapping", "CurveMapping", 4, true)]
|
||||
public CurveMapping ptr_curve_mapping;
|
||||
[DNAFieldAttribute(9, "void", "*_pad2", "void", 0)]
|
||||
[DNAFieldAttribute(9, "void", "*_pad2", "void", 4, true)]
|
||||
public object ptr__pad2;
|
||||
public ColorManagedViewSettings() {
|
||||
this.flag = default;
|
||||
|
||||
Reference in New Issue
Block a user