regenerated files
This commit is contained in:
@@ -15,23 +15,23 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(373, "LineStyleThicknessModifier_DistanceFromObject")]
|
||||
public class LineStyleThicknessModifier_DistanceFromObject {
|
||||
[DNAFieldAttribute(0, "LineStyleModifier", "modifier", 96)]
|
||||
[DNAFieldAttribute(0, "LineStyleModifier", "modifier", "LineStyleModifier", 96)]
|
||||
public LineStyleModifier modifier;
|
||||
[DNAFieldAttribute(1, "Object", "*target", 1160)]
|
||||
[DNAFieldAttribute(1, "Object", "*target", "Object", 1160)]
|
||||
public Object ptr_target;
|
||||
[DNAFieldAttribute(2, "CurveMapping", "*curve", 424)]
|
||||
[DNAFieldAttribute(2, "CurveMapping", "*curve", "CurveMapping", 424)]
|
||||
public CurveMapping ptr_curve;
|
||||
[DNAFieldAttribute(3, "int", "flags", 4)]
|
||||
[DNAFieldAttribute(3, "int", "flags", "int", 4)]
|
||||
public int flags;
|
||||
[DNAFieldAttribute(4, "float", "range_min", 4)]
|
||||
[DNAFieldAttribute(4, "float", "range_min", "float", 4)]
|
||||
public float range_min;
|
||||
[DNAFieldAttribute(5, "float", "range_max", 4)]
|
||||
[DNAFieldAttribute(5, "float", "range_max", "float", 4)]
|
||||
public float range_max;
|
||||
[DNAFieldAttribute(6, "float", "value_min", 4)]
|
||||
[DNAFieldAttribute(6, "float", "value_min", "float", 4)]
|
||||
public float value_min;
|
||||
[DNAFieldAttribute(7, "float", "value_max", 4)]
|
||||
[DNAFieldAttribute(7, "float", "value_max", "float", 4)]
|
||||
public float value_max;
|
||||
[DNAFieldAttribute(8, "char", "_pad[4]", 1)]
|
||||
[DNAFieldAttribute(8, "char", "_pad[4]", "System.Char[]", 1)]
|
||||
public char[] _pad = new System.Char[4];
|
||||
public LineStyleThicknessModifier_DistanceFromObject() {
|
||||
this.modifier = default;
|
||||
|
||||
Reference in New Issue
Block a user