Regenerated codefiles

This commit is contained in:
Samuele Lorefice
2025-03-04 18:48:04 +01:00
parent 8bbfb49720
commit 8e4eac0568
937 changed files with 16011 additions and 16181 deletions

View File

@@ -14,50 +14,50 @@ namespace BlendFile.DNA {
using BlendFile;
[DNAClassAttribute(615, "ImageFormatData", 336)]
public struct ImageFormatData {
[DNAFieldAttribute(0, "char", "imtype", "char", 1, false, 0)]
public class ImageFormatData {
[DNAFieldAttribute(1, "char", 0, "imtype", "char", false, 0)]
public char imtype;
[DNAFieldAttribute(1, "char", "depth", "char", 1, false, 1)]
[DNAFieldAttribute(1, "char", 1, "depth", "char", false, 1)]
public char depth;
[DNAFieldAttribute(2, "char", "planes", "char", 1, false, 2)]
[DNAFieldAttribute(1, "char", 2, "planes", "char", false, 2)]
public char planes;
[DNAFieldAttribute(3, "char", "flag", "char", 1, false, 3)]
[DNAFieldAttribute(1, "char", 3, "flag", "char", false, 3)]
public char flag;
[DNAFieldAttribute(4, "char", "quality", "char", 1, false, 4)]
[DNAFieldAttribute(1, "char", 4, "quality", "char", false, 4)]
public char quality;
[DNAFieldAttribute(5, "char", "compress", "char", 1, false, 5)]
[DNAFieldAttribute(1, "char", 5, "compress", "char", false, 5)]
public char compress;
[DNAFieldAttribute(6, "char", "exr_codec", "char", 1, false, 6)]
[DNAFieldAttribute(1, "char", 6, "exr_codec", "char", false, 6)]
public char exr_codec;
[DNAFieldAttribute(7, "char", "cineon_flag", "char", 1, false, 7)]
[DNAFieldAttribute(1, "char", 7, "cineon_flag", "char", false, 7)]
public char cineon_flag;
[DNAFieldAttribute(8, "short", "cineon_white", "short", 2, false, 8)]
[DNAFieldAttribute(2, "short", 8, "cineon_white", "short", false, 8)]
public short cineon_white;
[DNAFieldAttribute(9, "short", "cineon_black", "short", 2, false, 10)]
[DNAFieldAttribute(2, "short", 9, "cineon_black", "short", false, 10)]
public short cineon_black;
[DNAFieldAttribute(10, "float", "cineon_gamma", "float", 4, false, 12)]
[DNAFieldAttribute(4, "float", 10, "cineon_gamma", "float", false, 12)]
public float cineon_gamma;
[DNAFieldAttribute(11, "char", "jp2_flag", "char", 1, false, 16)]
[DNAFieldAttribute(1, "char", 11, "jp2_flag", "char", false, 16)]
public char jp2_flag;
[DNAFieldAttribute(12, "char", "jp2_codec", "char", 1, false, 17)]
[DNAFieldAttribute(1, "char", 12, "jp2_codec", "char", false, 17)]
public char jp2_codec;
[DNAFieldAttribute(13, "char", "tiff_codec", "char", 1, false, 18)]
[DNAFieldAttribute(1, "char", 13, "tiff_codec", "char", false, 18)]
public char tiff_codec;
[DNAFieldAttribute(14, "char", "_pad[4]", "System.Char[]", 4, false, 19)]
[DNAFieldAttribute(4, "char", 14, "_pad[4]", "System.Char[]", false, 19)]
public char[] _pad = new System.Char[4];
[DNAFieldAttribute(15, "char", "views_format", "char", 1, false, 23)]
[DNAFieldAttribute(1, "char", 15, "views_format", "char", false, 23)]
public char views_format;
[DNAFieldAttribute(16, "Stereo3dFormat", "stereo3d_format", "Stereo3dFormat", 8, false, 24)]
[DNAFieldAttribute(8, "Stereo3dFormat", 16, "stereo3d_format", "Stereo3dFormat", false, 24)]
public Stereo3dFormat stereo3d_format;
[DNAFieldAttribute(17, "char", "color_management", "char", 1, false, 32)]
[DNAFieldAttribute(1, "char", 17, "color_management", "char", false, 32)]
public char color_management;
[DNAFieldAttribute(18, "char", "_pad1[7]", "System.Char[]", 7, false, 33)]
[DNAFieldAttribute(7, "char", 18, "_pad1[7]", "System.Char[]", false, 33)]
public char[] _pad1 = new System.Char[7];
[DNAFieldAttribute(19, "ColorManagedViewSettings", "view_settings", "ColorManagedViewSettings", 168, false, 40)]
[DNAFieldAttribute(168, "ColorManagedViewSettings", 19, "view_settings", "ColorManagedViewSettings", false, 40)]
public ColorManagedViewSettings view_settings;
[DNAFieldAttribute(20, "ColorManagedDisplaySettings", "display_settings", "ColorManagedDisplaySettings", 64, false, 208)]
[DNAFieldAttribute(64, "ColorManagedDisplaySettings", 20, "display_settings", "ColorManagedDisplaySettings", false, 208)]
public ColorManagedDisplaySettings display_settings;
[DNAFieldAttribute(21, "ColorManagedColorspaceSettings", "linear_colorspace_settings", "ColorManagedColorspaceSettings", 64, false, 272)]
[DNAFieldAttribute(64, "ColorManagedColorspaceSettings", 21, "linear_colorspace_settings", "ColorManagedColorspaceSettings", false, 272)]
public ColorManagedColorspaceSettings linear_colorspace_settings;
public ImageFormatData() {
this.imtype = default;