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