regenerate files

This commit is contained in:
mm00
2025-02-19 18:48:50 +01:00
parent 33a8f1baf3
commit b66247488e
937 changed files with 2572 additions and 2562 deletions

View File

@@ -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;