regenerated files
This commit is contained in:
@@ -15,23 +15,23 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(218, "CurvesGeometry")]
|
||||
public class CurvesGeometry {
|
||||
[DNAFieldAttribute(0, "int", "*curve_offsets", "int", 4)]
|
||||
[DNAFieldAttribute(0, "int", "*curve_offsets", "int", 4, true)]
|
||||
public int ptr_curve_offsets;
|
||||
[DNAFieldAttribute(1, "CustomData", "point_data", "CustomData", 248)]
|
||||
[DNAFieldAttribute(1, "CustomData", "point_data", "CustomData", 248, false)]
|
||||
public CustomData point_data;
|
||||
[DNAFieldAttribute(2, "CustomData", "curve_data", "CustomData", 248)]
|
||||
[DNAFieldAttribute(2, "CustomData", "curve_data", "CustomData", 248, false)]
|
||||
public CustomData curve_data;
|
||||
[DNAFieldAttribute(3, "int", "point_size", "int", 4)]
|
||||
[DNAFieldAttribute(3, "int", "point_size", "int", 4, false)]
|
||||
public int point_size;
|
||||
[DNAFieldAttribute(4, "int", "curve_size", "int", 4)]
|
||||
[DNAFieldAttribute(4, "int", "curve_size", "int", 4, false)]
|
||||
public int curve_size;
|
||||
[DNAFieldAttribute(5, "ListBase", "vertex_group_names", "ListBase", 16)]
|
||||
[DNAFieldAttribute(5, "ListBase", "vertex_group_names", "ListBase", 16, false)]
|
||||
public ListBase vertex_group_names;
|
||||
[DNAFieldAttribute(6, "int", "vertex_group_active_index", "int", 4)]
|
||||
[DNAFieldAttribute(6, "int", "vertex_group_active_index", "int", 4, false)]
|
||||
public int vertex_group_active_index;
|
||||
[DNAFieldAttribute(7, "int", "attributes_active_index", "int", 4)]
|
||||
[DNAFieldAttribute(7, "int", "attributes_active_index", "int", 4, false)]
|
||||
public int attributes_active_index;
|
||||
[DNAFieldAttribute(8, "CurvesGeometryRuntimeHandle", "*runtime", "CurvesGeometryRuntimeHandle", 0)]
|
||||
[DNAFieldAttribute(8, "CurvesGeometryRuntimeHandle", "*runtime", "CurvesGeometryRuntimeHandle", 4, true)]
|
||||
public CurvesGeometryRuntimeHandle ptr_runtime;
|
||||
public CurvesGeometry() {
|
||||
this.ptr_curve_offsets = default;
|
||||
|
||||
Reference in New Issue
Block a user