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

@@ -31,9 +31,9 @@ namespace BlendFile.DNA {
public char smooth_type;
[DNAFieldAttribute(1, "char", 8, "rest_source", "char", false, 137)]
public char rest_source;
[DNAFieldAttribute(6, "char", 9, "_pad[6]", "System.Char[]", false, 138)]
[DNAArrayAttribute(6, "char", 9, "_pad[6]", "System.Char[]", 6, 138)]
public char[] _pad = new System.Char[6];
[DNAFieldAttribute(64, "char", 10, "defgrp_name[64]", "System.Char[]", false, 144)]
[DNAArrayAttribute(64, "char", 10, "defgrp_name[64]", "System.Char[]", 64, 144)]
public char[] defgrp_name = new System.Char[64];
[DNAFieldAttribute(32, "CorrectiveSmoothDeltaCache", 11, "delta_cache", "CorrectiveSmoothDeltaCache", false, 208)]
public CorrectiveSmoothDeltaCache delta_cache;