Added memoryOffset value to DNAFieldAttribute, regenerated files.

This commit is contained in:
Samuele Lorefice
2025-02-20 21:00:55 +01:00
parent b171b65aa5
commit f383debd18
939 changed files with 9636 additions and 9605 deletions

View File

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