Regenerated code files
This commit is contained in:
@@ -17,7 +17,7 @@ namespace BlendFile.DNA {
|
||||
public class BakeData {
|
||||
[DNAFieldAttribute(336, "ImageFormatData", 0, "im_format", "ImageFormatData", false, 0)]
|
||||
public ImageFormatData im_format;
|
||||
[DNAFieldAttribute(1024, "char", 1, "filepath[1024]", "System.Char[]", false, 336)]
|
||||
[DNAArrayAttribute(1024, "char", 1, "filepath[1024]", "System.Char[]", 1024, 336)]
|
||||
public char[] filepath = new System.Char[1024];
|
||||
[DNAFieldAttribute(2, "short", 2, "width", "short", false, 1360)]
|
||||
public short width;
|
||||
@@ -33,7 +33,7 @@ namespace BlendFile.DNA {
|
||||
public float max_ray_distance;
|
||||
[DNAFieldAttribute(4, "int", 8, "pass_filter", "int", false, 1376)]
|
||||
public int pass_filter;
|
||||
[DNAFieldAttribute(3, "char", 9, "normal_swizzle[3]", "System.Char[]", false, 1380)]
|
||||
[DNAArrayAttribute(3, "char", 9, "normal_swizzle[3]", "System.Char[]", 3, 1380)]
|
||||
public char[] normal_swizzle = new System.Char[3];
|
||||
[DNAFieldAttribute(1, "char", 10, "normal_space", "char", false, 1383)]
|
||||
public char normal_space;
|
||||
@@ -45,7 +45,7 @@ namespace BlendFile.DNA {
|
||||
public char margin_type;
|
||||
[DNAFieldAttribute(1, "char", 14, "view_from", "char", false, 1387)]
|
||||
public char view_from;
|
||||
[DNAFieldAttribute(4, "char", 15, "_pad[4]", "System.Char[]", false, 1388)]
|
||||
[DNAArrayAttribute(4, "char", 15, "_pad[4]", "System.Char[]", 4, 1388)]
|
||||
public char[] _pad = new System.Char[4];
|
||||
[DNAFieldAttribute(8, "Object", 16, "*cage_object", "Object", true, 1392)]
|
||||
public Object cage_object;
|
||||
|
||||
Reference in New Issue
Block a user