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

@@ -37,9 +37,9 @@ namespace BlendFile.DNA {
public float factor;
[DNAFieldAttribute(1, "char", 10, "deform_mode", "char", false, 132)]
public char deform_mode;
[DNAFieldAttribute(64, "char", 11, "defgrp_name[64]", "System.Char[]", false, 133)]
[DNAArrayAttribute(64, "char", 11, "defgrp_name[64]", "System.Char[]", 64, 133)]
public char[] defgrp_name = new System.Char[64];
[DNAFieldAttribute(7, "char", 12, "_pad[7]", "System.Char[]", false, 197)]
[DNAArrayAttribute(7, "char", 12, "_pad[7]", "System.Char[]", 7, 197)]
public char[] _pad = new System.Char[7];
[DNAFieldAttribute(4, "float", 13, "frame_start", "float", false, 204)]
public float frame_start;
@@ -51,7 +51,7 @@ namespace BlendFile.DNA {
public float eval_time;
[DNAFieldAttribute(4, "float", 17, "eval_factor", "float", false, 220)]
public float eval_factor;
[DNAFieldAttribute(1024, "char", 18, "filepath[1024]", "System.Char[]", false, 224)]
[DNAArrayAttribute(1024, "char", 18, "filepath[1024]", "System.Char[]", 1024, 224)]
public char[] filepath = new System.Char[1024];
public MeshCacheModifierData() {
this.modifier = default;