updated generated files

This commit is contained in:
mm00
2025-03-12 19:02:40 +01:00
parent 226f001c78
commit ba61ea59f9
650 changed files with 1951 additions and 1941 deletions

View File

@@ -19,7 +19,7 @@ namespace BlendFile.DNA {
public ID id;
[DNAFieldAttribute(8, "AnimData", 1, "*adt", "AnimData", true, 208)]
public AnimData adt;
[DNAArrayAttribute(1024, "char", 2, "filepath[1024]", "System.Char[]", 1024, 216)]
[DNAArrayAttribute(1024, "char", 2, "filepath[1024]", "System.Char[]", 1024, false, 216)]
public char[] filepath = new System.Char[1024];
[DNAFieldAttribute(8, "PackedFile", 3, "*packedfile", "PackedFile", true, 1240)]
public PackedFile packedfile;
@@ -27,7 +27,7 @@ namespace BlendFile.DNA {
public char is_sequence;
[DNAFieldAttribute(1, "char", 5, "sequence_mode", "char", false, 1249)]
public char sequence_mode;
[DNAArrayAttribute(2, "char", 6, "_pad1[2]", "System.Char[]", 2, 1250)]
[DNAArrayAttribute(2, "char", 6, "_pad1[2]", "System.Char[]", 2, false, 1250)]
public char[] _pad1 = new System.Char[2];
[DNAFieldAttribute(4, "int", 7, "frame_start", "int", false, 1252)]
public int frame_start;
@@ -43,15 +43,15 @@ namespace BlendFile.DNA {
public Material mat;
[DNAFieldAttribute(2, "short", 13, "totcol", "short", false, 1280)]
public short totcol;
[DNAArrayAttribute(6, "short", 14, "_pad2[3]", "System.Int16[]", 3, 1282)]
[DNAArrayAttribute(6, "short", 14, "_pad2[3]", "System.Int16[]", 3, false, 1282)]
public short[] _pad2 = new System.Int16[3];
[DNAFieldAttribute(16, "VolumeRender", 15, "render", "VolumeRender", false, 1288)]
public VolumeRender render;
[DNAFieldAttribute(32, "VolumeDisplay", 16, "display", "VolumeDisplay", false, 1304)]
public VolumeDisplay display;
[DNAArrayAttribute(64, "char", 17, "velocity_grid[64]", "System.Char[]", 64, 1336)]
[DNAArrayAttribute(64, "char", 17, "velocity_grid[64]", "System.Char[]", 64, false, 1336)]
public char[] velocity_grid = new System.Char[64];
[DNAArrayAttribute(3, "char", 18, "_pad3[3]", "System.Char[]", 3, 1400)]
[DNAArrayAttribute(3, "char", 18, "_pad3[3]", "System.Char[]", 3, false, 1400)]
public char[] _pad3 = new System.Char[3];
[DNAFieldAttribute(1, "char", 19, "velocity_unit", "char", false, 1403)]
public char velocity_unit;