Regenerated codefiles

This commit is contained in:
Samuele Lorefice
2025-03-04 18:48:04 +01:00
parent 8bbfb49720
commit 8e4eac0568
937 changed files with 16011 additions and 16181 deletions

View File

@@ -15,103 +15,103 @@ namespace BlendFile.DNA {
[DNAClassAttribute(126, "Image", 1600)]
public class Image {
[DNAFieldAttribute(0, "ID", "id", "ID", 208, false, 0)]
[DNAFieldAttribute(208, "ID", 0, "id", "ID", false, 0)]
public ID id;
[DNAFieldAttribute(1, "AnimData", "*adt", "AnimData", 8, true, 208)]
public AnimData ptr_adt;
[DNAFieldAttribute(2, "DrawDataList", "drawdata", "DrawDataList", 16, false, 216)]
[DNAFieldAttribute(8, "AnimData", 1, "*adt", "AnimData", true, 208)]
public AnimData adt;
[DNAFieldAttribute(16, "DrawDataList", 2, "drawdata", "DrawDataList", false, 216)]
public DrawDataList drawdata;
[DNAFieldAttribute(3, "char", "name[1024]", "System.Char[]", 1024, false, 232)]
[DNAFieldAttribute(1024, "char", 3, "name[1024]", "System.Char[]", false, 232)]
public char[] name = new System.Char[1024];
[DNAFieldAttribute(4, "MovieCache", "*cache", "MovieCache", 8, true, 1256)]
public MovieCache ptr_cache;
[DNAFieldAttribute(5, "GPUTexture", "*gputexture[3][2]", "GPUTexture[,]", 48, true, 1264)]
public GPUTexture[,] ptr_gputext = new GPUTexture[3,2];
[DNAFieldAttribute(6, "ListBase", "anims", "ListBase", 16, false, 1312)]
[DNAFieldAttribute(8, "MovieCache", 4, "*cache", "MovieCache", true, 1256)]
public MovieCache cache;
[DNAFieldAttribute(48, "GPUTexture", 5, "*gputexture[3][2]", "GPUTexture[,]", true, 1264)]
public GPUTexture[,] gputexture = new GPUTexture[3,2];
[DNAFieldAttribute(16, "ListBase", 6, "anims", "ListBase", false, 1312)]
public ListBase anims;
[DNAFieldAttribute(7, "RenderResult", "*rr", "RenderResult", 8, true, 1328)]
public RenderResult ptr_rr;
[DNAFieldAttribute(8, "ListBase", "renderslots", "ListBase", 16, false, 1336)]
[DNAFieldAttribute(8, "RenderResult", 7, "*rr", "RenderResult", true, 1328)]
public RenderResult rr;
[DNAFieldAttribute(16, "ListBase", 8, "renderslots", "ListBase", false, 1336)]
public ListBase renderslots;
[DNAFieldAttribute(9, "short", "render_slot", "short", 2, false, 1352)]
[DNAFieldAttribute(2, "short", 9, "render_slot", "short", false, 1352)]
public short render_slot;
[DNAFieldAttribute(10, "short", "last_render_slot", "short", 2, false, 1354)]
[DNAFieldAttribute(2, "short", 10, "last_render_slot", "short", false, 1354)]
public short last_render_slot;
[DNAFieldAttribute(11, "int", "flag", "int", 4, false, 1356)]
[DNAFieldAttribute(4, "int", 11, "flag", "int", false, 1356)]
public int flag;
[DNAFieldAttribute(12, "short", "source", "short", 2, false, 1360)]
[DNAFieldAttribute(2, "short", 12, "source", "short", false, 1360)]
public short source;
[DNAFieldAttribute(13, "short", "type", "short", 2, false, 1362)]
[DNAFieldAttribute(2, "short", 13, "type", "short", false, 1362)]
public short type;
[DNAFieldAttribute(14, "int", "lastframe", "int", 4, false, 1364)]
[DNAFieldAttribute(4, "int", 14, "lastframe", "int", false, 1364)]
public int lastframe;
[DNAFieldAttribute(15, "int", "gpuframenr", "int", 4, false, 1368)]
[DNAFieldAttribute(4, "int", 15, "gpuframenr", "int", false, 1368)]
public int gpuframenr;
[DNAFieldAttribute(16, "short", "gpuflag", "short", 2, false, 1372)]
[DNAFieldAttribute(2, "short", 16, "gpuflag", "short", false, 1372)]
public short gpuflag;
[DNAFieldAttribute(17, "short", "gpu_pass", "short", 2, false, 1374)]
[DNAFieldAttribute(2, "short", 17, "gpu_pass", "short", false, 1374)]
public short gpu_pass;
[DNAFieldAttribute(18, "short", "gpu_layer", "short", 2, false, 1376)]
[DNAFieldAttribute(2, "short", 18, "gpu_layer", "short", false, 1376)]
public short gpu_layer;
[DNAFieldAttribute(19, "short", "gpu_view", "short", 2, false, 1378)]
[DNAFieldAttribute(2, "short", 19, "gpu_view", "short", false, 1378)]
public short gpu_view;
[DNAFieldAttribute(20, "short", "seam_margin", "short", 2, false, 1380)]
[DNAFieldAttribute(2, "short", 20, "seam_margin", "short", false, 1380)]
public short seam_margin;
[DNAFieldAttribute(21, "char", "_pad2[2]", "System.Char[]", 2, false, 1382)]
[DNAFieldAttribute(2, "char", 21, "_pad2[2]", "System.Char[]", false, 1382)]
public char[] _pad2 = new System.Char[2];
[DNAFieldAttribute(22, "PackedFile", "*packedfile", "PackedFile", 8, true, 1384)]
public PackedFile ptr_packedfile;
[DNAFieldAttribute(23, "ListBase", "packedfiles", "ListBase", 16, false, 1392)]
[DNAFieldAttribute(8, "PackedFile", 22, "*packedfile", "PackedFile", true, 1384)]
public PackedFile packedfile;
[DNAFieldAttribute(16, "ListBase", 23, "packedfiles", "ListBase", false, 1392)]
public ListBase packedfiles;
[DNAFieldAttribute(24, "PreviewImage", "*preview", "PreviewImage", 8, true, 1408)]
public PreviewImage ptr_preview;
[DNAFieldAttribute(25, "int", "lastused", "int", 4, false, 1416)]
[DNAFieldAttribute(8, "PreviewImage", 24, "*preview", "PreviewImage", true, 1408)]
public PreviewImage preview;
[DNAFieldAttribute(4, "int", 25, "lastused", "int", false, 1416)]
public int lastused;
[DNAFieldAttribute(26, "int", "gen_x", "int", 4, false, 1420)]
[DNAFieldAttribute(4, "int", 26, "gen_x", "int", false, 1420)]
public int gen_x;
[DNAFieldAttribute(27, "int", "gen_y", "int", 4, false, 1424)]
[DNAFieldAttribute(4, "int", 27, "gen_y", "int", false, 1424)]
public int gen_y;
[DNAFieldAttribute(28, "char", "gen_type", "char", 1, false, 1428)]
[DNAFieldAttribute(1, "char", 28, "gen_type", "char", false, 1428)]
public char gen_type;
[DNAFieldAttribute(29, "char", "gen_flag", "char", 1, false, 1429)]
[DNAFieldAttribute(1, "char", 29, "gen_flag", "char", false, 1429)]
public char gen_flag;
[DNAFieldAttribute(30, "short", "gen_depth", "short", 2, false, 1430)]
[DNAFieldAttribute(2, "short", 30, "gen_depth", "short", false, 1430)]
public short gen_depth;
[DNAFieldAttribute(31, "float", "gen_color[4]", "System.Single[]", 16, false, 1432)]
[DNAFieldAttribute(16, "float", 31, "gen_color[4]", "System.Single[]", false, 1432)]
public float[] gen_color = new System.Single[4];
[DNAFieldAttribute(32, "float", "aspx", "float", 4, false, 1448)]
[DNAFieldAttribute(4, "float", 32, "aspx", "float", false, 1448)]
public float aspx;
[DNAFieldAttribute(33, "float", "aspy", "float", 4, false, 1452)]
[DNAFieldAttribute(4, "float", 33, "aspy", "float", false, 1452)]
public float aspy;
[DNAFieldAttribute(34, "ColorManagedColorspaceSettings", "colorspace_settings", "ColorManagedColorspaceSettings", 64, false, 1456)]
[DNAFieldAttribute(64, "ColorManagedColorspaceSettings", 34, "colorspace_settings", "ColorManagedColorspaceSettings", false, 1456)]
public ColorManagedColorspaceSettings colorspace_settings;
[DNAFieldAttribute(35, "char", "alpha_mode", "char", 1, false, 1520)]
[DNAFieldAttribute(1, "char", 35, "alpha_mode", "char", false, 1520)]
public char alpha_mode;
[DNAFieldAttribute(36, "char", "_pad", "char", 1, false, 1521)]
[DNAFieldAttribute(1, "char", 36, "_pad", "char", false, 1521)]
public char _pad;
[DNAFieldAttribute(37, "char", "eye", "char", 1, false, 1522)]
[DNAFieldAttribute(1, "char", 37, "eye", "char", false, 1522)]
public char eye;
[DNAFieldAttribute(38, "char", "views_format", "char", 1, false, 1523)]
[DNAFieldAttribute(1, "char", 38, "views_format", "char", false, 1523)]
public char views_format;
[DNAFieldAttribute(39, "int", "active_tile_index", "int", 4, false, 1524)]
[DNAFieldAttribute(4, "int", 39, "active_tile_index", "int", false, 1524)]
public int active_tile_index;
[DNAFieldAttribute(40, "ListBase", "tiles", "ListBase", 16, false, 1528)]
[DNAFieldAttribute(16, "ListBase", 40, "tiles", "ListBase", false, 1528)]
public ListBase tiles;
[DNAFieldAttribute(41, "ListBase", "views", "ListBase", 16, false, 1544)]
[DNAFieldAttribute(16, "ListBase", 41, "views", "ListBase", false, 1544)]
public ListBase views;
[DNAFieldAttribute(42, "Stereo3dFormat", "*stereo3d_format", "Stereo3dFormat", 8, true, 1560)]
public Stereo3dFormat ptr_stereo3d_format;
[DNAFieldAttribute(43, "Image_Runtime", "runtime", "Image_Runtime", 32, false, 1568)]
[DNAFieldAttribute(8, "Stereo3dFormat", 42, "*stereo3d_format", "Stereo3dFormat", true, 1560)]
public Stereo3dFormat stereo3d_format;
[DNAFieldAttribute(32, "Image_Runtime", 43, "runtime", "Image_Runtime", false, 1568)]
public Image_Runtime runtime;
public Image() {
this.id = default;
this.ptr_adt = default;
this.adt = default;
this.drawdata = default;
this.name = default;
this.ptr_cache = default;
this.ptr_gputext = default;
this.cache = default;
this.gputexture = default;
this.anims = default;
this.ptr_rr = default;
this.rr = default;
this.renderslots = default;
this.render_slot = default;
this.last_render_slot = default;
@@ -126,9 +126,9 @@ namespace BlendFile.DNA {
this.gpu_view = default;
this.seam_margin = default;
this._pad2 = default;
this.ptr_packedfile = default;
this.packedfile = default;
this.packedfiles = default;
this.ptr_preview = default;
this.preview = default;
this.lastused = default;
this.gen_x = default;
this.gen_y = default;
@@ -146,18 +146,18 @@ namespace BlendFile.DNA {
this.active_tile_index = default;
this.tiles = default;
this.views = default;
this.ptr_stereo3d_format = default;
this.stereo3d_format = default;
this.runtime = default;
}
public Image(
ID id,
AnimData ptr_adt,
AnimData adt,
DrawDataList drawdata,
char[] name,
MovieCache ptr_cache,
GPUTexture[,] ptr_gputext,
MovieCache cache,
GPUTexture[,] gputexture,
ListBase anims,
RenderResult ptr_rr,
RenderResult rr,
ListBase renderslots,
short render_slot,
short last_render_slot,
@@ -172,9 +172,9 @@ namespace BlendFile.DNA {
short gpu_view,
short seam_margin,
char[] _pad2,
PackedFile ptr_packedfile,
PackedFile packedfile,
ListBase packedfiles,
PreviewImage ptr_preview,
PreviewImage preview,
int lastused,
int gen_x,
int gen_y,
@@ -192,16 +192,16 @@ namespace BlendFile.DNA {
int active_tile_index,
ListBase tiles,
ListBase views,
Stereo3dFormat ptr_stereo3d_format,
Stereo3dFormat stereo3d_format,
Image_Runtime runtime) {
this.id = id;
this.ptr_adt = ptr_adt;
this.adt = adt;
this.drawdata = drawdata;
this.name = name;
this.ptr_cache = ptr_cache;
this.ptr_gputext = ptr_gputext;
this.cache = cache;
this.gputexture = gputexture;
this.anims = anims;
this.ptr_rr = ptr_rr;
this.rr = rr;
this.renderslots = renderslots;
this.render_slot = render_slot;
this.last_render_slot = last_render_slot;
@@ -216,9 +216,9 @@ namespace BlendFile.DNA {
this.gpu_view = gpu_view;
this.seam_margin = seam_margin;
this._pad2 = _pad2;
this.ptr_packedfile = ptr_packedfile;
this.packedfile = packedfile;
this.packedfiles = packedfiles;
this.ptr_preview = ptr_preview;
this.preview = preview;
this.lastused = lastused;
this.gen_x = gen_x;
this.gen_y = gen_y;
@@ -236,7 +236,7 @@ namespace BlendFile.DNA {
this.active_tile_index = active_tile_index;
this.tiles = tiles;
this.views = views;
this.ptr_stereo3d_format = ptr_stereo3d_format;
this.stereo3d_format = stereo3d_format;
this.runtime = runtime;
}
}