updated generated files
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user