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

@@ -17,7 +17,7 @@ namespace BlendFile.DNA {
public class WeightVGEditModifierData {
[DNAFieldAttribute(120, "ModifierData", 0, "modifier", "ModifierData", false, 0)]
public ModifierData modifier;
[DNAArrayAttribute(64, "char", 1, "defgrp_name[64]", "System.Char[]", 64, 120)]
[DNAArrayAttribute(64, "char", 1, "defgrp_name[64]", "System.Char[]", 64, false, 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;
[DNAArrayAttribute(64, "char", 9, "mask_defgrp_name[64]", "System.Char[]", 64, 212)]
[DNAArrayAttribute(64, "char", 9, "mask_defgrp_name[64]", "System.Char[]", 64, false, 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;
[DNAArrayAttribute(64, "char", 13, "mask_tex_map_bone[64]", "System.Char[]", 64, 296)]
[DNAArrayAttribute(64, "char", 13, "mask_tex_map_bone[64]", "System.Char[]", 64, false, 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;
[DNAArrayAttribute(68, "char", 15, "mask_tex_uvlayer_name[68]", "System.Char[]", 68, 364)]
[DNAArrayAttribute(68, "char", 15, "mask_tex_uvlayer_name[68]", "System.Char[]", 68, false, 364)]
public char[] mask_tex_uvlayer_name = new System.Char[68];
[DNAFieldAttribute(8, "void", 16, "*_pad1", "void", true, 432)]
public object _pad1;