Added memoryOffset value to DNAFieldAttribute, regenerated files.
This commit is contained in:
@@ -15,21 +15,21 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(370, "LineStyleThicknessModifier_DistanceFromCamera", 128)]
|
||||
public class LineStyleThicknessModifier_DistanceFromCamera {
|
||||
[DNAFieldAttribute(0, "LineStyleModifier", "modifier", "LineStyleModifier", 96, false)]
|
||||
[DNAFieldAttribute(0, "LineStyleModifier", "modifier", "LineStyleModifier", 96, false, 0)]
|
||||
public LineStyleModifier modifier;
|
||||
[DNAFieldAttribute(1, "CurveMapping", "*curve", "CurveMapping", 8, true)]
|
||||
[DNAFieldAttribute(1, "CurveMapping", "*curve", "CurveMapping", 8, true, 96)]
|
||||
public CurveMapping ptr_curve;
|
||||
[DNAFieldAttribute(2, "int", "flags", "int", 4, false)]
|
||||
[DNAFieldAttribute(2, "int", "flags", "int", 4, false, 104)]
|
||||
public int flags;
|
||||
[DNAFieldAttribute(3, "float", "range_min", "float", 4, false)]
|
||||
[DNAFieldAttribute(3, "float", "range_min", "float", 4, false, 108)]
|
||||
public float range_min;
|
||||
[DNAFieldAttribute(4, "float", "range_max", "float", 4, false)]
|
||||
[DNAFieldAttribute(4, "float", "range_max", "float", 4, false, 112)]
|
||||
public float range_max;
|
||||
[DNAFieldAttribute(5, "float", "value_min", "float", 4, false)]
|
||||
[DNAFieldAttribute(5, "float", "value_min", "float", 4, false, 116)]
|
||||
public float value_min;
|
||||
[DNAFieldAttribute(6, "float", "value_max", "float", 4, false)]
|
||||
[DNAFieldAttribute(6, "float", "value_max", "float", 4, false, 120)]
|
||||
public float value_max;
|
||||
[DNAFieldAttribute(7, "char", "_pad[4]", "System.Char[]", 4, false)]
|
||||
[DNAFieldAttribute(7, "char", "_pad[4]", "System.Char[]", 4, false, 124)]
|
||||
public char[] _pad = new System.Char[4];
|
||||
public LineStyleThicknessModifier_DistanceFromCamera() {
|
||||
this.modifier = default;
|
||||
|
||||
Reference in New Issue
Block a user