Generated new code and added initial data handling
This commit is contained in:
@@ -33,6 +33,17 @@ namespace BlendFile.DNA {
|
||||
public int attributes_active_index;
|
||||
[DNAFieldAttribute(8, "CurvesGeometryRuntimeHandle", "*runtime", 0)]
|
||||
public CurvesGeometryRuntimeHandle ptr_runtime;
|
||||
public CurvesGeometry() {
|
||||
this.ptr_curve_offsets = default;
|
||||
this.point_data = default;
|
||||
this.curve_data = default;
|
||||
this.point_size = default;
|
||||
this.curve_size = default;
|
||||
this.vertex_group_names = default;
|
||||
this.vertex_group_active_index = default;
|
||||
this.attributes_active_index = default;
|
||||
this.ptr_runtime = default;
|
||||
}
|
||||
public CurvesGeometry(int ptr_curve_offsets, CustomData point_data, CustomData curve_data, int point_size, int curve_size, ListBase vertex_group_names, int vertex_group_active_index, int attributes_active_index, CurvesGeometryRuntimeHandle ptr_runtime) {
|
||||
this.ptr_curve_offsets = ptr_curve_offsets;
|
||||
this.point_data = point_data;
|
||||
|
||||
Reference in New Issue
Block a user