regenerated files

This commit is contained in:
mm00
2025-02-19 17:07:50 +01:00
parent f327f18b57
commit 380949122c
935 changed files with 9595 additions and 9586 deletions

View File

@@ -15,51 +15,51 @@ namespace BlendFile.DNA {
[DNAClassAttribute(1040, "Volume")]
public class Volume {
[DNAFieldAttribute(0, "ID", "id", "ID", 208)]
[DNAFieldAttribute(0, "ID", "id", "ID", 208, false)]
public ID id;
[DNAFieldAttribute(1, "AnimData", "*adt", "AnimData", 248)]
[DNAFieldAttribute(1, "AnimData", "*adt", "AnimData", 4, true)]
public AnimData ptr_adt;
[DNAFieldAttribute(2, "char", "filepath[1024]", "System.Char[]", 1)]
[DNAFieldAttribute(2, "char", "filepath[1024]", "System.Char[]", 1024, false)]
public char[] filepath = new System.Char[1024];
[DNAFieldAttribute(3, "PackedFile", "*packedfile", "PackedFile", 24)]
[DNAFieldAttribute(3, "PackedFile", "*packedfile", "PackedFile", 4, true)]
public PackedFile ptr_packedfile;
[DNAFieldAttribute(4, "char", "is_sequence", "char", 1)]
[DNAFieldAttribute(4, "char", "is_sequence", "char", 1, false)]
public char is_sequence;
[DNAFieldAttribute(5, "char", "sequence_mode", "char", 1)]
[DNAFieldAttribute(5, "char", "sequence_mode", "char", 1, false)]
public char sequence_mode;
[DNAFieldAttribute(6, "char", "_pad1[2]", "System.Char[]", 1)]
[DNAFieldAttribute(6, "char", "_pad1[2]", "System.Char[]", 2, false)]
public char[] _pad1 = new System.Char[2];
[DNAFieldAttribute(7, "int", "frame_start", "int", 4)]
[DNAFieldAttribute(7, "int", "frame_start", "int", 4, false)]
public int frame_start;
[DNAFieldAttribute(8, "int", "frame_duration", "int", 4)]
[DNAFieldAttribute(8, "int", "frame_duration", "int", 4, false)]
public int frame_duration;
[DNAFieldAttribute(9, "int", "frame_offset", "int", 4)]
[DNAFieldAttribute(9, "int", "frame_offset", "int", 4, false)]
public int frame_offset;
[DNAFieldAttribute(10, "int", "flag", "int", 4)]
[DNAFieldAttribute(10, "int", "flag", "int", 4, false)]
public int flag;
[DNAFieldAttribute(11, "int", "active_grid", "int", 4)]
[DNAFieldAttribute(11, "int", "active_grid", "int", 4, false)]
public int active_grid;
[DNAFieldAttribute(12, "Material", "**mat", "Material", 392)]
[DNAFieldAttribute(12, "Material", "**mat", "Material", 4, true)]
public Material ptr_ptr_mat;
[DNAFieldAttribute(13, "short", "totcol", "short", 2)]
[DNAFieldAttribute(13, "short", "totcol", "short", 2, false)]
public short totcol;
[DNAFieldAttribute(14, "short", "_pad2[3]", "System.Int16[]", 2)]
[DNAFieldAttribute(14, "short", "_pad2[3]", "System.Int16[]", 6, false)]
public short[] _pad2 = new System.Int16[3];
[DNAFieldAttribute(15, "VolumeRender", "render", "VolumeRender", 16)]
[DNAFieldAttribute(15, "VolumeRender", "render", "VolumeRender", 16, false)]
public VolumeRender render;
[DNAFieldAttribute(16, "VolumeDisplay", "display", "VolumeDisplay", 32)]
[DNAFieldAttribute(16, "VolumeDisplay", "display", "VolumeDisplay", 32, false)]
public VolumeDisplay display;
[DNAFieldAttribute(17, "char", "velocity_grid[64]", "System.Char[]", 1)]
[DNAFieldAttribute(17, "char", "velocity_grid[64]", "System.Char[]", 64, false)]
public char[] velocity_grid = new System.Char[64];
[DNAFieldAttribute(18, "char", "_pad3[3]", "System.Char[]", 1)]
[DNAFieldAttribute(18, "char", "_pad3[3]", "System.Char[]", 3, false)]
public char[] _pad3 = new System.Char[3];
[DNAFieldAttribute(19, "char", "velocity_unit", "char", 1)]
[DNAFieldAttribute(19, "char", "velocity_unit", "char", 1, false)]
public char velocity_unit;
[DNAFieldAttribute(20, "float", "velocity_scale", "float", 4)]
[DNAFieldAttribute(20, "float", "velocity_scale", "float", 4, false)]
public float velocity_scale;
[DNAFieldAttribute(21, "void", "*batch_cache", "void", 0)]
[DNAFieldAttribute(21, "void", "*batch_cache", "void", 4, true)]
public object ptr_batch_cache;
[DNAFieldAttribute(22, "VolumeRuntimeHandle", "*runtime", "VolumeRuntimeHandle", 0)]
[DNAFieldAttribute(22, "VolumeRuntimeHandle", "*runtime", "VolumeRuntimeHandle", 4, true)]
public VolumeRuntimeHandle ptr_runtime;
public Volume() {
this.id = default;