Added memoryOffset value to DNAFieldAttribute, regenerated files.
This commit is contained in:
@@ -15,15 +15,15 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(371, "LineStyleColorModifier_DistanceFromObject", 120)]
|
||||
public class LineStyleColorModifier_DistanceFromObject {
|
||||
[DNAFieldAttribute(0, "LineStyleModifier", "modifier", "LineStyleModifier", 96, false)]
|
||||
[DNAFieldAttribute(0, "LineStyleModifier", "modifier", "LineStyleModifier", 96, false, 0)]
|
||||
public LineStyleModifier modifier;
|
||||
[DNAFieldAttribute(1, "Object", "*target", "Object", 8, true)]
|
||||
[DNAFieldAttribute(1, "Object", "*target", "Object", 8, true, 96)]
|
||||
public Object ptr_target;
|
||||
[DNAFieldAttribute(2, "ColorBand", "*color_ramp", "ColorBand", 8, true)]
|
||||
[DNAFieldAttribute(2, "ColorBand", "*color_ramp", "ColorBand", 8, true, 104)]
|
||||
public ColorBand ptr_color_ramp;
|
||||
[DNAFieldAttribute(3, "float", "range_min", "float", 4, false)]
|
||||
[DNAFieldAttribute(3, "float", "range_min", "float", 4, false, 112)]
|
||||
public float range_min;
|
||||
[DNAFieldAttribute(4, "float", "range_max", "float", 4, false)]
|
||||
[DNAFieldAttribute(4, "float", "range_max", "float", 4, false, 116)]
|
||||
public float range_max;
|
||||
public LineStyleColorModifier_DistanceFromObject() {
|
||||
this.modifier = default;
|
||||
|
||||
Reference in New Issue
Block a user