Added memoryOffset value to DNAFieldAttribute, regenerated files.

This commit is contained in:
Samuele Lorefice
2025-02-20 21:00:55 +01:00
parent b171b65aa5
commit f383debd18
939 changed files with 9636 additions and 9605 deletions

View File

@@ -15,47 +15,47 @@ namespace BlendFile.DNA {
[DNAClassAttribute(148, "MovieClip", 2568)]
public class MovieClip {
[DNAFieldAttribute(0, "ID", "id", "ID", 208, false)]
[DNAFieldAttribute(0, "ID", "id", "ID", 208, false, 0)]
public ID id;
[DNAFieldAttribute(1, "AnimData", "*adt", "AnimData", 8, true)]
[DNAFieldAttribute(1, "AnimData", "*adt", "AnimData", 8, true, 208)]
public AnimData ptr_adt;
[DNAFieldAttribute(2, "DrawDataList", "drawdata", "DrawDataList", 16, false)]
[DNAFieldAttribute(2, "DrawDataList", "drawdata", "DrawDataList", 16, false, 216)]
public DrawDataList drawdata;
[DNAFieldAttribute(3, "char", "name[1024]", "System.Char[]", 1024, false)]
[DNAFieldAttribute(3, "char", "name[1024]", "System.Char[]", 1024, false, 232)]
public char[] name = new System.Char[1024];
[DNAFieldAttribute(4, "int", "source", "int", 4, false)]
[DNAFieldAttribute(4, "int", "source", "int", 4, false, 1256)]
public int source;
[DNAFieldAttribute(5, "int", "_pad", "int", 4, false)]
[DNAFieldAttribute(5, "int", "_pad", "int", 4, false, 1260)]
public int _pad;
[DNAFieldAttribute(6, "int", "lastsize[2]", "System.Int32[]", 8, false)]
[DNAFieldAttribute(6, "int", "lastsize[2]", "System.Int32[]", 8, false, 1264)]
public int[] lastsize = new System.Int32[2];
[DNAFieldAttribute(7, "float", "aspx", "float", 4, false)]
[DNAFieldAttribute(7, "float", "aspx", "float", 4, false, 1272)]
public float aspx;
[DNAFieldAttribute(8, "float", "aspy", "float", 4, false)]
[DNAFieldAttribute(8, "float", "aspy", "float", 4, false, 1276)]
public float aspy;
[DNAFieldAttribute(9, "ImBufAnim", "*anim", "ImBufAnim", 8, true)]
[DNAFieldAttribute(9, "ImBufAnim", "*anim", "ImBufAnim", 8, true, 1280)]
public ImBufAnim ptr_anim;
[DNAFieldAttribute(10, "MovieClipCache", "*cache", "MovieClipCache", 8, true)]
[DNAFieldAttribute(10, "MovieClipCache", "*cache", "MovieClipCache", 8, true, 1288)]
public MovieClipCache ptr_cache;
[DNAFieldAttribute(11, "bGPdata", "*gpd", "bGPdata", 8, true)]
[DNAFieldAttribute(11, "bGPdata", "*gpd", "bGPdata", 8, true, 1296)]
public bGPdata ptr_gpd;
[DNAFieldAttribute(12, "MovieTracking", "tracking", "MovieTracking", 384, false)]
[DNAFieldAttribute(12, "MovieTracking", "tracking", "MovieTracking", 384, false, 1304)]
public MovieTracking tracking;
[DNAFieldAttribute(13, "void", "*tracking_context", "void", 8, true)]
[DNAFieldAttribute(13, "void", "*tracking_context", "void", 8, true, 1688)]
public object ptr_tracking_context;
[DNAFieldAttribute(14, "MovieClipProxy", "proxy", "MovieClipProxy", 776, false)]
[DNAFieldAttribute(14, "MovieClipProxy", "proxy", "MovieClipProxy", 776, false, 1696)]
public MovieClipProxy proxy;
[DNAFieldAttribute(15, "int", "flag", "int", 4, false)]
[DNAFieldAttribute(15, "int", "flag", "int", 4, false, 2472)]
public int flag;
[DNAFieldAttribute(16, "int", "len", "int", 4, false)]
[DNAFieldAttribute(16, "int", "len", "int", 4, false, 2476)]
public int len;
[DNAFieldAttribute(17, "int", "start_frame", "int", 4, false)]
[DNAFieldAttribute(17, "int", "start_frame", "int", 4, false, 2480)]
public int start_frame;
[DNAFieldAttribute(18, "int", "frame_offset", "int", 4, false)]
[DNAFieldAttribute(18, "int", "frame_offset", "int", 4, false, 2484)]
public int frame_offset;
[DNAFieldAttribute(19, "ColorManagedColorspaceSettings", "colorspace_settings", "ColorManagedColorspaceSettings", 64, false)]
[DNAFieldAttribute(19, "ColorManagedColorspaceSettings", "colorspace_settings", "ColorManagedColorspaceSettings", 64, false, 2488)]
public ColorManagedColorspaceSettings colorspace_settings;
[DNAFieldAttribute(20, "MovieClip_Runtime", "runtime", "MovieClip_Runtime", 16, false)]
[DNAFieldAttribute(20, "MovieClip_Runtime", "runtime", "MovieClip_Runtime", 16, false, 2552)]
public MovieClip_Runtime runtime;
public MovieClip() {
this.id = default;