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,7 +17,7 @@ namespace BlendFile.DNA {
public class WeightVGEditModifierData {
[DNAFieldAttribute(120, "ModifierData", 0, "modifier", "ModifierData", false, 0)]
public ModifierData modifier;
[DNAFieldAttribute(64, "char", 1, "defgrp_name[64]", "System.Char[]", false, 120)]
[DNAArrayAttribute(64, "char", 1, "defgrp_name[64]", "System.Char[]", 64, 120)]
public char[] defgrp_name = new System.Char[64];
[DNAFieldAttribute(2, "short", 2, "edit_flags", "short", false, 184)]
public short edit_flags;
@@ -33,7 +33,7 @@ namespace BlendFile.DNA {
public float rem_threshold;
[DNAFieldAttribute(4, "float", 8, "mask_constant", "float", false, 208)]
public float mask_constant;
[DNAFieldAttribute(64, "char", 9, "mask_defgrp_name[64]", "System.Char[]", false, 212)]
[DNAArrayAttribute(64, "char", 9, "mask_defgrp_name[64]", "System.Char[]", 64, 212)]
public char[] mask_defgrp_name = new System.Char[64];
[DNAFieldAttribute(4, "int", 10, "mask_tex_use_channel", "int", false, 276)]
public int mask_tex_use_channel;
@@ -41,11 +41,11 @@ namespace BlendFile.DNA {
public Tex mask_texture;
[DNAFieldAttribute(8, "Object", 12, "*mask_tex_map_obj", "Object", true, 288)]
public Object mask_tex_map_obj;
[DNAFieldAttribute(64, "char", 13, "mask_tex_map_bone[64]", "System.Char[]", false, 296)]
[DNAArrayAttribute(64, "char", 13, "mask_tex_map_bone[64]", "System.Char[]", 64, 296)]
public char[] mask_tex_map_bone = new System.Char[64];
[DNAFieldAttribute(4, "int", 14, "mask_tex_mapping", "int", false, 360)]
public int mask_tex_mapping;
[DNAFieldAttribute(68, "char", 15, "mask_tex_uvlayer_name[68]", "System.Char[]", false, 364)]
[DNAArrayAttribute(68, "char", 15, "mask_tex_uvlayer_name[68]", "System.Char[]", 68, 364)]
public char[] mask_tex_uvlayer_name = new System.Char[68];
[DNAFieldAttribute(8, "void", 16, "*_pad1", "void", true, 432)]
public object _pad1;