Regenerated codefiles
This commit is contained in:
@@ -15,17 +15,17 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(365, "LineStyleColorModifier_AlongStroke", 104)]
|
||||
public class LineStyleColorModifier_AlongStroke {
|
||||
[DNAFieldAttribute(0, "LineStyleModifier", "modifier", "LineStyleModifier", 96, false, 0)]
|
||||
[DNAFieldAttribute(96, "LineStyleModifier", 0, "modifier", "LineStyleModifier", false, 0)]
|
||||
public LineStyleModifier modifier;
|
||||
[DNAFieldAttribute(1, "ColorBand", "*color_ramp", "ColorBand", 8, true, 96)]
|
||||
public ColorBand ptr_color_ramp;
|
||||
[DNAFieldAttribute(8, "ColorBand", 1, "*color_ramp", "ColorBand", true, 96)]
|
||||
public ColorBand color_ramp;
|
||||
public LineStyleColorModifier_AlongStroke() {
|
||||
this.modifier = default;
|
||||
this.ptr_color_ramp = default;
|
||||
this.color_ramp = default;
|
||||
}
|
||||
public LineStyleColorModifier_AlongStroke(LineStyleModifier modifier, ColorBand ptr_color_ramp) {
|
||||
public LineStyleColorModifier_AlongStroke(LineStyleModifier modifier, ColorBand color_ramp) {
|
||||
this.modifier = modifier;
|
||||
this.ptr_color_ramp = ptr_color_ramp;
|
||||
this.color_ramp = color_ramp;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user