Generated new code and added initial data handling

This commit is contained in:
mm00
2025-01-27 19:24:50 +01:00
parent ebcc629feb
commit 146a3992ce
940 changed files with 11560 additions and 9 deletions

View File

@@ -33,6 +33,17 @@ namespace BlendFile.DNA {
public float pivot_y;
[DNAFieldAttribute(8, "char", "_pad[4]", 1)]
public char[] _pad = new System.Char[4];
public LineStyleGeometryModifier_2DTransform() {
this.modifier = default;
this.pivot = default;
this.scale_x = default;
this.scale_y = default;
this.angle = default;
this.pivot_u = default;
this.pivot_x = default;
this.pivot_y = default;
this._pad = default;
}
public LineStyleGeometryModifier_2DTransform(LineStyleModifier modifier, int pivot, float scale_x, float scale_y, float angle, float pivot_u, float pivot_x, float pivot_y, char[] _pad) {
this.modifier = modifier;
this.pivot = pivot;