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,11 +13,11 @@ using System;
namespace BlendFile.DNA {
using BlendFile;
[DNAClassAttribute(216, "Curves")]
[DNAClassAttribute(216, "Curves", 808)]
public class Curves {
[DNAFieldAttribute(0, "ID", "id", "ID", 208, false)]
public ID id;
[DNAFieldAttribute(1, "AnimData", "*adt", "AnimData", 4, true)]
[DNAFieldAttribute(1, "AnimData", "*adt", "AnimData", 8, true)]
public AnimData ptr_adt;
[DNAFieldAttribute(2, "CurvesGeometry", "geometry", "CurvesGeometry", 544, false)]
public CurvesGeometry geometry;
@@ -25,7 +25,7 @@ namespace BlendFile.DNA {
public int flag;
[DNAFieldAttribute(4, "int", "attributes_active_index", "int", 4, false)]
public int attributes_active_index;
[DNAFieldAttribute(5, "Material", "**mat", "Material", 4, true)]
[DNAFieldAttribute(5, "Material", "**mat", "Material", 8, true)]
public Material ptr_ptr_mat;
[DNAFieldAttribute(6, "short", "totcol", "short", 2, false)]
public short totcol;
@@ -35,11 +35,11 @@ namespace BlendFile.DNA {
public char selection_domain;
[DNAFieldAttribute(9, "char", "_pad[4]", "System.Char[]", 4, false)]
public char[] _pad = new System.Char[4];
[DNAFieldAttribute(10, "Object", "*surface", "Object", 4, true)]
[DNAFieldAttribute(10, "Object", "*surface", "Object", 8, true)]
public Object ptr_surface;
[DNAFieldAttribute(11, "char", "*surface_uv_map", "char", 4, true)]
[DNAFieldAttribute(11, "char", "*surface_uv_map", "char", 8, true)]
public char ptr_surface_uv_map;
[DNAFieldAttribute(12, "void", "*batch_cache", "void", 4, true)]
[DNAFieldAttribute(12, "void", "*batch_cache", "void", 8, true)]
public object ptr_batch_cache;
public Curves() {
this.id = default;