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

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