Regenerated code files
This commit is contained in:
@@ -27,11 +27,11 @@ namespace BlendFile.DNA {
|
||||
public float bisect_threshold;
|
||||
[DNAFieldAttribute(1, "uchar", 5, "use_correct_order_on_merge", "uchar", false, 132)]
|
||||
public byte use_correct_order_on_merge;
|
||||
[DNAFieldAttribute(3, "char", 6, "_pad[3]", "System.Char[]", false, 133)]
|
||||
[DNAArrayAttribute(3, "char", 6, "_pad[3]", "System.Char[]", 3, 133)]
|
||||
public char[] _pad = new System.Char[3];
|
||||
[DNAFieldAttribute(8, "float", 7, "uv_offset[2]", "System.Single[]", false, 136)]
|
||||
[DNAArrayAttribute(8, "float", 7, "uv_offset[2]", "System.Single[]", 2, 136)]
|
||||
public float[] uv_offset = new System.Single[2];
|
||||
[DNAFieldAttribute(8, "float", 8, "uv_offset_copy[2]", "System.Single[]", false, 144)]
|
||||
[DNAArrayAttribute(8, "float", 8, "uv_offset_copy[2]", "System.Single[]", 2, 144)]
|
||||
public float[] uv_offset_copy = new System.Single[2];
|
||||
[DNAFieldAttribute(8, "Object", 9, "*mirror_ob", "Object", true, 152)]
|
||||
public Object mirror_ob;
|
||||
|
||||
Reference in New Issue
Block a user