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,7 +19,7 @@ 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;
@@ -45,7 +45,7 @@ namespace BlendFile.DNA {
public int step;
[DNAFieldAttribute(4, "int", 14, "mode", "int", false, 220)]
public int mode;
[DNAFieldAttribute(4, "char", 15, "_pad[4]", "System.Char[]", false, 224)]
[DNAArrayAttribute(4, "char", 15, "_pad[4]", "System.Char[]", 4, 224)]
public char[] _pad = new System.Char[4];
[DNAFieldAttribute(4, "float", 16, "point_density", "float", false, 228)]
public float point_density;