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

@@ -37,11 +37,11 @@ namespace BlendFile.DNA {
public int numpoly;
[DNAFieldAttribute(4, "int", 10, "flags", "int", false, 172)]
public int flags;
[DNAFieldAttribute(64, "float", 11, "mat[4][4]", "System.Single[,]", false, 176)]
[DNAArrayAttribute(64, "float", 11, "mat[4][4]", "System.Single[,]", 8, 176)]
public float[,] mat = new System.Single[4,4];
[DNAFieldAttribute(4, "float", 12, "strength", "float", false, 240)]
public float strength;
[DNAFieldAttribute(64, "char", 13, "defgrp_name[64]", "System.Char[]", false, 244)]
[DNAArrayAttribute(64, "char", 13, "defgrp_name[64]", "System.Char[]", 64, 244)]
public char[] defgrp_name = new System.Char[64];
[DNAFieldAttribute(4, "int", 14, "_pad2", "int", false, 308)]
public int _pad2;