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

@@ -53,9 +53,9 @@ namespace BlendFile.DNA {
public float blendin;
[DNAFieldAttribute(4, "float", 18, "blendout", "float", false, 84)]
public float blendout;
[DNAFieldAttribute(32, "char", 19, "stridechannel[32]", "System.Char[]", false, 88)]
[DNAArrayAttribute(32, "char", 19, "stridechannel[32]", "System.Char[]", 32, 88)]
public char[] stridechannel = new System.Char[32];
[DNAFieldAttribute(32, "char", 20, "offs_bone[32]", "System.Char[]", false, 120)]
[DNAArrayAttribute(32, "char", 20, "offs_bone[32]", "System.Char[]", 32, 120)]
public char[] offs_bone = new System.Char[32];
[DNAFieldAttribute(16, "ListBase", 21, "modifiers", "ListBase", false, 152)]
public ListBase modifiers;