regenerate files
This commit is contained in:
@@ -13,23 +13,23 @@ using System;
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
[DNAClassAttribute(126, "Image")]
|
||||
[DNAClassAttribute(126, "Image", 1600)]
|
||||
public class Image {
|
||||
[DNAFieldAttribute(0, "ID", "id", "ID", 208, false)]
|
||||
public ID id;
|
||||
[DNAFieldAttribute(1, "AnimData", "*adt", "AnimData", 4, true)]
|
||||
[DNAFieldAttribute(1, "AnimData", "*adt", "AnimData", 8, true)]
|
||||
public AnimData ptr_adt;
|
||||
[DNAFieldAttribute(2, "DrawDataList", "drawdata", "DrawDataList", 16, false)]
|
||||
public DrawDataList drawdata;
|
||||
[DNAFieldAttribute(3, "char", "name[1024]", "System.Char[]", 1024, false)]
|
||||
public char[] name = new System.Char[1024];
|
||||
[DNAFieldAttribute(4, "MovieCache", "*cache", "MovieCache", 4, true)]
|
||||
[DNAFieldAttribute(4, "MovieCache", "*cache", "MovieCache", 8, true)]
|
||||
public MovieCache ptr_cache;
|
||||
[DNAFieldAttribute(5, "GPUTexture", "*gputexture[3][2]", "GPUTexture[,]", 24, true)]
|
||||
[DNAFieldAttribute(5, "GPUTexture", "*gputexture[3][2]", "GPUTexture[,]", 48, true)]
|
||||
public GPUTexture[,] ptr_gputext = new GPUTexture[3,2];
|
||||
[DNAFieldAttribute(6, "ListBase", "anims", "ListBase", 16, false)]
|
||||
public ListBase anims;
|
||||
[DNAFieldAttribute(7, "RenderResult", "*rr", "RenderResult", 4, true)]
|
||||
[DNAFieldAttribute(7, "RenderResult", "*rr", "RenderResult", 8, true)]
|
||||
public RenderResult ptr_rr;
|
||||
[DNAFieldAttribute(8, "ListBase", "renderslots", "ListBase", 16, false)]
|
||||
public ListBase renderslots;
|
||||
@@ -59,11 +59,11 @@ namespace BlendFile.DNA {
|
||||
public short seam_margin;
|
||||
[DNAFieldAttribute(21, "char", "_pad2[2]", "System.Char[]", 2, false)]
|
||||
public char[] _pad2 = new System.Char[2];
|
||||
[DNAFieldAttribute(22, "PackedFile", "*packedfile", "PackedFile", 4, true)]
|
||||
[DNAFieldAttribute(22, "PackedFile", "*packedfile", "PackedFile", 8, true)]
|
||||
public PackedFile ptr_packedfile;
|
||||
[DNAFieldAttribute(23, "ListBase", "packedfiles", "ListBase", 16, false)]
|
||||
public ListBase packedfiles;
|
||||
[DNAFieldAttribute(24, "PreviewImage", "*preview", "PreviewImage", 4, true)]
|
||||
[DNAFieldAttribute(24, "PreviewImage", "*preview", "PreviewImage", 8, true)]
|
||||
public PreviewImage ptr_preview;
|
||||
[DNAFieldAttribute(25, "int", "lastused", "int", 4, false)]
|
||||
public int lastused;
|
||||
@@ -99,7 +99,7 @@ namespace BlendFile.DNA {
|
||||
public ListBase tiles;
|
||||
[DNAFieldAttribute(41, "ListBase", "views", "ListBase", 16, false)]
|
||||
public ListBase views;
|
||||
[DNAFieldAttribute(42, "Stereo3dFormat", "*stereo3d_format", "Stereo3dFormat", 4, true)]
|
||||
[DNAFieldAttribute(42, "Stereo3dFormat", "*stereo3d_format", "Stereo3dFormat", 8, true)]
|
||||
public Stereo3dFormat ptr_stereo3d_format;
|
||||
[DNAFieldAttribute(43, "Image_Runtime", "runtime", "Image_Runtime", 32, false)]
|
||||
public Image_Runtime runtime;
|
||||
|
||||
Reference in New Issue
Block a user