updated generated files

This commit is contained in:
mm00
2025-03-12 19:02:40 +01:00
parent 226f001c78
commit ba61ea59f9
650 changed files with 1951 additions and 1941 deletions

View File

@@ -17,7 +17,7 @@ namespace BlendFile.DNA {
public class BakeData {
[DNAFieldAttribute(336, "ImageFormatData", 0, "im_format", "ImageFormatData", false, 0)]
public ImageFormatData im_format;
[DNAArrayAttribute(1024, "char", 1, "filepath[1024]", "System.Char[]", 1024, 336)]
[DNAArrayAttribute(1024, "char", 1, "filepath[1024]", "System.Char[]", 1024, false, 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;
[DNAArrayAttribute(3, "char", 9, "normal_swizzle[3]", "System.Char[]", 3, 1380)]
[DNAArrayAttribute(3, "char", 9, "normal_swizzle[3]", "System.Char[]", 3, false, 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;
[DNAArrayAttribute(4, "char", 15, "_pad[4]", "System.Char[]", 4, 1388)]
[DNAArrayAttribute(4, "char", 15, "_pad[4]", "System.Char[]", 4, false, 1388)]
public char[] _pad = new System.Char[4];
[DNAFieldAttribute(8, "Object", 16, "*cage_object", "Object", true, 1392)]
public Object cage_object;