updated generated files
This commit is contained in:
@@ -21,29 +21,29 @@ namespace BlendFile.DNA {
|
||||
public Object @object;
|
||||
[DNAFieldAttribute(8, "Material", 2, "*material", "Material", true, 112)]
|
||||
public Material material;
|
||||
[DNAArrayAttribute(64, "char", 3, "subtarget[64]", "System.Char[]", 64, 120)]
|
||||
[DNAArrayAttribute(64, "char", 3, "subtarget[64]", "System.Char[]", 64, false, 120)]
|
||||
public char[] subtarget = new System.Char[64];
|
||||
[DNAArrayAttribute(64, "char", 4, "layername[64]", "System.Char[]", 64, 184)]
|
||||
[DNAArrayAttribute(64, "char", 4, "layername[64]", "System.Char[]", 64, false, 184)]
|
||||
public char[] layername = new System.Char[64];
|
||||
[DNAArrayAttribute(64, "char", 5, "materialname[64]", "System.Char[]", 64, 248)]
|
||||
[DNAArrayAttribute(64, "char", 5, "materialname[64]", "System.Char[]", 64, false, 248)]
|
||||
public char[] materialname = new System.Char[64];
|
||||
[DNAArrayAttribute(64, "char", 6, "vgname[64]", "System.Char[]", 64, 312)]
|
||||
[DNAArrayAttribute(64, "char", 6, "vgname[64]", "System.Char[]", 64, false, 312)]
|
||||
public char[] vgname = new System.Char[64];
|
||||
[DNAFieldAttribute(4, "int", 7, "pass_index", "int", false, 376)]
|
||||
public int pass_index;
|
||||
[DNAFieldAttribute(4, "int", 8, "layer_pass", "int", false, 380)]
|
||||
public int layer_pass;
|
||||
[DNAArrayAttribute(4, "char", 9, "_pad[4]", "System.Char[]", 4, 384)]
|
||||
[DNAArrayAttribute(4, "char", 9, "_pad[4]", "System.Char[]", 4, false, 384)]
|
||||
public char[] _pad = new System.Char[4];
|
||||
[DNAFieldAttribute(4, "int", 10, "flag", "int", false, 388)]
|
||||
public int flag;
|
||||
[DNAFieldAttribute(1, "char", 11, "falloff_type", "char", false, 392)]
|
||||
public char falloff_type;
|
||||
[DNAArrayAttribute(3, "char", 12, "_pad1[3]", "System.Char[]", 3, 393)]
|
||||
[DNAArrayAttribute(3, "char", 12, "_pad1[3]", "System.Char[]", 3, false, 393)]
|
||||
public char[] _pad1 = new System.Char[3];
|
||||
[DNAArrayAttribute(64, "float", 13, "parentinv[4][4]", "System.Single[,]", 8, 396)]
|
||||
[DNAArrayAttribute(64, "float", 13, "parentinv[4][4]", "System.Single[,]", 16, false, 396)]
|
||||
public float[,] parentinv = new System.Single[4,4];
|
||||
[DNAArrayAttribute(12, "float", 14, "cent[3]", "System.Single[]", 3, 460)]
|
||||
[DNAArrayAttribute(12, "float", 14, "cent[3]", "System.Single[]", 3, false, 460)]
|
||||
public float[] cent = new System.Single[3];
|
||||
[DNAFieldAttribute(4, "float", 15, "falloff", "float", false, 472)]
|
||||
public float falloff;
|
||||
|
||||
Reference in New Issue
Block a user