Generated new code and added initial data handling
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user