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