Regenerated code files

This commit is contained in:
Samuele Lorefice
2025-03-11 19:12:04 +01:00
parent 3756f864ed
commit c30467acc5
651 changed files with 2043 additions and 1940 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;
[DNAFieldAttribute(64, "char", 2, "pchan_name[64]", "System.Char[]", false, 16)]
[DNAArrayAttribute(64, "char", 2, "pchan_name[64]", "System.Char[]", 64, 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;
[DNAFieldAttribute(5, "char", 5, "_pad[5]", "System.Char[]", false, 83)]
[DNAArrayAttribute(5, "char", 5, "_pad[5]", "System.Char[]", 5, 83)]
public char[] _pad = new System.Char[5];
[DNAFieldAttribute(2, "short", 6, "flag", "short", false, 88)]
public short flag;