Generated new code and added initial data handling

This commit is contained in:
mm00
2025-01-27 19:24:50 +01:00
parent ebcc629feb
commit 146a3992ce
940 changed files with 11560 additions and 9 deletions

View File

@@ -59,6 +59,30 @@ namespace BlendFile.DNA {
public ColorManagedDisplaySettings display_settings;
[DNAFieldAttribute(21, "ColorManagedColorspaceSettings", "linear_colorspace_settings", 64)]
public ColorManagedColorspaceSettings linear_colorspace_settings;
public ImageFormatData() {
this.imtype = default;
this.depth = default;
this.planes = default;
this.flag = default;
this.quality = default;
this.compress = default;
this.exr_codec = default;
this.cineon_flag = default;
this.cineon_white = default;
this.cineon_black = default;
this.cineon_gamma = default;
this.jp2_flag = default;
this.jp2_codec = default;
this.tiff_codec = default;
this._pad = default;
this.views_format = default;
this.stereo3d_format = default;
this.color_management = default;
this._pad1 = default;
this.view_settings = default;
this.display_settings = default;
this.linear_colorspace_settings = default;
}
public ImageFormatData(
char imtype,
char depth,