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

@@ -85,6 +85,43 @@ namespace BlendFile.DNA {
public MaskSpaceInfo mask_info;
[DNAFieldAttribute(34, "SpaceImageOverlay", "overlay", 8)]
public SpaceImageOverlay overlay;
public SpaceImage() {
this.ptr_next = default;
this.ptr_prev = default;
this.regionbase = default;
this.spacetype = default;
this.link_flag = default;
this._pad0 = default;
this.ptr_image = default;
this.iuser = default;
this.scopes = default;
this.sample_line_hist = default;
this.ptr_gpd = default;
this.cursor = default;
this.xof = default;
this.yof = default;
this.zoom = default;
this.centx = default;
this.centy = default;
this.mode = default;
this.mode_prev = default;
this.pin = default;
this.pixel_snap_mode = default;
this.@lock = default;
this.dt_uv = default;
this.dt_uvstretch = default;
this.around = default;
this.gizmo_flag = default;
this.grid_shape_source = default;
this._pad1 = default;
this.flag = default;
this.uv_opacity = default;
this.stretch_opacity = default;
this.tile_grid_shape = default;
this.custom_grid_subdiv = default;
this.mask_info = default;
this.overlay = default;
}
public SpaceImage(
SpaceLink ptr_next,
SpaceLink ptr_prev,