Regenerated codefiles

This commit is contained in:
Samuele Lorefice
2025-03-04 18:48:04 +01:00
parent 8bbfb49720
commit 8e4eac0568
937 changed files with 16011 additions and 16181 deletions

View File

@@ -14,44 +14,44 @@ namespace BlendFile.DNA {
using BlendFile;
[DNAClassAttribute(503, "MeshCacheModifierData", 1248)]
public struct MeshCacheModifierData {
[DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120, false, 0)]
public class MeshCacheModifierData {
[DNAFieldAttribute(120, "ModifierData", 0, "modifier", "ModifierData", false, 0)]
public ModifierData modifier;
[DNAFieldAttribute(1, "char", "flag", "char", 1, false, 120)]
[DNAFieldAttribute(1, "char", 1, "flag", "char", false, 120)]
public char flag;
[DNAFieldAttribute(2, "char", "type", "char", 1, false, 121)]
[DNAFieldAttribute(1, "char", 2, "type", "char", false, 121)]
public char type;
[DNAFieldAttribute(3, "char", "time_mode", "char", 1, false, 122)]
[DNAFieldAttribute(1, "char", 3, "time_mode", "char", false, 122)]
public char time_mode;
[DNAFieldAttribute(4, "char", "play_mode", "char", 1, false, 123)]
[DNAFieldAttribute(1, "char", 4, "play_mode", "char", false, 123)]
public char play_mode;
[DNAFieldAttribute(5, "char", "forward_axis", "char", 1, false, 124)]
[DNAFieldAttribute(1, "char", 5, "forward_axis", "char", false, 124)]
public char forward_axis;
[DNAFieldAttribute(6, "char", "up_axis", "char", 1, false, 125)]
[DNAFieldAttribute(1, "char", 6, "up_axis", "char", false, 125)]
public char up_axis;
[DNAFieldAttribute(7, "char", "flip_axis", "char", 1, false, 126)]
[DNAFieldAttribute(1, "char", 7, "flip_axis", "char", false, 126)]
public char flip_axis;
[DNAFieldAttribute(8, "char", "interp", "char", 1, false, 127)]
[DNAFieldAttribute(1, "char", 8, "interp", "char", false, 127)]
public char interp;
[DNAFieldAttribute(9, "float", "factor", "float", 4, false, 128)]
[DNAFieldAttribute(4, "float", 9, "factor", "float", false, 128)]
public float factor;
[DNAFieldAttribute(10, "char", "deform_mode", "char", 1, false, 132)]
[DNAFieldAttribute(1, "char", 10, "deform_mode", "char", false, 132)]
public char deform_mode;
[DNAFieldAttribute(11, "char", "defgrp_name[64]", "System.Char[]", 64, false, 133)]
[DNAFieldAttribute(64, "char", 11, "defgrp_name[64]", "System.Char[]", false, 133)]
public char[] defgrp_name = new System.Char[64];
[DNAFieldAttribute(12, "char", "_pad[7]", "System.Char[]", 7, false, 197)]
[DNAFieldAttribute(7, "char", 12, "_pad[7]", "System.Char[]", false, 197)]
public char[] _pad = new System.Char[7];
[DNAFieldAttribute(13, "float", "frame_start", "float", 4, false, 204)]
[DNAFieldAttribute(4, "float", 13, "frame_start", "float", false, 204)]
public float frame_start;
[DNAFieldAttribute(14, "float", "frame_scale", "float", 4, false, 208)]
[DNAFieldAttribute(4, "float", 14, "frame_scale", "float", false, 208)]
public float frame_scale;
[DNAFieldAttribute(15, "float", "eval_frame", "float", 4, false, 212)]
[DNAFieldAttribute(4, "float", 15, "eval_frame", "float", false, 212)]
public float eval_frame;
[DNAFieldAttribute(16, "float", "eval_time", "float", 4, false, 216)]
[DNAFieldAttribute(4, "float", 16, "eval_time", "float", false, 216)]
public float eval_time;
[DNAFieldAttribute(17, "float", "eval_factor", "float", 4, false, 220)]
[DNAFieldAttribute(4, "float", 17, "eval_factor", "float", false, 220)]
public float eval_factor;
[DNAFieldAttribute(18, "char", "filepath[1024]", "System.Char[]", 1024, false, 224)]
[DNAFieldAttribute(1024, "char", 18, "filepath[1024]", "System.Char[]", false, 224)]
public char[] filepath = new System.Char[1024];
public MeshCacheModifierData() {
this.modifier = default;