Added memoryOffset value to DNAFieldAttribute, regenerated files.

This commit is contained in:
Samuele Lorefice
2025-02-20 21:00:55 +01:00
parent b171b65aa5
commit f383debd18
939 changed files with 9636 additions and 9605 deletions

View File

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