regenerate files
This commit is contained in:
@@ -13,15 +13,15 @@ using System;
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
[DNAClassAttribute(96, "NlaStrip")]
|
||||
[DNAClassAttribute(96, "NlaStrip", 288)]
|
||||
public class NlaStrip {
|
||||
[DNAFieldAttribute(0, "NlaStrip", "*next", "NlaStrip", 4, true)]
|
||||
[DNAFieldAttribute(0, "NlaStrip", "*next", "NlaStrip", 8, true)]
|
||||
public NlaStrip ptr_next;
|
||||
[DNAFieldAttribute(1, "NlaStrip", "*prev", "NlaStrip", 4, true)]
|
||||
[DNAFieldAttribute(1, "NlaStrip", "*prev", "NlaStrip", 8, true)]
|
||||
public NlaStrip ptr_prev;
|
||||
[DNAFieldAttribute(2, "ListBase", "strips", "ListBase", 16, false)]
|
||||
public ListBase strips;
|
||||
[DNAFieldAttribute(3, "bAction", "*act", "bAction", 4, true)]
|
||||
[DNAFieldAttribute(3, "bAction", "*act", "bAction", 8, true)]
|
||||
public bAction ptr_act;
|
||||
[DNAFieldAttribute(4, "int", "action_slot_handle", "int", 4, false)]
|
||||
public int action_slot_handle;
|
||||
@@ -63,15 +63,15 @@ namespace BlendFile.DNA {
|
||||
public char[] _pad1 = new System.Char[2];
|
||||
[DNAFieldAttribute(23, "short", "type", "short", 2, false)]
|
||||
public short type;
|
||||
[DNAFieldAttribute(24, "void", "*speaker_handle", "void", 4, true)]
|
||||
[DNAFieldAttribute(24, "void", "*speaker_handle", "void", 8, true)]
|
||||
public object ptr_speaker_handle;
|
||||
[DNAFieldAttribute(25, "int", "flag", "int", 4, false)]
|
||||
public int flag;
|
||||
[DNAFieldAttribute(26, "char", "_pad2[4]", "System.Char[]", 4, false)]
|
||||
public char[] _pad2 = new System.Char[4];
|
||||
[DNAFieldAttribute(27, "NlaStrip", "*orig_strip", "NlaStrip", 4, true)]
|
||||
[DNAFieldAttribute(27, "NlaStrip", "*orig_strip", "NlaStrip", 8, true)]
|
||||
public NlaStrip ptr_orig_strip;
|
||||
[DNAFieldAttribute(28, "void", "*_pad3", "void", 4, true)]
|
||||
[DNAFieldAttribute(28, "void", "*_pad3", "void", 8, true)]
|
||||
public object ptr__pad3;
|
||||
public NlaStrip() {
|
||||
this.ptr_next = default;
|
||||
|
||||
Reference in New Issue
Block a user