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

@@ -15,11 +15,11 @@ namespace BlendFile.DNA {
[DNAClassAttribute(51, "DualQuat", 100)]
public class DualQuat {
[DNAFieldAttribute(16, "float", 0, "quat[4]", "System.Single[]", false, 0)]
[DNAArrayAttribute(16, "float", 0, "quat[4]", "System.Single[]", 4, 0)]
public float[] quat = new System.Single[4];
[DNAFieldAttribute(16, "float", 1, "trans[4]", "System.Single[]", false, 16)]
[DNAArrayAttribute(16, "float", 1, "trans[4]", "System.Single[]", 4, 16)]
public float[] trans = new System.Single[4];
[DNAFieldAttribute(64, "float", 2, "scale[4][4]", "System.Single[,]", false, 32)]
[DNAArrayAttribute(64, "float", 2, "scale[4][4]", "System.Single[,]", 8, 32)]
public float[,] scale = new System.Single[4,4];
[DNAFieldAttribute(4, "float", 3, "scale_weight", "float", false, 96)]
public float scale_weight;