Regenerated codefiles
This commit is contained in:
@@ -15,51 +15,51 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(148, "MovieClip", 2568)]
|
||||
public class MovieClip {
|
||||
[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, "int", "source", "int", 4, false, 1256)]
|
||||
[DNAFieldAttribute(4, "int", 4, "source", "int", false, 1256)]
|
||||
public int source;
|
||||
[DNAFieldAttribute(5, "int", "_pad", "int", 4, false, 1260)]
|
||||
[DNAFieldAttribute(4, "int", 5, "_pad", "int", false, 1260)]
|
||||
public int _pad;
|
||||
[DNAFieldAttribute(6, "int", "lastsize[2]", "System.Int32[]", 8, false, 1264)]
|
||||
[DNAFieldAttribute(8, "int", 6, "lastsize[2]", "System.Int32[]", false, 1264)]
|
||||
public int[] lastsize = new System.Int32[2];
|
||||
[DNAFieldAttribute(7, "float", "aspx", "float", 4, false, 1272)]
|
||||
[DNAFieldAttribute(4, "float", 7, "aspx", "float", false, 1272)]
|
||||
public float aspx;
|
||||
[DNAFieldAttribute(8, "float", "aspy", "float", 4, false, 1276)]
|
||||
[DNAFieldAttribute(4, "float", 8, "aspy", "float", false, 1276)]
|
||||
public float aspy;
|
||||
[DNAFieldAttribute(9, "ImBufAnim", "*anim", "ImBufAnim", 8, true, 1280)]
|
||||
public ImBufAnim ptr_anim;
|
||||
[DNAFieldAttribute(10, "MovieClipCache", "*cache", "MovieClipCache", 8, true, 1288)]
|
||||
public MovieClipCache ptr_cache;
|
||||
[DNAFieldAttribute(11, "bGPdata", "*gpd", "bGPdata", 8, true, 1296)]
|
||||
public bGPdata ptr_gpd;
|
||||
[DNAFieldAttribute(12, "MovieTracking", "tracking", "MovieTracking", 384, false, 1304)]
|
||||
[DNAFieldAttribute(8, "ImBufAnim", 9, "*anim", "ImBufAnim", true, 1280)]
|
||||
public ImBufAnim anim;
|
||||
[DNAFieldAttribute(8, "MovieClipCache", 10, "*cache", "MovieClipCache", true, 1288)]
|
||||
public MovieClipCache cache;
|
||||
[DNAFieldAttribute(8, "bGPdata", 11, "*gpd", "bGPdata", true, 1296)]
|
||||
public bGPdata gpd;
|
||||
[DNAFieldAttribute(384, "MovieTracking", 12, "tracking", "MovieTracking", false, 1304)]
|
||||
public MovieTracking tracking;
|
||||
[DNAFieldAttribute(13, "void", "*tracking_context", "void", 8, true, 1688)]
|
||||
public object ptr_tracking_context;
|
||||
[DNAFieldAttribute(14, "MovieClipProxy", "proxy", "MovieClipProxy", 776, false, 1696)]
|
||||
[DNAFieldAttribute(8, "void", 13, "*tracking_context", "void", true, 1688)]
|
||||
public object tracking_context;
|
||||
[DNAFieldAttribute(776, "MovieClipProxy", 14, "proxy", "MovieClipProxy", false, 1696)]
|
||||
public MovieClipProxy proxy;
|
||||
[DNAFieldAttribute(15, "int", "flag", "int", 4, false, 2472)]
|
||||
[DNAFieldAttribute(4, "int", 15, "flag", "int", false, 2472)]
|
||||
public int flag;
|
||||
[DNAFieldAttribute(16, "int", "len", "int", 4, false, 2476)]
|
||||
[DNAFieldAttribute(4, "int", 16, "len", "int", false, 2476)]
|
||||
public int len;
|
||||
[DNAFieldAttribute(17, "int", "start_frame", "int", 4, false, 2480)]
|
||||
[DNAFieldAttribute(4, "int", 17, "start_frame", "int", false, 2480)]
|
||||
public int start_frame;
|
||||
[DNAFieldAttribute(18, "int", "frame_offset", "int", 4, false, 2484)]
|
||||
[DNAFieldAttribute(4, "int", 18, "frame_offset", "int", false, 2484)]
|
||||
public int frame_offset;
|
||||
[DNAFieldAttribute(19, "ColorManagedColorspaceSettings", "colorspace_settings", "ColorManagedColorspaceSettings", 64, false, 2488)]
|
||||
[DNAFieldAttribute(64, "ColorManagedColorspaceSettings", 19, "colorspace_settings", "ColorManagedColorspaceSettings", false, 2488)]
|
||||
public ColorManagedColorspaceSettings colorspace_settings;
|
||||
[DNAFieldAttribute(20, "MovieClip_Runtime", "runtime", "MovieClip_Runtime", 16, false, 2552)]
|
||||
[DNAFieldAttribute(16, "MovieClip_Runtime", 20, "runtime", "MovieClip_Runtime", false, 2552)]
|
||||
public MovieClip_Runtime runtime;
|
||||
public MovieClip() {
|
||||
this.id = default;
|
||||
this.ptr_adt = default;
|
||||
this.adt = default;
|
||||
this.drawdata = default;
|
||||
this.name = default;
|
||||
this.source = default;
|
||||
@@ -67,11 +67,11 @@ namespace BlendFile.DNA {
|
||||
this.lastsize = default;
|
||||
this.aspx = default;
|
||||
this.aspy = default;
|
||||
this.ptr_anim = default;
|
||||
this.ptr_cache = default;
|
||||
this.ptr_gpd = default;
|
||||
this.anim = default;
|
||||
this.cache = default;
|
||||
this.gpd = default;
|
||||
this.tracking = default;
|
||||
this.ptr_tracking_context = default;
|
||||
this.tracking_context = default;
|
||||
this.proxy = default;
|
||||
this.flag = default;
|
||||
this.len = default;
|
||||
@@ -82,7 +82,7 @@ namespace BlendFile.DNA {
|
||||
}
|
||||
public MovieClip(
|
||||
ID id,
|
||||
AnimData ptr_adt,
|
||||
AnimData adt,
|
||||
DrawDataList drawdata,
|
||||
char[] name,
|
||||
int source,
|
||||
@@ -90,11 +90,11 @@ namespace BlendFile.DNA {
|
||||
int[] lastsize,
|
||||
float aspx,
|
||||
float aspy,
|
||||
ImBufAnim ptr_anim,
|
||||
MovieClipCache ptr_cache,
|
||||
bGPdata ptr_gpd,
|
||||
ImBufAnim anim,
|
||||
MovieClipCache cache,
|
||||
bGPdata gpd,
|
||||
MovieTracking tracking,
|
||||
object ptr_tracking_context,
|
||||
object tracking_context,
|
||||
MovieClipProxy proxy,
|
||||
int flag,
|
||||
int len,
|
||||
@@ -103,7 +103,7 @@ namespace BlendFile.DNA {
|
||||
ColorManagedColorspaceSettings colorspace_settings,
|
||||
MovieClip_Runtime runtime) {
|
||||
this.id = id;
|
||||
this.ptr_adt = ptr_adt;
|
||||
this.adt = adt;
|
||||
this.drawdata = drawdata;
|
||||
this.name = name;
|
||||
this.source = source;
|
||||
@@ -111,11 +111,11 @@ namespace BlendFile.DNA {
|
||||
this.lastsize = lastsize;
|
||||
this.aspx = aspx;
|
||||
this.aspy = aspy;
|
||||
this.ptr_anim = ptr_anim;
|
||||
this.ptr_cache = ptr_cache;
|
||||
this.ptr_gpd = ptr_gpd;
|
||||
this.anim = anim;
|
||||
this.cache = cache;
|
||||
this.gpd = gpd;
|
||||
this.tracking = tracking;
|
||||
this.ptr_tracking_context = ptr_tracking_context;
|
||||
this.tracking_context = tracking_context;
|
||||
this.proxy = proxy;
|
||||
this.flag = flag;
|
||||
this.len = len;
|
||||
|
||||
Reference in New Issue
Block a user