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

@@ -17,7 +17,7 @@ namespace BlendFile.DNA {
public class bSound {
[DNAFieldAttribute(208, "ID", 0, "id", "ID", false, 0)]
public ID id;
[DNAArrayAttribute(1024, "char", 1, "name[1024]", "System.Char[]", 1024, 208)]
[DNAArrayAttribute(1024, "char", 1, "name[1024]", "System.Char[]", 1024, false, 208)]
public char[] name = new System.Char[1024];
[DNAFieldAttribute(8, "PackedFile", 2, "*packedfile", "PackedFile", true, 1232)]
public PackedFile packedfile;
@@ -43,7 +43,7 @@ namespace BlendFile.DNA {
public short flags;
[DNAFieldAttribute(2, "short", 13, "tags", "short", false, 1290)]
public short tags;
[DNAArrayAttribute(4, "char", 14, "_pad[4]", "System.Char[]", 4, 1292)]
[DNAArrayAttribute(4, "char", 14, "_pad[4]", "System.Char[]", 4, false, 1292)]
public char[] _pad = new System.Char[4];
[DNAFieldAttribute(8, "double", 15, "offset_time", "double", false, 1296)]
public double offset_time;