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,15 +13,15 @@ using System;
namespace BlendFile.DNA {
using BlendFile;
[DNAClassAttribute(1040, "Volume")]
[DNAClassAttribute(1040, "Volume", 1424)]
public class Volume {
[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, "char", "filepath[1024]", "System.Char[]", 1024, false)]
public char[] filepath = new System.Char[1024];
[DNAFieldAttribute(3, "PackedFile", "*packedfile", "PackedFile", 4, true)]
[DNAFieldAttribute(3, "PackedFile", "*packedfile", "PackedFile", 8, true)]
public PackedFile ptr_packedfile;
[DNAFieldAttribute(4, "char", "is_sequence", "char", 1, false)]
public char is_sequence;
@@ -39,7 +39,7 @@ namespace BlendFile.DNA {
public int flag;
[DNAFieldAttribute(11, "int", "active_grid", "int", 4, false)]
public int active_grid;
[DNAFieldAttribute(12, "Material", "**mat", "Material", 4, true)]
[DNAFieldAttribute(12, "Material", "**mat", "Material", 8, true)]
public Material ptr_ptr_mat;
[DNAFieldAttribute(13, "short", "totcol", "short", 2, false)]
public short totcol;
@@ -57,9 +57,9 @@ namespace BlendFile.DNA {
public char velocity_unit;
[DNAFieldAttribute(20, "float", "velocity_scale", "float", 4, false)]
public float velocity_scale;
[DNAFieldAttribute(21, "void", "*batch_cache", "void", 4, true)]
[DNAFieldAttribute(21, "void", "*batch_cache", "void", 8, true)]
public object ptr_batch_cache;
[DNAFieldAttribute(22, "VolumeRuntimeHandle", "*runtime", "VolumeRuntimeHandle", 4, true)]
[DNAFieldAttribute(22, "VolumeRuntimeHandle", "*runtime", "VolumeRuntimeHandle", 8, true)]
public VolumeRuntimeHandle ptr_runtime;
public Volume() {
this.id = default;