regenerated files
This commit is contained in:
@@ -15,15 +15,15 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(371, "LineStyleColorModifier_DistanceFromObject")]
|
||||
public class LineStyleColorModifier_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, "ColorBand", "*color_ramp", 776)]
|
||||
[DNAFieldAttribute(2, "ColorBand", "*color_ramp", "ColorBand", 776)]
|
||||
public ColorBand ptr_color_ramp;
|
||||
[DNAFieldAttribute(3, "float", "range_min", 4)]
|
||||
[DNAFieldAttribute(3, "float", "range_min", "float", 4)]
|
||||
public float range_min;
|
||||
[DNAFieldAttribute(4, "float", "range_max", 4)]
|
||||
[DNAFieldAttribute(4, "float", "range_max", "float", 4)]
|
||||
public float range_max;
|
||||
public LineStyleColorModifier_DistanceFromObject() {
|
||||
this.modifier = default;
|
||||
|
||||
Reference in New Issue
Block a user