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

@@ -33,9 +33,9 @@ namespace BlendFile.DNA {
public char gen_flag;
[DNAFieldAttribute(2, "short", 8, "gen_depth", "short", false, 54)]
public short gen_depth;
[DNAArrayAttribute(16, "float", 9, "gen_color[4]", "System.Single[]", 4, 56)]
[DNAArrayAttribute(16, "float", 9, "gen_color[4]", "System.Single[]", 4, false, 56)]
public float[] gen_color = new System.Single[4];
[DNAArrayAttribute(64, "char", 10, "label[64]", "System.Char[]", 64, 72)]
[DNAArrayAttribute(64, "char", 10, "label[64]", "System.Char[]", 64, false, 72)]
public char[] label = new System.Char[64];
public ImageTile() {
this.next = default;