Regenerated codefiles
This commit is contained in:
@@ -15,40 +15,40 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(801, "BakeData", 1400)]
|
||||
public class BakeData {
|
||||
[DNAFieldAttribute(0, "ImageFormatData", "im_format", "ImageFormatData", 336, false, 0)]
|
||||
[DNAFieldAttribute(336, "ImageFormatData", 0, "im_format", "ImageFormatData", false, 0)]
|
||||
public ImageFormatData im_format;
|
||||
[DNAFieldAttribute(1, "char", "filepath[1024]", "System.Char[]", 1024, false, 336)]
|
||||
[DNAFieldAttribute(1024, "char", 1, "filepath[1024]", "System.Char[]", false, 336)]
|
||||
public char[] filepath = new System.Char[1024];
|
||||
[DNAFieldAttribute(2, "short", "width", "short", 2, false, 1360)]
|
||||
[DNAFieldAttribute(2, "short", 2, "width", "short", false, 1360)]
|
||||
public short width;
|
||||
[DNAFieldAttribute(3, "short", "height", "short", 2, false, 1362)]
|
||||
[DNAFieldAttribute(2, "short", 3, "height", "short", false, 1362)]
|
||||
public short height;
|
||||
[DNAFieldAttribute(4, "short", "margin", "short", 2, false, 1364)]
|
||||
[DNAFieldAttribute(2, "short", 4, "margin", "short", false, 1364)]
|
||||
public short margin;
|
||||
[DNAFieldAttribute(5, "short", "flag", "short", 2, false, 1366)]
|
||||
[DNAFieldAttribute(2, "short", 5, "flag", "short", false, 1366)]
|
||||
public short flag;
|
||||
[DNAFieldAttribute(6, "float", "cage_extrusion", "float", 4, false, 1368)]
|
||||
[DNAFieldAttribute(4, "float", 6, "cage_extrusion", "float", false, 1368)]
|
||||
public float cage_extrusion;
|
||||
[DNAFieldAttribute(7, "float", "max_ray_distance", "float", 4, false, 1372)]
|
||||
[DNAFieldAttribute(4, "float", 7, "max_ray_distance", "float", false, 1372)]
|
||||
public float max_ray_distance;
|
||||
[DNAFieldAttribute(8, "int", "pass_filter", "int", 4, false, 1376)]
|
||||
[DNAFieldAttribute(4, "int", 8, "pass_filter", "int", false, 1376)]
|
||||
public int pass_filter;
|
||||
[DNAFieldAttribute(9, "char", "normal_swizzle[3]", "System.Char[]", 3, false, 1380)]
|
||||
[DNAFieldAttribute(3, "char", 9, "normal_swizzle[3]", "System.Char[]", false, 1380)]
|
||||
public char[] normal_swizzle = new System.Char[3];
|
||||
[DNAFieldAttribute(10, "char", "normal_space", "char", 1, false, 1383)]
|
||||
[DNAFieldAttribute(1, "char", 10, "normal_space", "char", false, 1383)]
|
||||
public char normal_space;
|
||||
[DNAFieldAttribute(11, "char", "target", "char", 1, false, 1384)]
|
||||
[DNAFieldAttribute(1, "char", 11, "target", "char", false, 1384)]
|
||||
public char target;
|
||||
[DNAFieldAttribute(12, "char", "save_mode", "char", 1, false, 1385)]
|
||||
[DNAFieldAttribute(1, "char", 12, "save_mode", "char", false, 1385)]
|
||||
public char save_mode;
|
||||
[DNAFieldAttribute(13, "char", "margin_type", "char", 1, false, 1386)]
|
||||
[DNAFieldAttribute(1, "char", 13, "margin_type", "char", false, 1386)]
|
||||
public char margin_type;
|
||||
[DNAFieldAttribute(14, "char", "view_from", "char", 1, false, 1387)]
|
||||
[DNAFieldAttribute(1, "char", 14, "view_from", "char", false, 1387)]
|
||||
public char view_from;
|
||||
[DNAFieldAttribute(15, "char", "_pad[4]", "System.Char[]", 4, false, 1388)]
|
||||
[DNAFieldAttribute(4, "char", 15, "_pad[4]", "System.Char[]", false, 1388)]
|
||||
public char[] _pad = new System.Char[4];
|
||||
[DNAFieldAttribute(16, "Object", "*cage_object", "Object", 8, true, 1392)]
|
||||
public Object ptr_cage_object;
|
||||
[DNAFieldAttribute(8, "Object", 16, "*cage_object", "Object", true, 1392)]
|
||||
public Object cage_object;
|
||||
public BakeData() {
|
||||
this.im_format = default;
|
||||
this.filepath = default;
|
||||
@@ -66,7 +66,7 @@ namespace BlendFile.DNA {
|
||||
this.margin_type = default;
|
||||
this.view_from = default;
|
||||
this._pad = default;
|
||||
this.ptr_cage_object = default;
|
||||
this.cage_object = default;
|
||||
}
|
||||
public BakeData(
|
||||
ImageFormatData im_format,
|
||||
@@ -85,7 +85,7 @@ namespace BlendFile.DNA {
|
||||
char margin_type,
|
||||
char view_from,
|
||||
char[] _pad,
|
||||
Object ptr_cage_object) {
|
||||
Object cage_object) {
|
||||
this.im_format = im_format;
|
||||
this.filepath = filepath;
|
||||
this.width = width;
|
||||
@@ -102,7 +102,7 @@ namespace BlendFile.DNA {
|
||||
this.margin_type = margin_type;
|
||||
this.view_from = view_from;
|
||||
this._pad = _pad;
|
||||
this.ptr_cage_object = ptr_cage_object;
|
||||
this.cage_object = cage_object;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user