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,9 +23,9 @@ namespace BlendFile.DNA {
public Object aux_target;
[DNAFieldAttribute(8, "Material", 3, "*material", "Material", true, 120)]
public Material material;
[DNAFieldAttribute(64, "char", 4, "layername[64]", "System.Char[]", false, 128)]
[DNAArrayAttribute(64, "char", 4, "layername[64]", "System.Char[]", 64, 128)]
public char[] layername = new System.Char[64];
[DNAFieldAttribute(64, "char", 5, "vgname[64]", "System.Char[]", false, 192)]
[DNAArrayAttribute(64, "char", 5, "vgname[64]", "System.Char[]", 64, 192)]
public char[] vgname = new System.Char[64];
[DNAFieldAttribute(4, "int", 6, "pass_index", "int", false, 256)]
public int pass_index;
@@ -47,7 +47,7 @@ namespace BlendFile.DNA {
public char proj_axis;
[DNAFieldAttribute(1, "char", 15, "subsurf_levels", "char", false, 281)]
public char subsurf_levels;
[DNAFieldAttribute(6, "char", 16, "_pad[6]", "System.Char[]", false, 282)]
[DNAArrayAttribute(6, "char", 16, "_pad[6]", "System.Char[]", 6, 282)]
public char[] _pad = new System.Char[6];
[DNAFieldAttribute(4, "float", 17, "smooth_factor", "float", false, 288)]
public float smooth_factor;