regenerated files

This commit is contained in:
mm00
2025-02-18 18:16:57 +01:00
parent 305186b2a9
commit bc3ac0ad86
937 changed files with 9598 additions and 9586 deletions

View File

@@ -15,25 +15,25 @@ namespace BlendFile.DNA {
[DNAClassAttribute(168, "ColorManagedViewSettings")]
public class ColorManagedViewSettings {
[DNAFieldAttribute(0, "int", "flag", 4)]
[DNAFieldAttribute(0, "int", "flag", "int", 4)]
public int flag;
[DNAFieldAttribute(1, "char", "_pad[4]", 1)]
[DNAFieldAttribute(1, "char", "_pad[4]", "System.Char[]", 1)]
public char[] _pad = new System.Char[4];
[DNAFieldAttribute(2, "char", "look[64]", 1)]
[DNAFieldAttribute(2, "char", "look[64]", "System.Char[]", 1)]
public char[] look = new System.Char[64];
[DNAFieldAttribute(3, "char", "view_transform[64]", 1)]
[DNAFieldAttribute(3, "char", "view_transform[64]", "System.Char[]", 1)]
public char[] view_transform = new System.Char[64];
[DNAFieldAttribute(4, "float", "exposure", 4)]
[DNAFieldAttribute(4, "float", "exposure", "float", 4)]
public float exposure;
[DNAFieldAttribute(5, "float", "gamma", 4)]
[DNAFieldAttribute(5, "float", "gamma", "float", 4)]
public float gamma;
[DNAFieldAttribute(6, "float", "temperature", 4)]
[DNAFieldAttribute(6, "float", "temperature", "float", 4)]
public float temperature;
[DNAFieldAttribute(7, "float", "tint", 4)]
[DNAFieldAttribute(7, "float", "tint", "float", 4)]
public float tint;
[DNAFieldAttribute(8, "CurveMapping", "*curve_mapping", 424)]
[DNAFieldAttribute(8, "CurveMapping", "*curve_mapping", "CurveMapping", 424)]
public CurveMapping ptr_curve_mapping;
[DNAFieldAttribute(9, "void", "*_pad2", 0)]
[DNAFieldAttribute(9, "void", "*_pad2", "void", 0)]
public object ptr__pad2;
public ColorManagedViewSettings() {
this.flag = default;