Added memoryOffset value to DNAFieldAttribute, regenerated files.
This commit is contained in:
@@ -15,141 +15,141 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(885, "Sequence", 464)]
|
||||
public class Sequence {
|
||||
[DNAFieldAttribute(0, "Sequence", "*next", "Sequence", 8, true)]
|
||||
[DNAFieldAttribute(0, "Sequence", "*next", "Sequence", 8, true, 0)]
|
||||
public Sequence ptr_next;
|
||||
[DNAFieldAttribute(1, "Sequence", "*prev", "Sequence", 8, true)]
|
||||
[DNAFieldAttribute(1, "Sequence", "*prev", "Sequence", 8, true, 8)]
|
||||
public Sequence ptr_prev;
|
||||
[DNAFieldAttribute(2, "void", "*tmp", "void", 8, true)]
|
||||
[DNAFieldAttribute(2, "void", "*tmp", "void", 8, true, 16)]
|
||||
public object ptr_tmp;
|
||||
[DNAFieldAttribute(3, "void", "*lib", "void", 8, true)]
|
||||
[DNAFieldAttribute(3, "void", "*lib", "void", 8, true, 24)]
|
||||
public object ptr_lib;
|
||||
[DNAFieldAttribute(4, "char", "name[64]", "System.Char[]", 64, false)]
|
||||
[DNAFieldAttribute(4, "char", "name[64]", "System.Char[]", 64, false, 32)]
|
||||
public char[] name = new System.Char[64];
|
||||
[DNAFieldAttribute(5, "int", "flag", "int", 4, false)]
|
||||
[DNAFieldAttribute(5, "int", "flag", "int", 4, false, 96)]
|
||||
public int flag;
|
||||
[DNAFieldAttribute(6, "int", "type", "int", 4, false)]
|
||||
[DNAFieldAttribute(6, "int", "type", "int", 4, false, 100)]
|
||||
public int type;
|
||||
[DNAFieldAttribute(7, "int", "len", "int", 4, false)]
|
||||
[DNAFieldAttribute(7, "int", "len", "int", 4, false, 104)]
|
||||
public int len;
|
||||
[DNAFieldAttribute(8, "float", "start", "float", 4, false)]
|
||||
[DNAFieldAttribute(8, "float", "start", "float", 4, false, 108)]
|
||||
public float start;
|
||||
[DNAFieldAttribute(9, "float", "startofs", "float", 4, false)]
|
||||
[DNAFieldAttribute(9, "float", "startofs", "float", 4, false, 112)]
|
||||
public float startofs;
|
||||
[DNAFieldAttribute(10, "float", "endofs", "float", 4, false)]
|
||||
[DNAFieldAttribute(10, "float", "endofs", "float", 4, false, 116)]
|
||||
public float endofs;
|
||||
[DNAFieldAttribute(11, "float", "startstill", "float", 4, false)]
|
||||
[DNAFieldAttribute(11, "float", "startstill", "float", 4, false, 120)]
|
||||
public float startstill;
|
||||
[DNAFieldAttribute(12, "float", "endstill", "float", 4, false)]
|
||||
[DNAFieldAttribute(12, "float", "endstill", "float", 4, false, 124)]
|
||||
public float endstill;
|
||||
[DNAFieldAttribute(13, "int", "machine", "int", 4, false)]
|
||||
[DNAFieldAttribute(13, "int", "machine", "int", 4, false, 128)]
|
||||
public int machine;
|
||||
[DNAFieldAttribute(14, "int", "startdisp", "int", 4, false)]
|
||||
[DNAFieldAttribute(14, "int", "startdisp", "int", 4, false, 132)]
|
||||
public int startdisp;
|
||||
[DNAFieldAttribute(15, "int", "enddisp", "int", 4, false)]
|
||||
[DNAFieldAttribute(15, "int", "enddisp", "int", 4, false, 136)]
|
||||
public int enddisp;
|
||||
[DNAFieldAttribute(16, "float", "sat", "float", 4, false)]
|
||||
[DNAFieldAttribute(16, "float", "sat", "float", 4, false, 140)]
|
||||
public float sat;
|
||||
[DNAFieldAttribute(17, "float", "mul", "float", 4, false)]
|
||||
[DNAFieldAttribute(17, "float", "mul", "float", 4, false, 144)]
|
||||
public float mul;
|
||||
[DNAFieldAttribute(18, "short", "streamindex", "short", 2, false)]
|
||||
[DNAFieldAttribute(18, "short", "streamindex", "short", 2, false, 148)]
|
||||
public short streamindex;
|
||||
[DNAFieldAttribute(19, "short", "_pad", "short", 2, false)]
|
||||
[DNAFieldAttribute(19, "short", "_pad", "short", 2, false, 150)]
|
||||
public short _pad;
|
||||
[DNAFieldAttribute(20, "int", "multicam_source", "int", 4, false)]
|
||||
[DNAFieldAttribute(20, "int", "multicam_source", "int", 4, false, 152)]
|
||||
public int multicam_source;
|
||||
[DNAFieldAttribute(21, "int", "clip_flag", "int", 4, false)]
|
||||
[DNAFieldAttribute(21, "int", "clip_flag", "int", 4, false, 156)]
|
||||
public int clip_flag;
|
||||
[DNAFieldAttribute(22, "Strip", "*strip", "Strip", 8, true)]
|
||||
[DNAFieldAttribute(22, "Strip", "*strip", "Strip", 8, true, 160)]
|
||||
public Strip ptr_strip;
|
||||
[DNAFieldAttribute(23, "Ipo", "*ipo", "Ipo", 8, true)]
|
||||
[DNAFieldAttribute(23, "Ipo", "*ipo", "Ipo", 8, true, 168)]
|
||||
public Ipo ptr_ipo;
|
||||
[DNAFieldAttribute(24, "Scene", "*scene", "Scene", 8, true)]
|
||||
[DNAFieldAttribute(24, "Scene", "*scene", "Scene", 8, true, 176)]
|
||||
public Scene ptr_scene;
|
||||
[DNAFieldAttribute(25, "Object", "*scene_camera", "Object", 8, true)]
|
||||
[DNAFieldAttribute(25, "Object", "*scene_camera", "Object", 8, true, 184)]
|
||||
public Object ptr_scene_camera;
|
||||
[DNAFieldAttribute(26, "MovieClip", "*clip", "MovieClip", 8, true)]
|
||||
[DNAFieldAttribute(26, "MovieClip", "*clip", "MovieClip", 8, true, 192)]
|
||||
public MovieClip ptr_clip;
|
||||
[DNAFieldAttribute(27, "Mask", "*mask", "Mask", 8, true)]
|
||||
[DNAFieldAttribute(27, "Mask", "*mask", "Mask", 8, true, 200)]
|
||||
public Mask ptr_mask;
|
||||
[DNAFieldAttribute(28, "ListBase", "anims", "ListBase", 16, false)]
|
||||
[DNAFieldAttribute(28, "ListBase", "anims", "ListBase", 16, false, 208)]
|
||||
public ListBase anims;
|
||||
[DNAFieldAttribute(29, "float", "effect_fader", "float", 4, false)]
|
||||
[DNAFieldAttribute(29, "float", "effect_fader", "float", 4, false, 224)]
|
||||
public float effect_fader;
|
||||
[DNAFieldAttribute(30, "float", "speed_fader", "float", 4, false)]
|
||||
[DNAFieldAttribute(30, "float", "speed_fader", "float", 4, false, 228)]
|
||||
public float speed_fader;
|
||||
[DNAFieldAttribute(31, "Sequence", "*seq1", "Sequence", 8, true)]
|
||||
[DNAFieldAttribute(31, "Sequence", "*seq1", "Sequence", 8, true, 232)]
|
||||
public Sequence ptr_seq1;
|
||||
[DNAFieldAttribute(32, "Sequence", "*seq2", "Sequence", 8, true)]
|
||||
[DNAFieldAttribute(32, "Sequence", "*seq2", "Sequence", 8, true, 240)]
|
||||
public Sequence ptr_seq2;
|
||||
[DNAFieldAttribute(33, "void", "*_pad7", "void", 8, true)]
|
||||
[DNAFieldAttribute(33, "void", "*_pad7", "void", 8, true, 248)]
|
||||
public object ptr__pad7;
|
||||
[DNAFieldAttribute(34, "int", "_pad8[2]", "System.Int32[]", 8, false)]
|
||||
[DNAFieldAttribute(34, "int", "_pad8[2]", "System.Int32[]", 8, false, 256)]
|
||||
public int[] _pad8 = new System.Int32[2];
|
||||
[DNAFieldAttribute(35, "ListBase", "seqbase", "ListBase", 16, false)]
|
||||
[DNAFieldAttribute(35, "ListBase", "seqbase", "ListBase", 16, false, 264)]
|
||||
public ListBase seqbase;
|
||||
[DNAFieldAttribute(36, "ListBase", "channels", "ListBase", 16, false)]
|
||||
[DNAFieldAttribute(36, "ListBase", "channels", "ListBase", 16, false, 280)]
|
||||
public ListBase channels;
|
||||
[DNAFieldAttribute(37, "ListBase", "connections", "ListBase", 16, false)]
|
||||
[DNAFieldAttribute(37, "ListBase", "connections", "ListBase", 16, false, 296)]
|
||||
public ListBase connections;
|
||||
[DNAFieldAttribute(38, "bSound", "*sound", "bSound", 8, true)]
|
||||
[DNAFieldAttribute(38, "bSound", "*sound", "bSound", 8, true, 312)]
|
||||
public bSound ptr_sound;
|
||||
[DNAFieldAttribute(39, "void", "*scene_sound", "void", 8, true)]
|
||||
[DNAFieldAttribute(39, "void", "*scene_sound", "void", 8, true, 320)]
|
||||
public object ptr_scene_sound;
|
||||
[DNAFieldAttribute(40, "float", "volume", "float", 4, false)]
|
||||
[DNAFieldAttribute(40, "float", "volume", "float", 4, false, 328)]
|
||||
public float volume;
|
||||
[DNAFieldAttribute(41, "float", "pitch", "float", 4, false)]
|
||||
[DNAFieldAttribute(41, "float", "pitch", "float", 4, false, 332)]
|
||||
public float pitch;
|
||||
[DNAFieldAttribute(42, "float", "pan", "float", 4, false)]
|
||||
[DNAFieldAttribute(42, "float", "pan", "float", 4, false, 336)]
|
||||
public float pan;
|
||||
[DNAFieldAttribute(43, "float", "strobe", "float", 4, false)]
|
||||
[DNAFieldAttribute(43, "float", "strobe", "float", 4, false, 340)]
|
||||
public float strobe;
|
||||
[DNAFieldAttribute(44, "float", "sound_offset", "float", 4, false)]
|
||||
[DNAFieldAttribute(44, "float", "sound_offset", "float", 4, false, 344)]
|
||||
public float sound_offset;
|
||||
[DNAFieldAttribute(45, "char", "_pad4[4]", "System.Char[]", 4, false)]
|
||||
[DNAFieldAttribute(45, "char", "_pad4[4]", "System.Char[]", 4, false, 348)]
|
||||
public char[] _pad4 = new System.Char[4];
|
||||
[DNAFieldAttribute(46, "void", "*effectdata", "void", 8, true)]
|
||||
[DNAFieldAttribute(46, "void", "*effectdata", "void", 8, true, 352)]
|
||||
public object ptr_effectdata;
|
||||
[DNAFieldAttribute(47, "int", "anim_startofs", "int", 4, false)]
|
||||
[DNAFieldAttribute(47, "int", "anim_startofs", "int", 4, false, 360)]
|
||||
public int anim_startofs;
|
||||
[DNAFieldAttribute(48, "int", "anim_endofs", "int", 4, false)]
|
||||
[DNAFieldAttribute(48, "int", "anim_endofs", "int", 4, false, 364)]
|
||||
public int anim_endofs;
|
||||
[DNAFieldAttribute(49, "int", "blend_mode", "int", 4, false)]
|
||||
[DNAFieldAttribute(49, "int", "blend_mode", "int", 4, false, 368)]
|
||||
public int blend_mode;
|
||||
[DNAFieldAttribute(50, "float", "blend_opacity", "float", 4, false)]
|
||||
[DNAFieldAttribute(50, "float", "blend_opacity", "float", 4, false, 372)]
|
||||
public float blend_opacity;
|
||||
[DNAFieldAttribute(51, "int8_t", "color_tag", "int8_t", 1, false)]
|
||||
[DNAFieldAttribute(51, "int8_t", "color_tag", "int8_t", 1, false, 376)]
|
||||
public sbyte color_tag;
|
||||
[DNAFieldAttribute(52, "char", "alpha_mode", "char", 1, false)]
|
||||
[DNAFieldAttribute(52, "char", "alpha_mode", "char", 1, false, 377)]
|
||||
public char alpha_mode;
|
||||
[DNAFieldAttribute(53, "char", "_pad2[2]", "System.Char[]", 2, false)]
|
||||
[DNAFieldAttribute(53, "char", "_pad2[2]", "System.Char[]", 2, false, 378)]
|
||||
public char[] _pad2 = new System.Char[2];
|
||||
[DNAFieldAttribute(54, "int", "cache_flag", "int", 4, false)]
|
||||
[DNAFieldAttribute(54, "int", "cache_flag", "int", 4, false, 380)]
|
||||
public int cache_flag;
|
||||
[DNAFieldAttribute(55, "int", "sfra", "int", 4, false)]
|
||||
[DNAFieldAttribute(55, "int", "sfra", "int", 4, false, 384)]
|
||||
public int sfra;
|
||||
[DNAFieldAttribute(56, "char", "views_format", "char", 1, false)]
|
||||
[DNAFieldAttribute(56, "char", "views_format", "char", 1, false, 388)]
|
||||
public char views_format;
|
||||
[DNAFieldAttribute(57, "char", "_pad3[3]", "System.Char[]", 3, false)]
|
||||
[DNAFieldAttribute(57, "char", "_pad3[3]", "System.Char[]", 3, false, 389)]
|
||||
public char[] _pad3 = new System.Char[3];
|
||||
[DNAFieldAttribute(58, "Stereo3dFormat", "*stereo3d_format", "Stereo3dFormat", 8, true)]
|
||||
[DNAFieldAttribute(58, "Stereo3dFormat", "*stereo3d_format", "Stereo3dFormat", 8, true, 392)]
|
||||
public Stereo3dFormat ptr_stereo3d_format;
|
||||
[DNAFieldAttribute(59, "IDProperty", "*prop", "IDProperty", 8, true)]
|
||||
[DNAFieldAttribute(59, "IDProperty", "*prop", "IDProperty", 8, true, 400)]
|
||||
public IDProperty ptr_prop;
|
||||
[DNAFieldAttribute(60, "ListBase", "modifiers", "ListBase", 16, false)]
|
||||
[DNAFieldAttribute(60, "ListBase", "modifiers", "ListBase", 16, false, 408)]
|
||||
public ListBase modifiers;
|
||||
[DNAFieldAttribute(61, "float", "media_playback_rate", "float", 4, false)]
|
||||
[DNAFieldAttribute(61, "float", "media_playback_rate", "float", 4, false, 424)]
|
||||
public float media_playback_rate;
|
||||
[DNAFieldAttribute(62, "float", "speed_factor", "float", 4, false)]
|
||||
[DNAFieldAttribute(62, "float", "speed_factor", "float", 4, false, 428)]
|
||||
public float speed_factor;
|
||||
[DNAFieldAttribute(63, "SeqRetimingHandle", "*retiming_handles", "SeqRetimingHandle", 8, true)]
|
||||
[DNAFieldAttribute(63, "SeqRetimingHandle", "*retiming_handles", "SeqRetimingHandle", 8, true, 432)]
|
||||
public SeqRetimingHandle ptr_retiming_handles;
|
||||
[DNAFieldAttribute(64, "void", "*_pad5", "void", 8, true)]
|
||||
[DNAFieldAttribute(64, "void", "*_pad5", "void", 8, true, 440)]
|
||||
public object ptr__pad5;
|
||||
[DNAFieldAttribute(65, "int", "retiming_handle_num", "int", 4, false)]
|
||||
[DNAFieldAttribute(65, "int", "retiming_handle_num", "int", 4, false, 448)]
|
||||
public int retiming_handle_num;
|
||||
[DNAFieldAttribute(66, "char", "_pad6[4]", "System.Char[]", 4, false)]
|
||||
[DNAFieldAttribute(66, "char", "_pad6[4]", "System.Char[]", 4, false, 452)]
|
||||
public char[] _pad6 = new System.Char[4];
|
||||
[DNAFieldAttribute(67, "SequenceRuntime", "runtime", "SequenceRuntime", 8, false)]
|
||||
[DNAFieldAttribute(67, "SequenceRuntime", "runtime", "SequenceRuntime", 8, false, 456)]
|
||||
public SequenceRuntime runtime;
|
||||
public Sequence() {
|
||||
this.ptr_next = default;
|
||||
|
||||
Reference in New Issue
Block a user