Added memoryOffset value to DNAFieldAttribute, regenerated files.

This commit is contained in:
Samuele Lorefice
2025-02-20 21:00:55 +01:00
parent b171b65aa5
commit f383debd18
939 changed files with 9636 additions and 9605 deletions

View File

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