Regenerated code files

This commit is contained in:
Samuele Lorefice
2025-03-11 19:12:04 +01:00
parent 3756f864ed
commit c30467acc5
651 changed files with 2043 additions and 1940 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;
[DNAFieldAttribute(4, "char", 14, "_pad[4]", "System.Char[]", false, 19)]
[DNAArrayAttribute(4, "char", 14, "_pad[4]", "System.Char[]", 4, 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;
[DNAFieldAttribute(7, "char", 18, "_pad1[7]", "System.Char[]", false, 33)]
[DNAArrayAttribute(7, "char", 18, "_pad1[7]", "System.Char[]", 7, 33)]
public char[] _pad1 = new System.Char[7];
[DNAFieldAttribute(168, "ColorManagedViewSettings", 19, "view_settings", "ColorManagedViewSettings", false, 40)]
public ColorManagedViewSettings view_settings;