Generated new code and added initial data handling
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user