Generated new code and added initial data handling
This commit is contained in:
@@ -25,6 +25,13 @@ namespace BlendFile.DNA {
|
||||
public float orientation;
|
||||
[DNAFieldAttribute(4, "char", "_pad[4]", 1)]
|
||||
public char[] _pad = new System.Char[4];
|
||||
public LineStyleThicknessModifier_Calligraphy() {
|
||||
this.modifier = default;
|
||||
this.min_thickness = default;
|
||||
this.max_thickness = default;
|
||||
this.orientation = default;
|
||||
this._pad = default;
|
||||
}
|
||||
public LineStyleThicknessModifier_Calligraphy(LineStyleModifier modifier, float min_thickness, float max_thickness, float orientation, char[] _pad) {
|
||||
this.modifier = modifier;
|
||||
this.min_thickness = min_thickness;
|
||||
|
||||
Reference in New Issue
Block a user