updated generated files
This commit is contained in:
@@ -21,11 +21,11 @@ namespace BlendFile.DNA {
|
||||
public Tex texture;
|
||||
[DNAFieldAttribute(8, "Object", 2, "*map_object", "Object", true, 128)]
|
||||
public Object map_object;
|
||||
[DNAArrayAttribute(64, "char", 3, "map_bone[64]", "System.Char[]", 64, 136)]
|
||||
[DNAArrayAttribute(64, "char", 3, "map_bone[64]", "System.Char[]", 64, false, 136)]
|
||||
public char[] map_bone = new System.Char[64];
|
||||
[DNAArrayAttribute(68, "char", 4, "uvlayer_name[68]", "System.Char[]", 68, 200)]
|
||||
[DNAArrayAttribute(68, "char", 4, "uvlayer_name[68]", "System.Char[]", 68, false, 200)]
|
||||
public char[] uvlayer_name = new System.Char[68];
|
||||
[DNAArrayAttribute(4, "char", 5, "_pad1[4]", "System.Char[]", 4, 268)]
|
||||
[DNAArrayAttribute(4, "char", 5, "_pad1[4]", "System.Char[]", 4, false, 268)]
|
||||
public char[] _pad1 = new System.Char[4];
|
||||
[DNAFieldAttribute(4, "int", 6, "uvlayer_tmp", "int", false, 272)]
|
||||
public int uvlayer_tmp;
|
||||
@@ -35,7 +35,7 @@ namespace BlendFile.DNA {
|
||||
public float strength;
|
||||
[DNAFieldAttribute(4, "int", 9, "direction", "int", false, 284)]
|
||||
public int direction;
|
||||
[DNAArrayAttribute(64, "char", 10, "defgrp_name[64]", "System.Char[]", 64, 288)]
|
||||
[DNAArrayAttribute(64, "char", 10, "defgrp_name[64]", "System.Char[]", 64, false, 288)]
|
||||
public char[] defgrp_name = new System.Char[64];
|
||||
[DNAFieldAttribute(4, "float", 11, "midlevel", "float", false, 352)]
|
||||
public float midlevel;
|
||||
@@ -43,7 +43,7 @@ namespace BlendFile.DNA {
|
||||
public int space;
|
||||
[DNAFieldAttribute(2, "short", 13, "flag", "short", false, 360)]
|
||||
public short flag;
|
||||
[DNAArrayAttribute(6, "char", 14, "_pad2[6]", "System.Char[]", 6, 362)]
|
||||
[DNAArrayAttribute(6, "char", 14, "_pad2[6]", "System.Char[]", 6, false, 362)]
|
||||
public char[] _pad2 = new System.Char[6];
|
||||
public DisplaceModifierData() {
|
||||
this.modifier = default;
|
||||
|
||||
Reference in New Issue
Block a user