Regenerated all the files

This commit is contained in:
Samuele Lorefice
2025-01-22 20:24:55 +01:00
parent 162f888600
commit bf1eb8201c
939 changed files with 10620 additions and 0 deletions

View File

@@ -11,20 +11,34 @@ using System;
namespace BlendFile.DNA {
using BlendFile;
public class Curves {
[DNAFieldAttribute(0, "ID", "id", 208)]
public ID id;
[DNAFieldAttribute(1, "AnimData", "*adt", 248)]
public AnimData ptr_adt;
[DNAFieldAttribute(2, "CurvesGeometry", "geometry", 544)]
public CurvesGeometry geometry;
[DNAFieldAttribute(3, "int", "flag", 4)]
public int flag;
[DNAFieldAttribute(4, "int", "attributes_active_index", 4)]
public int attributes_active_index;
[DNAFieldAttribute(5, "Material", "**mat", 392)]
public Material ptr_ptr_mat;
[DNAFieldAttribute(6, "short", "totcol", 2)]
public short totcol;
[DNAFieldAttribute(7, "char", "symmetry", 1)]
public char symmetry;
[DNAFieldAttribute(8, "char", "selection_domain", 1)]
public char selection_domain;
[DNAFieldAttribute(9, "char", "_pad[4]", 1)]
public char[] _pad = new System.Char[4];
[DNAFieldAttribute(10, "Object", "*surface", 1160)]
public Object ptr_surface;
[DNAFieldAttribute(11, "char", "*surface_uv_map", 1)]
public char ptr_surface_uv_map;
[DNAFieldAttribute(12, "void", "*batch_cache", 0)]
public object ptr_batch_cache;
public Curves(ID id, AnimData ptr_adt, CurvesGeometry geometry, int flag, int attributes_active_index, Material ptr_ptr_mat, short totcol, char symmetry, char selection_domain, char[] _pad, Object ptr_surface, char ptr_surface_uv_map, object ptr_batch_cache) {
this.id = id;