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

@@ -17,9 +17,9 @@ namespace BlendFile.DNA {
public class WeightVGMixModifierData {
[DNAFieldAttribute(120, "ModifierData", 0, "modifier", "ModifierData", false, 0)]
public ModifierData modifier;
[DNAFieldAttribute(64, "char", 1, "defgrp_name_a[64]", "System.Char[]", false, 120)]
[DNAArrayAttribute(64, "char", 1, "defgrp_name_a[64]", "System.Char[]", 64, 120)]
public char[] defgrp_name_a = new System.Char[64];
[DNAFieldAttribute(64, "char", 2, "defgrp_name_b[64]", "System.Char[]", false, 184)]
[DNAArrayAttribute(64, "char", 2, "defgrp_name_b[64]", "System.Char[]", 64, 184)]
public char[] defgrp_name_b = new System.Char[64];
[DNAFieldAttribute(4, "float", 3, "default_weight_a", "float", false, 248)]
public float default_weight_a;
@@ -29,11 +29,11 @@ namespace BlendFile.DNA {
public char mix_mode;
[DNAFieldAttribute(1, "char", 6, "mix_set", "char", false, 257)]
public char mix_set;
[DNAFieldAttribute(6, "char", 7, "_pad0[6]", "System.Char[]", false, 258)]
[DNAArrayAttribute(6, "char", 7, "_pad0[6]", "System.Char[]", 6, 258)]
public char[] _pad0 = new System.Char[6];
[DNAFieldAttribute(4, "float", 8, "mask_constant", "float", false, 264)]
public float mask_constant;
[DNAFieldAttribute(64, "char", 9, "mask_defgrp_name[64]", "System.Char[]", false, 268)]
[DNAArrayAttribute(64, "char", 9, "mask_defgrp_name[64]", "System.Char[]", 64, 268)]
public char[] mask_defgrp_name = new System.Char[64];
[DNAFieldAttribute(4, "int", 10, "mask_tex_use_channel", "int", false, 332)]
public int mask_tex_use_channel;
@@ -41,17 +41,17 @@ namespace BlendFile.DNA {
public Tex mask_texture;
[DNAFieldAttribute(8, "Object", 12, "*mask_tex_map_obj", "Object", true, 344)]
public Object mask_tex_map_obj;
[DNAFieldAttribute(64, "char", 13, "mask_tex_map_bone[64]", "System.Char[]", false, 352)]
[DNAArrayAttribute(64, "char", 13, "mask_tex_map_bone[64]", "System.Char[]", 64, 352)]
public char[] mask_tex_map_bone = new System.Char[64];
[DNAFieldAttribute(4, "int", 14, "mask_tex_mapping", "int", false, 416)]
public int mask_tex_mapping;
[DNAFieldAttribute(68, "char", 15, "mask_tex_uvlayer_name[68]", "System.Char[]", false, 420)]
[DNAArrayAttribute(68, "char", 15, "mask_tex_uvlayer_name[68]", "System.Char[]", 68, 420)]
public char[] mask_tex_uvlayer_name = new System.Char[68];
[DNAFieldAttribute(4, "char", 16, "_pad1[4]", "System.Char[]", false, 488)]
[DNAArrayAttribute(4, "char", 16, "_pad1[4]", "System.Char[]", 4, 488)]
public char[] _pad1 = new System.Char[4];
[DNAFieldAttribute(1, "char", 17, "flag", "char", false, 492)]
public char flag;
[DNAFieldAttribute(3, "char", 18, "_pad2[3]", "System.Char[]", false, 493)]
[DNAArrayAttribute(3, "char", 18, "_pad2[3]", "System.Char[]", 3, 493)]
public char[] _pad2 = new System.Char[3];
public WeightVGMixModifierData() {
this.modifier = default;