Added memoryOffset value to DNAFieldAttribute, regenerated files.
This commit is contained in:
@@ -15,25 +15,25 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(62, "bActionGroup", 136)]
|
||||
public class bActionGroup {
|
||||
[DNAFieldAttribute(0, "bActionGroup", "*next", "bActionGroup", 8, true)]
|
||||
[DNAFieldAttribute(0, "bActionGroup", "*next", "bActionGroup", 8, true, 0)]
|
||||
public bActionGroup ptr_next;
|
||||
[DNAFieldAttribute(1, "bActionGroup", "*prev", "bActionGroup", 8, true)]
|
||||
[DNAFieldAttribute(1, "bActionGroup", "*prev", "bActionGroup", 8, true, 8)]
|
||||
public bActionGroup ptr_prev;
|
||||
[DNAFieldAttribute(2, "ListBase", "channels", "ListBase", 16, false)]
|
||||
[DNAFieldAttribute(2, "ListBase", "channels", "ListBase", 16, false, 16)]
|
||||
public ListBase channels;
|
||||
[DNAFieldAttribute(3, "int", "fcurve_range_start", "int", 4, false)]
|
||||
[DNAFieldAttribute(3, "int", "fcurve_range_start", "int", 4, false, 32)]
|
||||
public int fcurve_range_start;
|
||||
[DNAFieldAttribute(4, "int", "fcurve_range_length", "int", 4, false)]
|
||||
[DNAFieldAttribute(4, "int", "fcurve_range_length", "int", 4, false, 36)]
|
||||
public int fcurve_range_length;
|
||||
[DNAFieldAttribute(5, "ActionChannelBag", "*channel_bag", "ActionChannelBag", 8, true)]
|
||||
[DNAFieldAttribute(5, "ActionChannelBag", "*channel_bag", "ActionChannelBag", 8, true, 40)]
|
||||
public ActionChannelBag ptr_channel_bag;
|
||||
[DNAFieldAttribute(6, "int", "flag", "int", 4, false)]
|
||||
[DNAFieldAttribute(6, "int", "flag", "int", 4, false, 48)]
|
||||
public int flag;
|
||||
[DNAFieldAttribute(7, "int", "customCol", "int", 4, false)]
|
||||
[DNAFieldAttribute(7, "int", "customCol", "int", 4, false, 52)]
|
||||
public int customCol;
|
||||
[DNAFieldAttribute(8, "char", "name[64]", "System.Char[]", 64, false)]
|
||||
[DNAFieldAttribute(8, "char", "name[64]", "System.Char[]", 64, false, 56)]
|
||||
public char[] name = new System.Char[64];
|
||||
[DNAFieldAttribute(9, "ThemeWireColor", "cs", "ThemeWireColor", 16, false)]
|
||||
[DNAFieldAttribute(9, "ThemeWireColor", "cs", "ThemeWireColor", 16, false, 120)]
|
||||
public ThemeWireColor cs;
|
||||
public bActionGroup() {
|
||||
this.ptr_next = default;
|
||||
|
||||
Reference in New Issue
Block a user