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

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