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

@@ -41,7 +41,7 @@ namespace BlendFile.DNA {
public float speed_maxgap;
[DNAFieldAttribute(2, "short", 12, "time_mode", "short", false, 320)]
public short time_mode;
[DNAFieldAttribute(6, "char", 13, "_pad[6]", "System.Char[]", false, 322)]
[DNAArrayAttribute(6, "char", 13, "_pad[6]", "System.Char[]", 6, 322)]
public char[] _pad = new System.Char[6];
[DNAFieldAttribute(8, "Object", 14, "*object", "Object", true, 328)]
public Object @object;
@@ -49,7 +49,7 @@ namespace BlendFile.DNA {
public float percentage_fac;
[DNAFieldAttribute(4, "float", 16, "fade_fac", "float", false, 340)]
public float fade_fac;
[DNAFieldAttribute(64, "char", 17, "target_vgname[64]", "System.Char[]", false, 344)]
[DNAArrayAttribute(64, "char", 17, "target_vgname[64]", "System.Char[]", 64, 344)]
public char[] target_vgname = new System.Char[64];
[DNAFieldAttribute(4, "float", 18, "fade_opacity_strength", "float", false, 408)]
public float fade_opacity_strength;