Regenerated all the files
This commit is contained in:
@@ -11,16 +11,26 @@ using System;
|
||||
|
||||
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
public class CurvesGeometry {
|
||||
[DNAFieldAttribute(0, "int", "*curve_offsets", 4)]
|
||||
public int ptr_curve_offsets;
|
||||
[DNAFieldAttribute(1, "CustomData", "point_data", 248)]
|
||||
public CustomData point_data;
|
||||
[DNAFieldAttribute(2, "CustomData", "curve_data", 248)]
|
||||
public CustomData curve_data;
|
||||
[DNAFieldAttribute(3, "int", "point_size", 4)]
|
||||
public int point_size;
|
||||
[DNAFieldAttribute(4, "int", "curve_size", 4)]
|
||||
public int curve_size;
|
||||
[DNAFieldAttribute(5, "ListBase", "vertex_group_names", 16)]
|
||||
public ListBase vertex_group_names;
|
||||
[DNAFieldAttribute(6, "int", "vertex_group_active_index", 4)]
|
||||
public int vertex_group_active_index;
|
||||
[DNAFieldAttribute(7, "int", "attributes_active_index", 4)]
|
||||
public int attributes_active_index;
|
||||
[DNAFieldAttribute(8, "CurvesGeometryRuntimeHandle", "*runtime", 0)]
|
||||
public CurvesGeometryRuntimeHandle ptr_runtime;
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user