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