Regenerated code files
This commit is contained in:
@@ -37,11 +37,11 @@ namespace BlendFile.DNA {
|
||||
public int numpoly;
|
||||
[DNAFieldAttribute(4, "int", 10, "flags", "int", false, 172)]
|
||||
public int flags;
|
||||
[DNAFieldAttribute(64, "float", 11, "mat[4][4]", "System.Single[,]", false, 176)]
|
||||
[DNAArrayAttribute(64, "float", 11, "mat[4][4]", "System.Single[,]", 8, 176)]
|
||||
public float[,] mat = new System.Single[4,4];
|
||||
[DNAFieldAttribute(4, "float", 12, "strength", "float", false, 240)]
|
||||
public float strength;
|
||||
[DNAFieldAttribute(64, "char", 13, "defgrp_name[64]", "System.Char[]", false, 244)]
|
||||
[DNAArrayAttribute(64, "char", 13, "defgrp_name[64]", "System.Char[]", 64, 244)]
|
||||
public char[] defgrp_name = new System.Char[64];
|
||||
[DNAFieldAttribute(4, "int", 14, "_pad2", "int", false, 308)]
|
||||
public int _pad2;
|
||||
|
||||
Reference in New Issue
Block a user