regenerated files
This commit is contained in:
@@ -15,35 +15,35 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(502, "UVWarpModifierData")]
|
||||
public class UVWarpModifierData {
|
||||
[DNAFieldAttribute(0, "ModifierData", "modifier", 120)]
|
||||
[DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120)]
|
||||
public ModifierData modifier;
|
||||
[DNAFieldAttribute(1, "char", "axis_u", 1)]
|
||||
[DNAFieldAttribute(1, "char", "axis_u", "char", 1)]
|
||||
public char axis_u;
|
||||
[DNAFieldAttribute(2, "char", "axis_v", 1)]
|
||||
[DNAFieldAttribute(2, "char", "axis_v", "char", 1)]
|
||||
public char axis_v;
|
||||
[DNAFieldAttribute(3, "short", "flag", 2)]
|
||||
[DNAFieldAttribute(3, "short", "flag", "short", 2)]
|
||||
public short flag;
|
||||
[DNAFieldAttribute(4, "float", "center[2]", 4)]
|
||||
[DNAFieldAttribute(4, "float", "center[2]", "System.Single[]", 4)]
|
||||
public float[] center = new System.Single[2];
|
||||
[DNAFieldAttribute(5, "float", "offset[2]", 4)]
|
||||
[DNAFieldAttribute(5, "float", "offset[2]", "System.Single[]", 4)]
|
||||
public float[] offset = new System.Single[2];
|
||||
[DNAFieldAttribute(6, "float", "scale[2]", 4)]
|
||||
[DNAFieldAttribute(6, "float", "scale[2]", "System.Single[]", 4)]
|
||||
public float[] scale = new System.Single[2];
|
||||
[DNAFieldAttribute(7, "float", "rotation", 4)]
|
||||
[DNAFieldAttribute(7, "float", "rotation", "float", 4)]
|
||||
public float rotation;
|
||||
[DNAFieldAttribute(8, "Object", "*object_src", 1160)]
|
||||
[DNAFieldAttribute(8, "Object", "*object_src", "Object", 1160)]
|
||||
public Object ptr_object_src;
|
||||
[DNAFieldAttribute(9, "char", "bone_src[64]", 1)]
|
||||
[DNAFieldAttribute(9, "char", "bone_src[64]", "System.Char[]", 1)]
|
||||
public char[] bone_src = new System.Char[64];
|
||||
[DNAFieldAttribute(10, "Object", "*object_dst", 1160)]
|
||||
[DNAFieldAttribute(10, "Object", "*object_dst", "Object", 1160)]
|
||||
public Object ptr_object_dst;
|
||||
[DNAFieldAttribute(11, "char", "bone_dst[64]", 1)]
|
||||
[DNAFieldAttribute(11, "char", "bone_dst[64]", "System.Char[]", 1)]
|
||||
public char[] bone_dst = new System.Char[64];
|
||||
[DNAFieldAttribute(12, "char", "vgroup_name[64]", 1)]
|
||||
[DNAFieldAttribute(12, "char", "vgroup_name[64]", "System.Char[]", 1)]
|
||||
public char[] vgroup_name = new System.Char[64];
|
||||
[DNAFieldAttribute(13, "char", "uvlayer_name[68]", 1)]
|
||||
[DNAFieldAttribute(13, "char", "uvlayer_name[68]", "System.Char[]", 1)]
|
||||
public char[] uvlayer_name = new System.Char[68];
|
||||
[DNAFieldAttribute(14, "char", "_pad[4]", 1)]
|
||||
[DNAFieldAttribute(14, "char", "_pad[4]", "System.Char[]", 1)]
|
||||
public char[] _pad = new System.Char[4];
|
||||
public UVWarpModifierData() {
|
||||
this.modifier = default;
|
||||
|
||||
Reference in New Issue
Block a user