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

@@ -19,11 +19,11 @@ namespace BlendFile.DNA {
public GpencilModifierData modifier;
[DNAFieldAttribute(8, "Material", 1, "*material", "Material", true, 104)]
public Material material;
[DNAFieldAttribute(64, "char", 2, "layername[64]", "System.Char[]", false, 112)]
[DNAArrayAttribute(64, "char", 2, "layername[64]", "System.Char[]", 64, 112)]
public char[] layername = new System.Char[64];
[DNAFieldAttribute(4, "int", 3, "pass_index", "int", false, 176)]
public int pass_index;
[DNAFieldAttribute(64, "char", 4, "materialname[64]", "System.Char[]", false, 180)]
[DNAArrayAttribute(64, "char", 4, "materialname[64]", "System.Char[]", 64, 180)]
public char[] materialname = new System.Char[64];
[DNAFieldAttribute(4, "int", 5, "layer_pass", "int", false, 244)]
public int layer_pass;
@@ -49,7 +49,7 @@ namespace BlendFile.DNA {
public float speed_maxgap;
[DNAFieldAttribute(2, "short", 16, "time_mode", "short", false, 280)]
public short time_mode;
[DNAFieldAttribute(6, "char", 17, "_pad[6]", "System.Char[]", false, 282)]
[DNAArrayAttribute(6, "char", 17, "_pad[6]", "System.Char[]", 6, 282)]
public char[] _pad = new System.Char[6];
[DNAFieldAttribute(8, "Object", 18, "*object", "Object", true, 288)]
public Object @object;
@@ -57,7 +57,7 @@ namespace BlendFile.DNA {
public float percentage_fac;
[DNAFieldAttribute(4, "float", 20, "fade_fac", "float", false, 300)]
public float fade_fac;
[DNAFieldAttribute(64, "char", 21, "target_vgname[64]", "System.Char[]", false, 304)]
[DNAArrayAttribute(64, "char", 21, "target_vgname[64]", "System.Char[]", 64, 304)]
public char[] target_vgname = new System.Char[64];
[DNAFieldAttribute(4, "float", 22, "fade_opacity_strength", "float", false, 368)]
public float fade_opacity_strength;