regenerate files
This commit is contained in:
@@ -13,9 +13,9 @@ using System;
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
[DNAClassAttribute(218, "CurvesGeometry")]
|
||||
[DNAClassAttribute(218, "CurvesGeometry", 544)]
|
||||
public class CurvesGeometry {
|
||||
[DNAFieldAttribute(0, "int", "*curve_offsets", "int", 4, true)]
|
||||
[DNAFieldAttribute(0, "int", "*curve_offsets", "int", 8, true)]
|
||||
public int ptr_curve_offsets;
|
||||
[DNAFieldAttribute(1, "CustomData", "point_data", "CustomData", 248, false)]
|
||||
public CustomData point_data;
|
||||
@@ -31,7 +31,7 @@ namespace BlendFile.DNA {
|
||||
public int vertex_group_active_index;
|
||||
[DNAFieldAttribute(7, "int", "attributes_active_index", "int", 4, false)]
|
||||
public int attributes_active_index;
|
||||
[DNAFieldAttribute(8, "CurvesGeometryRuntimeHandle", "*runtime", "CurvesGeometryRuntimeHandle", 4, true)]
|
||||
[DNAFieldAttribute(8, "CurvesGeometryRuntimeHandle", "*runtime", "CurvesGeometryRuntimeHandle", 8, true)]
|
||||
public CurvesGeometryRuntimeHandle ptr_runtime;
|
||||
public CurvesGeometry() {
|
||||
this.ptr_curve_offsets = default;
|
||||
|
||||
Reference in New Issue
Block a user