updated generated files
This commit is contained in:
@@ -23,13 +23,13 @@ namespace BlendFile.DNA {
|
||||
public ID owner_id;
|
||||
[DNAFieldAttribute(8, "bNodeTreeTypeHandle", 3, "*typeinfo", "bNodeTreeTypeHandle", true, 224)]
|
||||
public bNodeTreeTypeHandle typeinfo;
|
||||
[DNAArrayAttribute(64, "char", 4, "idname[64]", "System.Char[]", 64, 232)]
|
||||
[DNAArrayAttribute(64, "char", 4, "idname[64]", "System.Char[]", 64, false, 232)]
|
||||
public char[] idname = new System.Char[64];
|
||||
[DNAFieldAttribute(8, "char", 5, "*description", "char", true, 296)]
|
||||
public char description;
|
||||
[DNAFieldAttribute(8, "bGPdata", 6, "*gpd", "bGPdata", true, 304)]
|
||||
public bGPdata gpd;
|
||||
[DNAArrayAttribute(8, "float", 7, "view_center[2]", "System.Single[]", 2, 312)]
|
||||
[DNAArrayAttribute(8, "float", 7, "view_center[2]", "System.Single[]", 2, false, 312)]
|
||||
public float[] view_center = new System.Single[2];
|
||||
[DNAFieldAttribute(16, "ListBase", 8, "nodes", "ListBase", false, 320)]
|
||||
public ListBase nodes;
|
||||
|
||||
Reference in New Issue
Block a user