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,23 +19,23 @@ 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];
[DNAFieldAttribute(4, "int", 4, "pass_index", "int", false, 240)]
public int pass_index;
[DNAFieldAttribute(4, "int", 5, "flag", "int", false, 244)]
public int flag;
[DNAArrayAttribute(12, "float", 6, "hsv[3]", "System.Single[]", 3, 248)]
[DNAArrayAttribute(12, "float", 6, "hsv[3]", "System.Single[]", 3, false, 248)]
public float[] hsv = new System.Single[3];
[DNAFieldAttribute(1, "char", 7, "modify_color", "char", false, 260)]
public char modify_color;
[DNAArrayAttribute(3, "char", 8, "_pad[3]", "System.Char[]", 3, 261)]
[DNAArrayAttribute(3, "char", 8, "_pad[3]", "System.Char[]", 3, false, 261)]
public char[] _pad = new System.Char[3];
[DNAFieldAttribute(4, "int", 9, "layer_pass", "int", false, 264)]
public int layer_pass;
[DNAArrayAttribute(4, "char", 10, "_pad1[4]", "System.Char[]", 4, 268)]
[DNAArrayAttribute(4, "char", 10, "_pad1[4]", "System.Char[]", 4, false, 268)]
public char[] _pad1 = new System.Char[4];
[DNAFieldAttribute(8, "CurveMapping", 11, "*curve_intensity", "CurveMapping", true, 272)]
public CurveMapping curve_intensity;