regenerated files
This commit is contained in:
@@ -15,49 +15,49 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(615, "ImageFormatData")]
|
||||
public struct ImageFormatData {
|
||||
[DNAFieldAttribute(0, "char", "imtype", 1)]
|
||||
[DNAFieldAttribute(0, "char", "imtype", "char", 1)]
|
||||
public char imtype;
|
||||
[DNAFieldAttribute(1, "char", "depth", 1)]
|
||||
[DNAFieldAttribute(1, "char", "depth", "char", 1)]
|
||||
public char depth;
|
||||
[DNAFieldAttribute(2, "char", "planes", 1)]
|
||||
[DNAFieldAttribute(2, "char", "planes", "char", 1)]
|
||||
public char planes;
|
||||
[DNAFieldAttribute(3, "char", "flag", 1)]
|
||||
[DNAFieldAttribute(3, "char", "flag", "char", 1)]
|
||||
public char flag;
|
||||
[DNAFieldAttribute(4, "char", "quality", 1)]
|
||||
[DNAFieldAttribute(4, "char", "quality", "char", 1)]
|
||||
public char quality;
|
||||
[DNAFieldAttribute(5, "char", "compress", 1)]
|
||||
[DNAFieldAttribute(5, "char", "compress", "char", 1)]
|
||||
public char compress;
|
||||
[DNAFieldAttribute(6, "char", "exr_codec", 1)]
|
||||
[DNAFieldAttribute(6, "char", "exr_codec", "char", 1)]
|
||||
public char exr_codec;
|
||||
[DNAFieldAttribute(7, "char", "cineon_flag", 1)]
|
||||
[DNAFieldAttribute(7, "char", "cineon_flag", "char", 1)]
|
||||
public char cineon_flag;
|
||||
[DNAFieldAttribute(8, "short", "cineon_white", 2)]
|
||||
[DNAFieldAttribute(8, "short", "cineon_white", "short", 2)]
|
||||
public short cineon_white;
|
||||
[DNAFieldAttribute(9, "short", "cineon_black", 2)]
|
||||
[DNAFieldAttribute(9, "short", "cineon_black", "short", 2)]
|
||||
public short cineon_black;
|
||||
[DNAFieldAttribute(10, "float", "cineon_gamma", 4)]
|
||||
[DNAFieldAttribute(10, "float", "cineon_gamma", "float", 4)]
|
||||
public float cineon_gamma;
|
||||
[DNAFieldAttribute(11, "char", "jp2_flag", 1)]
|
||||
[DNAFieldAttribute(11, "char", "jp2_flag", "char", 1)]
|
||||
public char jp2_flag;
|
||||
[DNAFieldAttribute(12, "char", "jp2_codec", 1)]
|
||||
[DNAFieldAttribute(12, "char", "jp2_codec", "char", 1)]
|
||||
public char jp2_codec;
|
||||
[DNAFieldAttribute(13, "char", "tiff_codec", 1)]
|
||||
[DNAFieldAttribute(13, "char", "tiff_codec", "char", 1)]
|
||||
public char tiff_codec;
|
||||
[DNAFieldAttribute(14, "char", "_pad[4]", 1)]
|
||||
[DNAFieldAttribute(14, "char", "_pad[4]", "System.Char[]", 1)]
|
||||
public char[] _pad = new System.Char[4];
|
||||
[DNAFieldAttribute(15, "char", "views_format", 1)]
|
||||
[DNAFieldAttribute(15, "char", "views_format", "char", 1)]
|
||||
public char views_format;
|
||||
[DNAFieldAttribute(16, "Stereo3dFormat", "stereo3d_format", 8)]
|
||||
[DNAFieldAttribute(16, "Stereo3dFormat", "stereo3d_format", "Stereo3dFormat", 8)]
|
||||
public Stereo3dFormat stereo3d_format;
|
||||
[DNAFieldAttribute(17, "char", "color_management", 1)]
|
||||
[DNAFieldAttribute(17, "char", "color_management", "char", 1)]
|
||||
public char color_management;
|
||||
[DNAFieldAttribute(18, "char", "_pad1[7]", 1)]
|
||||
[DNAFieldAttribute(18, "char", "_pad1[7]", "System.Char[]", 1)]
|
||||
public char[] _pad1 = new System.Char[7];
|
||||
[DNAFieldAttribute(19, "ColorManagedViewSettings", "view_settings", 168)]
|
||||
[DNAFieldAttribute(19, "ColorManagedViewSettings", "view_settings", "ColorManagedViewSettings", 168)]
|
||||
public ColorManagedViewSettings view_settings;
|
||||
[DNAFieldAttribute(20, "ColorManagedDisplaySettings", "display_settings", 64)]
|
||||
[DNAFieldAttribute(20, "ColorManagedDisplaySettings", "display_settings", "ColorManagedDisplaySettings", 64)]
|
||||
public ColorManagedDisplaySettings display_settings;
|
||||
[DNAFieldAttribute(21, "ColorManagedColorspaceSettings", "linear_colorspace_settings", 64)]
|
||||
[DNAFieldAttribute(21, "ColorManagedColorspaceSettings", "linear_colorspace_settings", "ColorManagedColorspaceSettings", 64)]
|
||||
public ColorManagedColorspaceSettings linear_colorspace_settings;
|
||||
public ImageFormatData() {
|
||||
this.imtype = default;
|
||||
|
||||
Reference in New Issue
Block a user