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 AssetShelf next;
[DNAFieldAttribute(8, "AssetShelf", 1, "*prev", "AssetShelf", true, 8)]
public AssetShelf prev;
[DNAArrayAttribute(64, "char", 2, "idname[64]", "System.Char[]", 64, 16)]
[DNAArrayAttribute(64, "char", 2, "idname[64]", "System.Char[]", 64, false, 16)]
public char[] idname = new System.Char[64];
[DNAFieldAttribute(8, "AssetShelfType", 3, "*type", "AssetShelfType", true, 80)]
public AssetShelfType type;
@@ -29,7 +29,7 @@ namespace BlendFile.DNA {
public short preferred_row_count;
[DNAFieldAttribute(2, "short", 6, "instance_flag", "short", false, 210)]
public short instance_flag;
[DNAArrayAttribute(4, "char", 7, "_pad[4]", "System.Char[]", 4, 212)]
[DNAArrayAttribute(4, "char", 7, "_pad[4]", "System.Char[]", 4, false, 212)]
public char[] _pad = new System.Char[4];
public AssetShelf() {
this.next = default;