regenerated files
This commit is contained in:
@@ -15,47 +15,47 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(148, "MovieClip")]
|
||||
public class MovieClip {
|
||||
[DNAFieldAttribute(0, "ID", "id", "ID", 208)]
|
||||
[DNAFieldAttribute(0, "ID", "id", "ID", 208, false)]
|
||||
public ID id;
|
||||
[DNAFieldAttribute(1, "AnimData", "*adt", "AnimData", 248)]
|
||||
[DNAFieldAttribute(1, "AnimData", "*adt", "AnimData", 4, true)]
|
||||
public AnimData ptr_adt;
|
||||
[DNAFieldAttribute(2, "DrawDataList", "drawdata", "DrawDataList", 16)]
|
||||
[DNAFieldAttribute(2, "DrawDataList", "drawdata", "DrawDataList", 16, false)]
|
||||
public DrawDataList drawdata;
|
||||
[DNAFieldAttribute(3, "char", "name[1024]", "System.Char[]", 1)]
|
||||
[DNAFieldAttribute(3, "char", "name[1024]", "System.Char[]", 1024, false)]
|
||||
public char[] name = new System.Char[1024];
|
||||
[DNAFieldAttribute(4, "int", "source", "int", 4)]
|
||||
[DNAFieldAttribute(4, "int", "source", "int", 4, false)]
|
||||
public int source;
|
||||
[DNAFieldAttribute(5, "int", "_pad", "int", 4)]
|
||||
[DNAFieldAttribute(5, "int", "_pad", "int", 4, false)]
|
||||
public int _pad;
|
||||
[DNAFieldAttribute(6, "int", "lastsize[2]", "System.Int32[]", 4)]
|
||||
[DNAFieldAttribute(6, "int", "lastsize[2]", "System.Int32[]", 8, false)]
|
||||
public int[] lastsize = new System.Int32[2];
|
||||
[DNAFieldAttribute(7, "float", "aspx", "float", 4)]
|
||||
[DNAFieldAttribute(7, "float", "aspx", "float", 4, false)]
|
||||
public float aspx;
|
||||
[DNAFieldAttribute(8, "float", "aspy", "float", 4)]
|
||||
[DNAFieldAttribute(8, "float", "aspy", "float", 4, false)]
|
||||
public float aspy;
|
||||
[DNAFieldAttribute(9, "ImBufAnim", "*anim", "ImBufAnim", 0)]
|
||||
[DNAFieldAttribute(9, "ImBufAnim", "*anim", "ImBufAnim", 4, true)]
|
||||
public ImBufAnim ptr_anim;
|
||||
[DNAFieldAttribute(10, "MovieClipCache", "*cache", "MovieClipCache", 0)]
|
||||
[DNAFieldAttribute(10, "MovieClipCache", "*cache", "MovieClipCache", 4, true)]
|
||||
public MovieClipCache ptr_cache;
|
||||
[DNAFieldAttribute(11, "bGPdata", "*gpd", "bGPdata", 616)]
|
||||
[DNAFieldAttribute(11, "bGPdata", "*gpd", "bGPdata", 4, true)]
|
||||
public bGPdata ptr_gpd;
|
||||
[DNAFieldAttribute(12, "MovieTracking", "tracking", "MovieTracking", 384)]
|
||||
[DNAFieldAttribute(12, "MovieTracking", "tracking", "MovieTracking", 384, false)]
|
||||
public MovieTracking tracking;
|
||||
[DNAFieldAttribute(13, "void", "*tracking_context", "void", 0)]
|
||||
[DNAFieldAttribute(13, "void", "*tracking_context", "void", 4, true)]
|
||||
public object ptr_tracking_context;
|
||||
[DNAFieldAttribute(14, "MovieClipProxy", "proxy", "MovieClipProxy", 776)]
|
||||
[DNAFieldAttribute(14, "MovieClipProxy", "proxy", "MovieClipProxy", 776, false)]
|
||||
public MovieClipProxy proxy;
|
||||
[DNAFieldAttribute(15, "int", "flag", "int", 4)]
|
||||
[DNAFieldAttribute(15, "int", "flag", "int", 4, false)]
|
||||
public int flag;
|
||||
[DNAFieldAttribute(16, "int", "len", "int", 4)]
|
||||
[DNAFieldAttribute(16, "int", "len", "int", 4, false)]
|
||||
public int len;
|
||||
[DNAFieldAttribute(17, "int", "start_frame", "int", 4)]
|
||||
[DNAFieldAttribute(17, "int", "start_frame", "int", 4, false)]
|
||||
public int start_frame;
|
||||
[DNAFieldAttribute(18, "int", "frame_offset", "int", 4)]
|
||||
[DNAFieldAttribute(18, "int", "frame_offset", "int", 4, false)]
|
||||
public int frame_offset;
|
||||
[DNAFieldAttribute(19, "ColorManagedColorspaceSettings", "colorspace_settings", "ColorManagedColorspaceSettings", 64)]
|
||||
[DNAFieldAttribute(19, "ColorManagedColorspaceSettings", "colorspace_settings", "ColorManagedColorspaceSettings", 64, false)]
|
||||
public ColorManagedColorspaceSettings colorspace_settings;
|
||||
[DNAFieldAttribute(20, "MovieClip_Runtime", "runtime", "MovieClip_Runtime", 16)]
|
||||
[DNAFieldAttribute(20, "MovieClip_Runtime", "runtime", "MovieClip_Runtime", 16, false)]
|
||||
public MovieClip_Runtime runtime;
|
||||
public MovieClip() {
|
||||
this.id = default;
|
||||
|
||||
Reference in New Issue
Block a user