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

@@ -43,7 +43,7 @@ namespace BlendFile.DNA {
public char jp2_codec;
[DNAFieldAttribute(1, "char", 13, "tiff_codec", "char", false, 18)]
public char tiff_codec;
[DNAArrayAttribute(4, "char", 14, "_pad[4]", "System.Char[]", 4, 19)]
[DNAArrayAttribute(4, "char", 14, "_pad[4]", "System.Char[]", 4, false, 19)]
public char[] _pad = new System.Char[4];
[DNAFieldAttribute(1, "char", 15, "views_format", "char", false, 23)]
public char views_format;
@@ -51,7 +51,7 @@ namespace BlendFile.DNA {
public Stereo3dFormat stereo3d_format;
[DNAFieldAttribute(1, "char", 17, "color_management", "char", false, 32)]
public char color_management;
[DNAArrayAttribute(7, "char", 18, "_pad1[7]", "System.Char[]", 7, 33)]
[DNAArrayAttribute(7, "char", 18, "_pad1[7]", "System.Char[]", 7, false, 33)]
public char[] _pad1 = new System.Char[7];
[DNAFieldAttribute(168, "ColorManagedViewSettings", 19, "view_settings", "ColorManagedViewSettings", false, 40)]
public ColorManagedViewSettings view_settings;