updated generated files

This commit is contained in:
mm00
2025-03-12 19:02:40 +01:00
parent 226f001c78
commit ba61ea59f9
650 changed files with 1951 additions and 1941 deletions

View File

@@ -19,11 +19,11 @@ namespace BlendFile.DNA {
public GpencilModifierData modifier;
[DNAFieldAttribute(8, "Material", 1, "*material", "Material", true, 104)]
public Material material;
[DNAArrayAttribute(64, "char", 2, "layername[64]", "System.Char[]", 64, 112)]
[DNAArrayAttribute(64, "char", 2, "layername[64]", "System.Char[]", 64, false, 112)]
public char[] layername = new System.Char[64];
[DNAArrayAttribute(64, "char", 3, "materialname[64]", "System.Char[]", 64, 176)]
[DNAArrayAttribute(64, "char", 3, "materialname[64]", "System.Char[]", 64, false, 176)]
public char[] materialname = new System.Char[64];
[DNAArrayAttribute(64, "char", 4, "vgname[64]", "System.Char[]", 64, 240)]
[DNAArrayAttribute(64, "char", 4, "vgname[64]", "System.Char[]", 64, false, 240)]
public char[] vgname = new System.Char[64];
[DNAFieldAttribute(4, "int", 5, "pass_index", "int", false, 304)]
public int pass_index;
@@ -35,7 +35,7 @@ namespace BlendFile.DNA {
public int step;
[DNAFieldAttribute(4, "int", 9, "layer_pass", "int", false, 320)]
public int layer_pass;
[DNAArrayAttribute(4, "char", 10, "_pad1[4]", "System.Char[]", 4, 324)]
[DNAArrayAttribute(4, "char", 10, "_pad1[4]", "System.Char[]", 4, false, 324)]
public char[] _pad1 = new System.Char[4];
[DNAFieldAttribute(8, "CurveMapping", 11, "*curve_intensity", "CurveMapping", true, 328)]
public CurveMapping curve_intensity;