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

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