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