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

@@ -15,56 +15,56 @@ namespace BlendFile.DNA {
[DNAClassAttribute(495, "WeightVGProximityModifierData", 448)]
public class WeightVGProximityModifierData {
[DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120, false, 0)]
[DNAFieldAttribute(120, "ModifierData", 0, "modifier", "ModifierData", false, 0)]
public ModifierData modifier;
[DNAFieldAttribute(1, "char", "defgrp_name[64]", "System.Char[]", 64, false, 120)]
[DNAFieldAttribute(64, "char", 1, "defgrp_name[64]", "System.Char[]", false, 120)]
public char[] defgrp_name = new System.Char[64];
[DNAFieldAttribute(2, "CurveMapping", "*cmap_curve", "CurveMapping", 8, true, 184)]
public CurveMapping ptr_cmap_curve;
[DNAFieldAttribute(3, "int", "proximity_mode", "int", 4, false, 192)]
[DNAFieldAttribute(8, "CurveMapping", 2, "*cmap_curve", "CurveMapping", true, 184)]
public CurveMapping cmap_curve;
[DNAFieldAttribute(4, "int", 3, "proximity_mode", "int", false, 192)]
public int proximity_mode;
[DNAFieldAttribute(4, "int", "proximity_flags", "int", 4, false, 196)]
[DNAFieldAttribute(4, "int", 4, "proximity_flags", "int", false, 196)]
public int proximity_flags;
[DNAFieldAttribute(5, "Object", "*proximity_ob_target", "Object", 8, true, 200)]
public Object ptr_proximity_ob_target;
[DNAFieldAttribute(6, "float", "mask_constant", "float", 4, false, 208)]
[DNAFieldAttribute(8, "Object", 5, "*proximity_ob_target", "Object", true, 200)]
public Object proximity_ob_target;
[DNAFieldAttribute(4, "float", 6, "mask_constant", "float", false, 208)]
public float mask_constant;
[DNAFieldAttribute(7, "char", "mask_defgrp_name[64]", "System.Char[]", 64, false, 212)]
[DNAFieldAttribute(64, "char", 7, "mask_defgrp_name[64]", "System.Char[]", false, 212)]
public char[] mask_defgrp_name = new System.Char[64];
[DNAFieldAttribute(8, "int", "mask_tex_use_channel", "int", 4, false, 276)]
[DNAFieldAttribute(4, "int", 8, "mask_tex_use_channel", "int", false, 276)]
public int mask_tex_use_channel;
[DNAFieldAttribute(9, "Tex", "*mask_texture", "Tex", 8, true, 280)]
public Tex ptr_mask_texture;
[DNAFieldAttribute(10, "Object", "*mask_tex_map_obj", "Object", 8, true, 288)]
public Object ptr_mask_tex_map_obj;
[DNAFieldAttribute(11, "char", "mask_tex_map_bone[64]", "System.Char[]", 64, false, 296)]
[DNAFieldAttribute(8, "Tex", 9, "*mask_texture", "Tex", true, 280)]
public Tex mask_texture;
[DNAFieldAttribute(8, "Object", 10, "*mask_tex_map_obj", "Object", true, 288)]
public Object mask_tex_map_obj;
[DNAFieldAttribute(64, "char", 11, "mask_tex_map_bone[64]", "System.Char[]", false, 296)]
public char[] mask_tex_map_bone = new System.Char[64];
[DNAFieldAttribute(12, "int", "mask_tex_mapping", "int", 4, false, 360)]
[DNAFieldAttribute(4, "int", 12, "mask_tex_mapping", "int", false, 360)]
public int mask_tex_mapping;
[DNAFieldAttribute(13, "char", "mask_tex_uvlayer_name[68]", "System.Char[]", 68, false, 364)]
[DNAFieldAttribute(68, "char", 13, "mask_tex_uvlayer_name[68]", "System.Char[]", false, 364)]
public char[] mask_tex_uvlayer_name = new System.Char[68];
[DNAFieldAttribute(14, "char", "_pad1[4]", "System.Char[]", 4, false, 432)]
[DNAFieldAttribute(4, "char", 14, "_pad1[4]", "System.Char[]", false, 432)]
public char[] _pad1 = new System.Char[4];
[DNAFieldAttribute(15, "float", "min_dist", "float", 4, false, 436)]
[DNAFieldAttribute(4, "float", 15, "min_dist", "float", false, 436)]
public float min_dist;
[DNAFieldAttribute(16, "float", "max_dist", "float", 4, false, 440)]
[DNAFieldAttribute(4, "float", 16, "max_dist", "float", false, 440)]
public float max_dist;
[DNAFieldAttribute(17, "short", "falloff_type", "short", 2, false, 444)]
[DNAFieldAttribute(2, "short", 17, "falloff_type", "short", false, 444)]
public short falloff_type;
[DNAFieldAttribute(18, "char", "_pad0[2]", "System.Char[]", 2, false, 446)]
[DNAFieldAttribute(2, "char", 18, "_pad0[2]", "System.Char[]", false, 446)]
public char[] _pad0 = new System.Char[2];
public WeightVGProximityModifierData() {
this.modifier = default;
this.defgrp_name = default;
this.ptr_cmap_curve = default;
this.cmap_curve = default;
this.proximity_mode = default;
this.proximity_flags = default;
this.ptr_proximity_ob_target = default;
this.proximity_ob_target = default;
this.mask_constant = default;
this.mask_defgrp_name = default;
this.mask_tex_use_channel = default;
this.ptr_mask_texture = default;
this.ptr_mask_tex_map_obj = default;
this.mask_texture = default;
this.mask_tex_map_obj = default;
this.mask_tex_map_bone = default;
this.mask_tex_mapping = default;
this.mask_tex_uvlayer_name = default;
@@ -77,15 +77,15 @@ namespace BlendFile.DNA {
public WeightVGProximityModifierData(
ModifierData modifier,
char[] defgrp_name,
CurveMapping ptr_cmap_curve,
CurveMapping cmap_curve,
int proximity_mode,
int proximity_flags,
Object ptr_proximity_ob_target,
Object proximity_ob_target,
float mask_constant,
char[] mask_defgrp_name,
int mask_tex_use_channel,
Tex ptr_mask_texture,
Object ptr_mask_tex_map_obj,
Tex mask_texture,
Object mask_tex_map_obj,
char[] mask_tex_map_bone,
int mask_tex_mapping,
char[] mask_tex_uvlayer_name,
@@ -96,15 +96,15 @@ namespace BlendFile.DNA {
char[] _pad0) {
this.modifier = modifier;
this.defgrp_name = defgrp_name;
this.ptr_cmap_curve = ptr_cmap_curve;
this.cmap_curve = cmap_curve;
this.proximity_mode = proximity_mode;
this.proximity_flags = proximity_flags;
this.ptr_proximity_ob_target = ptr_proximity_ob_target;
this.proximity_ob_target = proximity_ob_target;
this.mask_constant = mask_constant;
this.mask_defgrp_name = mask_defgrp_name;
this.mask_tex_use_channel = mask_tex_use_channel;
this.ptr_mask_texture = ptr_mask_texture;
this.ptr_mask_tex_map_obj = ptr_mask_tex_map_obj;
this.mask_texture = mask_texture;
this.mask_tex_map_obj = mask_tex_map_obj;
this.mask_tex_map_bone = mask_tex_map_bone;
this.mask_tex_mapping = mask_tex_mapping;
this.mask_tex_uvlayer_name = mask_tex_uvlayer_name;