regenerated files
This commit is contained in:
@@ -15,43 +15,43 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(494, "WeightVGMixModifierData")]
|
||||
public class WeightVGMixModifierData {
|
||||
[DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120)]
|
||||
[DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120, false)]
|
||||
public ModifierData modifier;
|
||||
[DNAFieldAttribute(1, "char", "defgrp_name_a[64]", "System.Char[]", 1)]
|
||||
[DNAFieldAttribute(1, "char", "defgrp_name_a[64]", "System.Char[]", 64, false)]
|
||||
public char[] defgrp_name_a = new System.Char[64];
|
||||
[DNAFieldAttribute(2, "char", "defgrp_name_b[64]", "System.Char[]", 1)]
|
||||
[DNAFieldAttribute(2, "char", "defgrp_name_b[64]", "System.Char[]", 64, false)]
|
||||
public char[] defgrp_name_b = new System.Char[64];
|
||||
[DNAFieldAttribute(3, "float", "default_weight_a", "float", 4)]
|
||||
[DNAFieldAttribute(3, "float", "default_weight_a", "float", 4, false)]
|
||||
public float default_weight_a;
|
||||
[DNAFieldAttribute(4, "float", "default_weight_b", "float", 4)]
|
||||
[DNAFieldAttribute(4, "float", "default_weight_b", "float", 4, false)]
|
||||
public float default_weight_b;
|
||||
[DNAFieldAttribute(5, "char", "mix_mode", "char", 1)]
|
||||
[DNAFieldAttribute(5, "char", "mix_mode", "char", 1, false)]
|
||||
public char mix_mode;
|
||||
[DNAFieldAttribute(6, "char", "mix_set", "char", 1)]
|
||||
[DNAFieldAttribute(6, "char", "mix_set", "char", 1, false)]
|
||||
public char mix_set;
|
||||
[DNAFieldAttribute(7, "char", "_pad0[6]", "System.Char[]", 1)]
|
||||
[DNAFieldAttribute(7, "char", "_pad0[6]", "System.Char[]", 6, false)]
|
||||
public char[] _pad0 = new System.Char[6];
|
||||
[DNAFieldAttribute(8, "float", "mask_constant", "float", 4)]
|
||||
[DNAFieldAttribute(8, "float", "mask_constant", "float", 4, false)]
|
||||
public float mask_constant;
|
||||
[DNAFieldAttribute(9, "char", "mask_defgrp_name[64]", "System.Char[]", 1)]
|
||||
[DNAFieldAttribute(9, "char", "mask_defgrp_name[64]", "System.Char[]", 64, false)]
|
||||
public char[] mask_defgrp_name = new System.Char[64];
|
||||
[DNAFieldAttribute(10, "int", "mask_tex_use_channel", "int", 4)]
|
||||
[DNAFieldAttribute(10, "int", "mask_tex_use_channel", "int", 4, false)]
|
||||
public int mask_tex_use_channel;
|
||||
[DNAFieldAttribute(11, "Tex", "*mask_texture", "Tex", 488)]
|
||||
[DNAFieldAttribute(11, "Tex", "*mask_texture", "Tex", 4, true)]
|
||||
public Tex ptr_mask_texture;
|
||||
[DNAFieldAttribute(12, "Object", "*mask_tex_map_obj", "Object", 1160)]
|
||||
[DNAFieldAttribute(12, "Object", "*mask_tex_map_obj", "Object", 4, true)]
|
||||
public Object ptr_mask_tex_map_obj;
|
||||
[DNAFieldAttribute(13, "char", "mask_tex_map_bone[64]", "System.Char[]", 1)]
|
||||
[DNAFieldAttribute(13, "char", "mask_tex_map_bone[64]", "System.Char[]", 64, false)]
|
||||
public char[] mask_tex_map_bone = new System.Char[64];
|
||||
[DNAFieldAttribute(14, "int", "mask_tex_mapping", "int", 4)]
|
||||
[DNAFieldAttribute(14, "int", "mask_tex_mapping", "int", 4, false)]
|
||||
public int mask_tex_mapping;
|
||||
[DNAFieldAttribute(15, "char", "mask_tex_uvlayer_name[68]", "System.Char[]", 1)]
|
||||
[DNAFieldAttribute(15, "char", "mask_tex_uvlayer_name[68]", "System.Char[]", 68, false)]
|
||||
public char[] mask_tex_uvlayer_name = new System.Char[68];
|
||||
[DNAFieldAttribute(16, "char", "_pad1[4]", "System.Char[]", 1)]
|
||||
[DNAFieldAttribute(16, "char", "_pad1[4]", "System.Char[]", 4, false)]
|
||||
public char[] _pad1 = new System.Char[4];
|
||||
[DNAFieldAttribute(17, "char", "flag", "char", 1)]
|
||||
[DNAFieldAttribute(17, "char", "flag", "char", 1, false)]
|
||||
public char flag;
|
||||
[DNAFieldAttribute(18, "char", "_pad2[3]", "System.Char[]", 1)]
|
||||
[DNAFieldAttribute(18, "char", "_pad2[3]", "System.Char[]", 3, false)]
|
||||
public char[] _pad2 = new System.Char[3];
|
||||
public WeightVGMixModifierData() {
|
||||
this.modifier = default;
|
||||
|
||||
Reference in New Issue
Block a user