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

@@ -37,15 +37,15 @@ namespace BlendFile.DNA {
public Material mat;
[DNAFieldAttribute(8, "CurveProfile", 10, "*bevel_profile", "CurveProfile", true, 288)]
public CurveProfile bevel_profile;
[DNAFieldAttribute(12, "float", 11, "loc[3]", "System.Single[]", false, 296)]
[DNAArrayAttribute(12, "float", 11, "loc[3]", "System.Single[]", 3, 296)]
public float[] loc = new System.Single[3];
[DNAFieldAttribute(12, "float", 12, "size[3]", "System.Single[]", false, 308)]
[DNAArrayAttribute(12, "float", 12, "size[3]", "System.Single[]", 3, 308)]
public float[] size = new System.Single[3];
[DNAFieldAttribute(2, "short", 13, "type", "short", false, 320)]
public short type;
[DNAFieldAttribute(1, "char", 14, "texflag", "char", false, 322)]
public char texflag;
[DNAFieldAttribute(7, "char", 15, "_pad0[7]", "System.Char[]", false, 323)]
[DNAArrayAttribute(7, "char", 15, "_pad0[7]", "System.Char[]", 7, 323)]
public char[] _pad0 = new System.Char[7];
[DNAFieldAttribute(2, "short", 16, "twist_mode", "short", false, 330)]
public short twist_mode;
@@ -127,7 +127,7 @@ namespace BlendFile.DNA {
public char str;
[DNAFieldAttribute(8, "EditFont", 55, "*editfont", "EditFont", true, 456)]
public EditFont editfont;
[DNAFieldAttribute(64, "char", 56, "family[64]", "System.Char[]", false, 464)]
[DNAArrayAttribute(64, "char", 56, "family[64]", "System.Char[]", 64, 464)]
public char[] family = new System.Char[64];
[DNAFieldAttribute(8, "VFont", 57, "*vfont", "VFont", true, 528)]
public VFont vfont;
@@ -157,7 +157,7 @@ namespace BlendFile.DNA {
public char bevfac1_mapping;
[DNAFieldAttribute(1, "char", 70, "bevfac2_mapping", "char", false, 605)]
public char bevfac2_mapping;
[DNAFieldAttribute(6, "char", 71, "_pad2[6]", "System.Char[]", false, 606)]
[DNAArrayAttribute(6, "char", 71, "_pad2[6]", "System.Char[]", 6, 606)]
public char[] _pad2 = new System.Char[6];
[DNAFieldAttribute(4, "float", 72, "fsize_realtime", "float", false, 612)]
public float fsize_realtime;
@@ -165,7 +165,7 @@ namespace BlendFile.DNA {
public Curves curve_eval;
[DNAFieldAttribute(1, "char", 74, "edit_data_from_original", "char", false, 624)]
public char edit_data_from_original;
[DNAFieldAttribute(7, "char", 75, "_pad3[7]", "System.Char[]", false, 625)]
[DNAArrayAttribute(7, "char", 75, "_pad3[7]", "System.Char[]", 7, 625)]
public char[] _pad3 = new System.Char[7];
[DNAFieldAttribute(8, "void", 76, "*batch_cache", "void", true, 632)]
public object batch_cache;