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

@@ -23,13 +23,13 @@ namespace BlendFile.DNA {
public ID owner_id;
[DNAFieldAttribute(8, "bNodeTreeTypeHandle", 3, "*typeinfo", "bNodeTreeTypeHandle", true, 224)]
public bNodeTreeTypeHandle typeinfo;
[DNAFieldAttribute(64, "char", 4, "idname[64]", "System.Char[]", false, 232)]
[DNAArrayAttribute(64, "char", 4, "idname[64]", "System.Char[]", 64, 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;
[DNAFieldAttribute(8, "float", 7, "view_center[2]", "System.Single[]", false, 312)]
[DNAArrayAttribute(8, "float", 7, "view_center[2]", "System.Single[]", 2, 312)]
public float[] view_center = new System.Single[2];
[DNAFieldAttribute(16, "ListBase", 8, "nodes", "ListBase", false, 320)]
public ListBase nodes;