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

@@ -21,9 +21,9 @@ namespace BlendFile.DNA {
public float lambda;
[DNAFieldAttribute(4, "float", 2, "lambda_border", "float", false, 124)]
public float lambda_border;
[DNAFieldAttribute(4, "char", 3, "_pad1[4]", "System.Char[]", false, 128)]
[DNAArrayAttribute(4, "char", 3, "_pad1[4]", "System.Char[]", 4, 128)]
public char[] _pad1 = new System.Char[4];
[DNAFieldAttribute(64, "char", 4, "defgrp_name[64]", "System.Char[]", false, 132)]
[DNAArrayAttribute(64, "char", 4, "defgrp_name[64]", "System.Char[]", 64, 132)]
public char[] defgrp_name = new System.Char[64];
[DNAFieldAttribute(2, "short", 5, "flag", "short", false, 196)]
public short flag;