regenerated files

This commit is contained in:
mm00
2025-02-19 17:07:50 +01:00
parent f327f18b57
commit 380949122c
935 changed files with 9595 additions and 9586 deletions

View File

@@ -15,45 +15,45 @@ namespace BlendFile.DNA {
[DNAClassAttribute(492, "WarpModifierData")]
public class WarpModifierData {
[DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120)]
[DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120, false)]
public ModifierData modifier;
[DNAFieldAttribute(1, "Tex", "*texture", "Tex", 488)]
[DNAFieldAttribute(1, "Tex", "*texture", "Tex", 4, true)]
public Tex ptr_texture;
[DNAFieldAttribute(2, "Object", "*map_object", "Object", 1160)]
[DNAFieldAttribute(2, "Object", "*map_object", "Object", 4, true)]
public Object ptr_map_object;
[DNAFieldAttribute(3, "char", "map_bone[64]", "System.Char[]", 1)]
[DNAFieldAttribute(3, "char", "map_bone[64]", "System.Char[]", 64, false)]
public char[] map_bone = new System.Char[64];
[DNAFieldAttribute(4, "char", "uvlayer_name[68]", "System.Char[]", 1)]
[DNAFieldAttribute(4, "char", "uvlayer_name[68]", "System.Char[]", 68, false)]
public char[] uvlayer_name = new System.Char[68];
[DNAFieldAttribute(5, "char", "_pad1[4]", "System.Char[]", 1)]
[DNAFieldAttribute(5, "char", "_pad1[4]", "System.Char[]", 4, false)]
public char[] _pad1 = new System.Char[4];
[DNAFieldAttribute(6, "int", "uvlayer_tmp", "int", 4)]
[DNAFieldAttribute(6, "int", "uvlayer_tmp", "int", 4, false)]
public int uvlayer_tmp;
[DNAFieldAttribute(7, "int", "texmapping", "int", 4)]
[DNAFieldAttribute(7, "int", "texmapping", "int", 4, false)]
public int texmapping;
[DNAFieldAttribute(8, "Object", "*object_from", "Object", 1160)]
[DNAFieldAttribute(8, "Object", "*object_from", "Object", 4, true)]
public Object ptr_object_from;
[DNAFieldAttribute(9, "Object", "*object_to", "Object", 1160)]
[DNAFieldAttribute(9, "Object", "*object_to", "Object", 4, true)]
public Object ptr_object_to;
[DNAFieldAttribute(10, "char", "bone_from[64]", "System.Char[]", 1)]
[DNAFieldAttribute(10, "char", "bone_from[64]", "System.Char[]", 64, false)]
public char[] bone_from = new System.Char[64];
[DNAFieldAttribute(11, "char", "bone_to[64]", "System.Char[]", 1)]
[DNAFieldAttribute(11, "char", "bone_to[64]", "System.Char[]", 64, false)]
public char[] bone_to = new System.Char[64];
[DNAFieldAttribute(12, "CurveMapping", "*curfalloff", "CurveMapping", 424)]
[DNAFieldAttribute(12, "CurveMapping", "*curfalloff", "CurveMapping", 4, true)]
public CurveMapping ptr_curfalloff;
[DNAFieldAttribute(13, "char", "defgrp_name[64]", "System.Char[]", 1)]
[DNAFieldAttribute(13, "char", "defgrp_name[64]", "System.Char[]", 64, false)]
public char[] defgrp_name = new System.Char[64];
[DNAFieldAttribute(14, "float", "strength", "float", 4)]
[DNAFieldAttribute(14, "float", "strength", "float", 4, false)]
public float strength;
[DNAFieldAttribute(15, "float", "falloff_radius", "float", 4)]
[DNAFieldAttribute(15, "float", "falloff_radius", "float", 4, false)]
public float falloff_radius;
[DNAFieldAttribute(16, "char", "flag", "char", 1)]
[DNAFieldAttribute(16, "char", "flag", "char", 1, false)]
public char flag;
[DNAFieldAttribute(17, "char", "falloff_type", "char", 1)]
[DNAFieldAttribute(17, "char", "falloff_type", "char", 1, false)]
public char falloff_type;
[DNAFieldAttribute(18, "char", "_pad2[6]", "System.Char[]", 1)]
[DNAFieldAttribute(18, "char", "_pad2[6]", "System.Char[]", 6, false)]
public char[] _pad2 = new System.Char[6];
[DNAFieldAttribute(19, "void", "*_pad3", "void", 0)]
[DNAFieldAttribute(19, "void", "*_pad3", "void", 4, true)]
public object ptr__pad3;
public WarpModifierData() {
this.modifier = default;