Generated new code and added initial data handling
This commit is contained in:
@@ -19,6 +19,10 @@ namespace BlendFile.DNA {
|
||||
public LineStyleModifier modifier;
|
||||
[DNAFieldAttribute(1, "ColorBand", "*color_ramp", 776)]
|
||||
public ColorBand ptr_color_ramp;
|
||||
public LineStyleColorModifier_Tangent() {
|
||||
this.modifier = default;
|
||||
this.ptr_color_ramp = default;
|
||||
}
|
||||
public LineStyleColorModifier_Tangent(LineStyleModifier modifier, ColorBand ptr_color_ramp) {
|
||||
this.modifier = modifier;
|
||||
this.ptr_color_ramp = ptr_color_ramp;
|
||||
|
||||
Reference in New Issue
Block a user