updated generated files
This commit is contained in:
@@ -21,15 +21,15 @@ namespace BlendFile.DNA {
|
||||
public ObHook prev;
|
||||
[DNAFieldAttribute(8, "Object", 2, "*parent", "Object", true, 16)]
|
||||
public Object parent;
|
||||
[DNAArrayAttribute(64, "float", 3, "parentinv[4][4]", "System.Single[,]", 8, 24)]
|
||||
[DNAArrayAttribute(64, "float", 3, "parentinv[4][4]", "System.Single[,]", 16, false, 24)]
|
||||
public float[,] parentinv = new System.Single[4,4];
|
||||
[DNAArrayAttribute(64, "float", 4, "mat[4][4]", "System.Single[,]", 8, 88)]
|
||||
[DNAArrayAttribute(64, "float", 4, "mat[4][4]", "System.Single[,]", 16, false, 88)]
|
||||
public float[,] mat = new System.Single[4,4];
|
||||
[DNAArrayAttribute(12, "float", 5, "cent[3]", "System.Single[]", 3, 152)]
|
||||
[DNAArrayAttribute(12, "float", 5, "cent[3]", "System.Single[]", 3, false, 152)]
|
||||
public float[] cent = new System.Single[3];
|
||||
[DNAFieldAttribute(4, "float", 6, "falloff", "float", false, 164)]
|
||||
public float falloff;
|
||||
[DNAArrayAttribute(64, "char", 7, "name[64]", "System.Char[]", 64, 168)]
|
||||
[DNAArrayAttribute(64, "char", 7, "name[64]", "System.Char[]", 64, false, 168)]
|
||||
public char[] name = new System.Char[64];
|
||||
[DNAFieldAttribute(8, "int", 8, "*indexar", "int", true, 232)]
|
||||
public int indexar;
|
||||
|
||||
Reference in New Issue
Block a user