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,109 +15,109 @@ namespace BlendFile.DNA {
[DNAClassAttribute(492, "WarpModifierData", 520)]
public class WarpModifierData {
[DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120, false, 0)]
[DNAFieldAttribute(120, "ModifierData", 0, "modifier", "ModifierData", false, 0)]
public ModifierData modifier;
[DNAFieldAttribute(1, "Tex", "*texture", "Tex", 8, true, 120)]
public Tex ptr_texture;
[DNAFieldAttribute(2, "Object", "*map_object", "Object", 8, true, 128)]
public Object ptr_map_object;
[DNAFieldAttribute(3, "char", "map_bone[64]", "System.Char[]", 64, false, 136)]
[DNAFieldAttribute(8, "Tex", 1, "*texture", "Tex", true, 120)]
public Tex texture;
[DNAFieldAttribute(8, "Object", 2, "*map_object", "Object", true, 128)]
public Object map_object;
[DNAFieldAttribute(64, "char", 3, "map_bone[64]", "System.Char[]", false, 136)]
public char[] map_bone = new System.Char[64];
[DNAFieldAttribute(4, "char", "uvlayer_name[68]", "System.Char[]", 68, false, 200)]
[DNAFieldAttribute(68, "char", 4, "uvlayer_name[68]", "System.Char[]", false, 200)]
public char[] uvlayer_name = new System.Char[68];
[DNAFieldAttribute(5, "char", "_pad1[4]", "System.Char[]", 4, false, 268)]
[DNAFieldAttribute(4, "char", 5, "_pad1[4]", "System.Char[]", false, 268)]
public char[] _pad1 = new System.Char[4];
[DNAFieldAttribute(6, "int", "uvlayer_tmp", "int", 4, false, 272)]
[DNAFieldAttribute(4, "int", 6, "uvlayer_tmp", "int", false, 272)]
public int uvlayer_tmp;
[DNAFieldAttribute(7, "int", "texmapping", "int", 4, false, 276)]
[DNAFieldAttribute(4, "int", 7, "texmapping", "int", false, 276)]
public int texmapping;
[DNAFieldAttribute(8, "Object", "*object_from", "Object", 8, true, 280)]
public Object ptr_object_from;
[DNAFieldAttribute(9, "Object", "*object_to", "Object", 8, true, 288)]
public Object ptr_object_to;
[DNAFieldAttribute(10, "char", "bone_from[64]", "System.Char[]", 64, false, 296)]
[DNAFieldAttribute(8, "Object", 8, "*object_from", "Object", true, 280)]
public Object object_from;
[DNAFieldAttribute(8, "Object", 9, "*object_to", "Object", true, 288)]
public Object object_to;
[DNAFieldAttribute(64, "char", 10, "bone_from[64]", "System.Char[]", false, 296)]
public char[] bone_from = new System.Char[64];
[DNAFieldAttribute(11, "char", "bone_to[64]", "System.Char[]", 64, false, 360)]
[DNAFieldAttribute(64, "char", 11, "bone_to[64]", "System.Char[]", false, 360)]
public char[] bone_to = new System.Char[64];
[DNAFieldAttribute(12, "CurveMapping", "*curfalloff", "CurveMapping", 8, true, 424)]
public CurveMapping ptr_curfalloff;
[DNAFieldAttribute(13, "char", "defgrp_name[64]", "System.Char[]", 64, false, 432)]
[DNAFieldAttribute(8, "CurveMapping", 12, "*curfalloff", "CurveMapping", true, 424)]
public CurveMapping curfalloff;
[DNAFieldAttribute(64, "char", 13, "defgrp_name[64]", "System.Char[]", false, 432)]
public char[] defgrp_name = new System.Char[64];
[DNAFieldAttribute(14, "float", "strength", "float", 4, false, 496)]
[DNAFieldAttribute(4, "float", 14, "strength", "float", false, 496)]
public float strength;
[DNAFieldAttribute(15, "float", "falloff_radius", "float", 4, false, 500)]
[DNAFieldAttribute(4, "float", 15, "falloff_radius", "float", false, 500)]
public float falloff_radius;
[DNAFieldAttribute(16, "char", "flag", "char", 1, false, 504)]
[DNAFieldAttribute(1, "char", 16, "flag", "char", false, 504)]
public char flag;
[DNAFieldAttribute(17, "char", "falloff_type", "char", 1, false, 505)]
[DNAFieldAttribute(1, "char", 17, "falloff_type", "char", false, 505)]
public char falloff_type;
[DNAFieldAttribute(18, "char", "_pad2[6]", "System.Char[]", 6, false, 506)]
[DNAFieldAttribute(6, "char", 18, "_pad2[6]", "System.Char[]", false, 506)]
public char[] _pad2 = new System.Char[6];
[DNAFieldAttribute(19, "void", "*_pad3", "void", 8, true, 512)]
public object ptr__pad3;
[DNAFieldAttribute(8, "void", 19, "*_pad3", "void", true, 512)]
public object _pad3;
public WarpModifierData() {
this.modifier = default;
this.ptr_texture = default;
this.ptr_map_object = default;
this.texture = default;
this.map_object = default;
this.map_bone = default;
this.uvlayer_name = default;
this._pad1 = default;
this.uvlayer_tmp = default;
this.texmapping = default;
this.ptr_object_from = default;
this.ptr_object_to = default;
this.object_from = default;
this.object_to = default;
this.bone_from = default;
this.bone_to = default;
this.ptr_curfalloff = default;
this.curfalloff = default;
this.defgrp_name = default;
this.strength = default;
this.falloff_radius = default;
this.flag = default;
this.falloff_type = default;
this._pad2 = default;
this.ptr__pad3 = default;
this._pad3 = default;
}
public WarpModifierData(
ModifierData modifier,
Tex ptr_texture,
Object ptr_map_object,
Tex texture,
Object map_object,
char[] map_bone,
char[] uvlayer_name,
char[] _pad1,
int uvlayer_tmp,
int texmapping,
Object ptr_object_from,
Object ptr_object_to,
Object object_from,
Object object_to,
char[] bone_from,
char[] bone_to,
CurveMapping ptr_curfalloff,
CurveMapping curfalloff,
char[] defgrp_name,
float strength,
float falloff_radius,
char flag,
char falloff_type,
char[] _pad2,
object ptr__pad3) {
object _pad3) {
this.modifier = modifier;
this.ptr_texture = ptr_texture;
this.ptr_map_object = ptr_map_object;
this.texture = texture;
this.map_object = map_object;
this.map_bone = map_bone;
this.uvlayer_name = uvlayer_name;
this._pad1 = _pad1;
this.uvlayer_tmp = uvlayer_tmp;
this.texmapping = texmapping;
this.ptr_object_from = ptr_object_from;
this.ptr_object_to = ptr_object_to;
this.object_from = object_from;
this.object_to = object_to;
this.bone_from = bone_from;
this.bone_to = bone_to;
this.ptr_curfalloff = ptr_curfalloff;
this.curfalloff = curfalloff;
this.defgrp_name = defgrp_name;
this.strength = strength;
this.falloff_radius = falloff_radius;
this.flag = flag;
this.falloff_type = falloff_type;
this._pad2 = _pad2;
this.ptr__pad3 = ptr__pad3;
this._pad3 = _pad3;
}
}
}