updated generated files
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user