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

@@ -27,7 +27,7 @@ namespace BlendFile.DNA {
public char symmetry_axis;
[DNAFieldAttribute(4, "float", 5, "angle", "float", false, 128)]
public float angle;
[DNAFieldAttribute(64, "char", 6, "defgrp_name[64]", "System.Char[]", false, 132)]
[DNAArrayAttribute(64, "char", 6, "defgrp_name[64]", "System.Char[]", 64, 132)]
public char[] defgrp_name = new System.Char[64];
[DNAFieldAttribute(4, "float", 7, "defgrp_factor", "float", false, 196)]
public float defgrp_factor;