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

@@ -21,7 +21,7 @@ namespace BlendFile.DNA {
public Object target;
[DNAFieldAttribute(8, "Object", 2, "*auxTarget", "Object", true, 128)]
public Object auxTarget;
[DNAFieldAttribute(64, "char", 3, "vgroup_name[64]", "System.Char[]", false, 136)]
[DNAArrayAttribute(64, "char", 3, "vgroup_name[64]", "System.Char[]", 64, 136)]
public char[] vgroup_name = new System.Char[64];
[DNAFieldAttribute(4, "float", 4, "keepDist", "float", false, 200)]
public float keepDist;
@@ -37,7 +37,7 @@ namespace BlendFile.DNA {
public char projAxis;
[DNAFieldAttribute(1, "char", 10, "subsurfLevels", "char", false, 213)]
public char subsurfLevels;
[DNAFieldAttribute(2, "char", 11, "_pad[2]", "System.Char[]", false, 214)]
[DNAArrayAttribute(2, "char", 11, "_pad[2]", "System.Char[]", 2, 214)]
public char[] _pad = new System.Char[2];
public ShrinkwrapModifierData() {
this.modifier = default;