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 GPUBatchHandle ptr_batch_points;
[DNAFieldAttribute(12, "void", "*_pad", 0)]
public object ptr__pad;
public bMotionPath() {
this.ptr_points = default;
this.length = default;
this.start_frame = default;
this.end_frame = default;
this.color = default;
this.color_post = default;
this.line_thickness = default;
this.flag = default;
this._pad2 = default;
this.ptr_points_vbo = default;
this.ptr_batch_line = default;
this.ptr_batch_points = default;
this.ptr__pad = default;
}
public bMotionPath(bMotionPathVert ptr_points, int length, int start_frame, int end_frame, float[] color, float[] color_post, int line_thickness, int flag, char[] _pad2, GPUVertBufHandle ptr_points_vbo, GPUBatchHandle ptr_batch_line, GPUBatchHandle ptr_batch_points, object ptr__pad) {
this.ptr_points = ptr_points;
this.length = length;