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

@@ -25,11 +25,11 @@ namespace BlendFile.DNA {
public short rootbone;
[DNAFieldAttribute(2, "short", 4, "max_rootbone", "short", false, 14)]
public short max_rootbone;
[DNAFieldAttribute(64, "char", 5, "subtarget[64]", "System.Char[]", false, 16)]
[DNAArrayAttribute(64, "char", 5, "subtarget[64]", "System.Char[]", 64, 16)]
public char[] subtarget = new System.Char[64];
[DNAFieldAttribute(8, "Object", 6, "*poletar", "Object", true, 80)]
public Object poletar;
[DNAFieldAttribute(64, "char", 7, "polesubtarget[64]", "System.Char[]", false, 88)]
[DNAArrayAttribute(64, "char", 7, "polesubtarget[64]", "System.Char[]", 64, 88)]
public char[] polesubtarget = new System.Char[64];
[DNAFieldAttribute(4, "float", 8, "poleangle", "float", false, 152)]
public float poleangle;
@@ -37,7 +37,7 @@ namespace BlendFile.DNA {
public float weight;
[DNAFieldAttribute(4, "float", 10, "orientweight", "float", false, 160)]
public float orientweight;
[DNAFieldAttribute(12, "float", 11, "grabtarget[3]", "System.Single[]", false, 164)]
[DNAArrayAttribute(12, "float", 11, "grabtarget[3]", "System.Single[]", 3, 164)]
public float[] grabtarget = new System.Single[3];
[DNAFieldAttribute(2, "short", 12, "type", "short", false, 176)]
public short type;