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

@@ -21,11 +21,11 @@ namespace BlendFile.DNA {
public short deformflag;
[DNAFieldAttribute(2, "short", 2, "multi", "short", false, 122)]
public short multi;
[DNAArrayAttribute(4, "char", 3, "_pad2[4]", "System.Char[]", 4, 124)]
[DNAArrayAttribute(4, "char", 3, "_pad2[4]", "System.Char[]", 4, false, 124)]
public char[] _pad2 = new System.Char[4];
[DNAFieldAttribute(8, "Object", 4, "*object", "Object", true, 128)]
public Object @object;
[DNAArrayAttribute(64, "char", 6, "defgrp_name[64]", "System.Char[]", 64, 136)]
[DNAArrayAttribute(64, "char", 6, "defgrp_name[64]", "System.Char[]", 64, false, 136)]
public char[] defgrp_name = new System.Char[64];
public ArmatureModifierData() {
this.modifier = default;