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

@@ -41,6 +41,21 @@ namespace BlendFile.DNA {
public char[] _pad2 = new System.Char[4];
[DNAFieldAttribute(12, "bGPDspoint_Runtime", "runtime", 16)]
public bGPDspoint_Runtime runtime;
public bGPDspoint() {
this.x = default;
this.y = default;
this.z = default;
this.pressure = default;
this.strength = default;
this.time = default;
this.flag = default;
this.uv_fac = default;
this.uv_rot = default;
this.uv_fill = default;
this.vert_color = default;
this._pad2 = default;
this.runtime = default;
}
public bGPDspoint(float x, float y, float z, float pressure, float strength, float time, int flag, float uv_fac, float uv_rot, float[] uv_fill, float[] vert_color, char[] _pad2, bGPDspoint_Runtime runtime) {
this.x = x;
this.y = y;