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,13 +19,13 @@ namespace BlendFile.DNA {
public ID id;
[DNAFieldAttribute(8, "char", 1, "*rna_path", "char", true, 8)]
public char rna_path;
[DNAArrayAttribute(64, "char", 2, "pchan_name[64]", "System.Char[]", 64, 16)]
[DNAArrayAttribute(64, "char", 2, "pchan_name[64]", "System.Char[]", 64, false, 16)]
public char[] pchan_name = new System.Char[64];
[DNAFieldAttribute(2, "short", 3, "transChan", "short", false, 80)]
public short transChan;
[DNAFieldAttribute(1, "char", 4, "rotation_mode", "char", false, 82)]
public char rotation_mode;
[DNAArrayAttribute(5, "char", 5, "_pad[5]", "System.Char[]", 5, 83)]
[DNAArrayAttribute(5, "char", 5, "_pad[5]", "System.Char[]", 5, false, 83)]
public char[] _pad = new System.Char[5];
[DNAFieldAttribute(2, "short", 6, "flag", "short", false, 88)]
public short flag;