updated generated files
This commit is contained in:
@@ -21,13 +21,13 @@ namespace BlendFile.DNA {
|
||||
public KeyingSet prev;
|
||||
[DNAFieldAttribute(16, "ListBase", 2, "paths", "ListBase", false, 16)]
|
||||
public ListBase paths;
|
||||
[DNAArrayAttribute(64, "char", 3, "idname[64]", "System.Char[]", 64, 32)]
|
||||
[DNAArrayAttribute(64, "char", 3, "idname[64]", "System.Char[]", 64, false, 32)]
|
||||
public char[] idname = new System.Char[64];
|
||||
[DNAArrayAttribute(64, "char", 4, "name[64]", "System.Char[]", 64, 96)]
|
||||
[DNAArrayAttribute(64, "char", 4, "name[64]", "System.Char[]", 64, false, 96)]
|
||||
public char[] name = new System.Char[64];
|
||||
[DNAArrayAttribute(1024, "char", 5, "description[1024]", "System.Char[]", 1024, 160)]
|
||||
[DNAArrayAttribute(1024, "char", 5, "description[1024]", "System.Char[]", 1024, false, 160)]
|
||||
public char[] description = new System.Char[1024];
|
||||
[DNAArrayAttribute(64, "char", 6, "typeinfo[64]", "System.Char[]", 64, 1184)]
|
||||
[DNAArrayAttribute(64, "char", 6, "typeinfo[64]", "System.Char[]", 64, false, 1184)]
|
||||
public char[] typeinfo = new System.Char[64];
|
||||
[DNAFieldAttribute(4, "int", 7, "active_path", "int", false, 1248)]
|
||||
public int active_path;
|
||||
@@ -37,7 +37,7 @@ namespace BlendFile.DNA {
|
||||
public short keyingflag;
|
||||
[DNAFieldAttribute(2, "short", 10, "keyingoverride", "short", false, 1256)]
|
||||
public short keyingoverride;
|
||||
[DNAArrayAttribute(6, "char", 11, "_pad[6]", "System.Char[]", 6, 1258)]
|
||||
[DNAArrayAttribute(6, "char", 11, "_pad[6]", "System.Char[]", 6, false, 1258)]
|
||||
public char[] _pad = new System.Char[6];
|
||||
public KeyingSet() {
|
||||
this.next = default;
|
||||
|
||||
Reference in New Issue
Block a user